Class MVStore.TxCounter
java.lang.Object
org.h2.mvstore.MVStore.TxCounter
- Enclosing class:
MVStore
Class TxCounter is a simple data structure to hold version of the store
along with the counter of open transactions,
which are still operating on this version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longVersion of a store, this TxCounter is related to -
Method Summary
-
Field Details
-
version
public final long versionVersion of a store, this TxCounter is related to
-
-
Method Details
-
toString
-