Class: FDB::AllocatorTransactionState

Inherits:
Object
  • Object
show all
Defined in:
lib/fdbdirectory.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeAllocatorTransactionState

Returns a new instance of AllocatorTransactionState.



35
36
37
# File 'lib/fdbdirectory.rb', line 35

def initialize()
  @lock = Mutex.new
end

Instance Attribute Details

#lockObject (readonly)

Returns the value of attribute lock.



39
40
41
# File 'lib/fdbdirectory.rb', line 39

def lock
  @lock
end