Class BTreeConfiguration


  • public class BTreeConfiguration
    extends java.lang.Object
    • Field Detail

      • _canEnlistWithTransaction

        public final boolean _canEnlistWithTransaction
      • _cacheSize

        public final int _cacheSize
    • Constructor Detail

      • BTreeConfiguration

        public BTreeConfiguration​(TransactionalIdSystem idSystem,
                                  int cacheSize,
                                  boolean canEnlistWithTransaction)