IReadOnlyTransaction

Undocumented in source.

Members

Functions

addReadConflictRange
void addReadConflictRange(RangeInfo info)
Undocumented in source.
addWriteConflictRange
void addWriteConflictRange(RangeInfo info)
Undocumented in source.
get
shared(ValueFuture) get(Key key, ValueFutureCallback callback)
Undocumented in source.
getAddressesForKey
shared(StringFuture) getAddressesForKey(Key key, StringFutureCallback callback)
Undocumented in source.
getCommittedVersion
long getCommittedVersion()
Undocumented in source.
getKey
shared(KeyFuture) getKey(Selector selector, KeyFutureCallback callback)
Undocumented in source.
getRange
shared(KeyValueFuture) getRange(RangeInfo info, KeyValueFutureCallback callback)
getReadVersion
shared(VersionFuture) getReadVersion(VersionFutureCallback callback)
Undocumented in source.
onError
shared(VoidFuture) onError(FDBException ex, VoidFutureCallback callback)
Undocumented in source.
opIndex
shared(Value) opIndex(Key key)
Undocumented in source.
opIndex
RecordRange opIndex(RangeInfo info)
Undocumented in source.

Properties

isSnapshot
bool isSnapshot [@property getter]
Undocumented in source.

Meta