Package com.db4o.internal.btree
Class BTreeConfiguration
- java.lang.Object
- 
- com.db4o.internal.btree.BTreeConfiguration
 
- 
 public class BTreeConfiguration extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description int_cacheSizeboolean_canEnlistWithTransactionTransactionalIdSystem_idSystemSlotChangeFactory_slotChangeFactorystatic BTreeConfigurationDEFAULT
 - 
Constructor SummaryConstructors Constructor Description BTreeConfiguration(TransactionalIdSystem idSystem, int cacheSize, boolean canEnlistWithTransaction)BTreeConfiguration(TransactionalIdSystem idSystem, SlotChangeFactory slotChangeFactory, int cacheSize, boolean canEnlistWithTransaction)
 
- 
- 
- 
Field Detail- 
DEFAULTpublic static final BTreeConfiguration DEFAULT 
 - 
_idSystempublic final TransactionalIdSystem _idSystem 
 - 
_slotChangeFactorypublic final SlotChangeFactory _slotChangeFactory 
 - 
_canEnlistWithTransactionpublic final boolean _canEnlistWithTransaction 
 - 
_cacheSizepublic final int _cacheSize 
 
- 
 - 
Constructor Detail- 
BTreeConfigurationpublic BTreeConfiguration(TransactionalIdSystem idSystem, SlotChangeFactory slotChangeFactory, int cacheSize, boolean canEnlistWithTransaction) 
 - 
BTreeConfigurationpublic BTreeConfiguration(TransactionalIdSystem idSystem, int cacheSize, boolean canEnlistWithTransaction) 
 
- 
 
-