Package org.h2.mvstore
Class MVStore.TxCounter
- java.lang.Object
-
- org.h2.mvstore.MVStore.TxCounter
-
- Enclosing class:
- MVStore
public static final class MVStore.TxCounter extends java.lang.ObjectClass 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
Fields Modifier and Type Field Description longversionVersion of a store, this TxCounter is related to
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-