|
|
__init__(self,
dn,
options)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
| get(self,
key,
failobj=None) |
|
|
|
|
|
|
|
|
|
|
| commit(self,
current_tid,
ttime,
transaction_data) |
|
|
|
|
|
|
|
| rollback(self,
current_tid,
ttime,
old_tid,
old_ttime) |
|
|
|
|
read(self,
key,
ttime)
Read the entry for ttime |
|
|
|
|
| read_disk(self,
key,
ttime) |
|
|
|
|
| update_rcache(self,
ttime,
transaction_data) |
|
|
|
|
| validate_transaction(self,
ttime,
transaction_data) |
|
|
|
|
stats(self)
Return useful statistics on the store. |
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|