|
|
|
|
|
__init__(self,
fn,
options)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
|
|
|
| get(self,
key,
failobj=None) |
|
|
|
|
|
|
|
|
|
|
| commit(self,
current_tid,
ttime,
transaction_data) |
|
|
|
|
create(self)
Create the data-file |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| mark_index_inconsistent(self,
tf) |
|
|
|
|
read(self,
key,
ttime)
Read the entry for ttime |
|
|
|
|
| read_disk(self,
key,
ttime) |
|
|
|
|
|
|
|
recreate_index(self)
Read the datafile and create the index file |
|
|
|
|
| rollback(self,
current_tid,
ttime,
old_tid,
old_ttime) |
|
|
|
|
| validate_transaction(self,
ttime,
transaction_data) |
|
|
|
|
|
|
|
|
|
|
create_snapshot(self,
name=str(time.time()))
Create a snapshot with name [name]. |
|
|
|
|
stats(self)
Return useful statistics on the store. |
|
|
|
|
| upgrade(self,
source_header,
to_version) |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|