CommittedTxnsFilter class
Constructors
Properties
Methods
-
evict(
int oldestActiveTxnId) → void -
isCommitted(
int txnId) → bool -
markCommitted(
int txnId) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
save(
String dirPath, VfsAdapter vfs) → Future< void> -
seed(
Iterable< int> txnIds) → void -
toBytes(
) → Uint8List -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromBytes(
Uint8List bytes) → CommittedTxnsFilter -
loadFrom(
String dirPath, VfsAdapter vfs) → Future< CommittedTxnsFilter>