Methods
|
|
__init__
__len__
_clear_temp
_finish
_splat
getSize
load
pack
store
|
|
__init__
|
__init__ ( self, name='Mapping Storage' )
|
|
__len__
|
__len__ ( self )
|
|
_clear_temp
|
_clear_temp ( self )
|
|
_finish
|
_finish (
self,
tid,
user,
desc,
ext,
)
|
|
_splat
|
_splat ( self )
Spit out a string showing state.
|
|
getSize
|
getSize ( self )
|
|
load
|
load (
self,
oid,
version,
)
|
|
pack
|
pack (
self,
t,
referencesf,
)
|
|
store
|
store (
self,
oid,
serial,
data,
version,
transaction,
)
Exceptions
|
|
POSException.ConflictError
POSException.StorageTransactionError( self, transaction )
POSException.Unsupported
|
|
|