Package com.db4o.internal.btree
Class BTreeConfiguration
- java.lang.Object
-
- com.db4o.internal.btree.BTreeConfiguration
-
public class BTreeConfiguration extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
_cacheSize
boolean
_canEnlistWithTransaction
TransactionalIdSystem
_idSystem
SlotChangeFactory
_slotChangeFactory
static BTreeConfiguration
DEFAULT
-
Constructor Summary
Constructors Constructor Description BTreeConfiguration(TransactionalIdSystem idSystem, int cacheSize, boolean canEnlistWithTransaction)
BTreeConfiguration(TransactionalIdSystem idSystem, SlotChangeFactory slotChangeFactory, int cacheSize, boolean canEnlistWithTransaction)
-
-
-
Field Detail
-
DEFAULT
public static final BTreeConfiguration DEFAULT
-
_idSystem
public final TransactionalIdSystem _idSystem
-
_slotChangeFactory
public final SlotChangeFactory _slotChangeFactory
-
_canEnlistWithTransaction
public final boolean _canEnlistWithTransaction
-
_cacheSize
public final int _cacheSize
-
-
Constructor Detail
-
BTreeConfiguration
public BTreeConfiguration(TransactionalIdSystem idSystem, SlotChangeFactory slotChangeFactory, int cacheSize, boolean canEnlistWithTransaction)
-
BTreeConfiguration
public BTreeConfiguration(TransactionalIdSystem idSystem, int cacheSize, boolean canEnlistWithTransaction)
-
-