Class MVStore.TxCounter

  • Enclosing class:
    MVStore

    public static final class MVStore.TxCounter
    extends Object
    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 Detail

      • version

        public final long version
        Version of a store, this TxCounter is related to