Interface WorldStateKeyValueStorage.Updater
- Enclosing interface:
WorldStateKeyValueStorage
public static interface WorldStateKeyValueStorage.Updater
A write transaction for batching mutations to world state storage.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcommit()Atomically persists all staged write operations to the underlying storage.
-
Method Details
-
commit
void commit()Atomically persists all staged write operations to the underlying storage.
-