Interface SnappedKeyValueStorage
- All Superinterfaces:
AutoCloseable, Closeable, SegmentedKeyValueStorage
The interface Snapped key value storage.
-
Nested Class Summary
Nested classes/interfaces inherited from interface SegmentedKeyValueStorage
SegmentedKeyValueStorage.NearestKeyValue -
Method Summary
Modifier and TypeMethodDescriptionGets snapshot transaction.Methods inherited from interface SegmentedKeyValueStorage
clear, containsKey, get, getAllKeysThat, getAllValuesFromKeysThat, getNearestAfter, getNearestBefore, isClosed, startLowPriorityTransaction, startTransaction, stream, streamFromKey, streamFromKey, streamKeys, tryDelete
-
Method Details
-
getSnapshotTransaction
SegmentedKeyValueStorageTransaction getSnapshotTransaction()Gets snapshot transaction.- Returns:
- the snapshot transaction
-