IReadOnlyTransaction

Undocumented in source.

Members

Functions

addReadConflictRange
void addReadConflictRange(RangeInfo info)
Undocumented in source.
addWriteConflictRange
void addWriteConflictRange(RangeInfo info)
Undocumented in source.
get
shared(Value) get(Key key)
Undocumented in source.
getAddressesForKey
shared(string[]) getAddressesForKey(Key key)
Undocumented in source.
getAddressesForKeyAsync
shared(StringFuture) getAddressesForKeyAsync(Key key, StringFutureCallback callback)
Undocumented in source.
getAsync
shared(ValueFuture) getAsync(Key key, ValueFutureCallback callback)
Undocumented in source.
getCommittedVersion
long getCommittedVersion()
Undocumented in source.
getKey
shared(Key) getKey(Selector selector)
Undocumented in source.
getKeyAsync
shared(KeyFuture) getKeyAsync(Selector selector, KeyFutureCallback callback)
Undocumented in source.
getRange
RecordRange getRange(RangeInfo info)
getRangeAsync
shared(KeyValueFuture) getRangeAsync(RangeInfo info, KeyValueFutureCallback callback)
getReadVersion
ulong getReadVersion()
Undocumented in source.
getReadVersionAsync
shared(VersionFuture) getReadVersionAsync(VersionFutureCallback callback)
Undocumented in source.
onError
void onError(FDBException ex)
Undocumented in source.
onErrorAsync
shared(VoidFuture) onErrorAsync(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