public class BTreeConfiguration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
_cacheSize |
boolean |
_canEnlistWithTransaction |
TransactionalIdSystem |
_idSystem |
SlotChangeFactory |
_slotChangeFactory |
static BTreeConfiguration |
DEFAULT |
| Constructor and Description |
|---|
BTreeConfiguration(TransactionalIdSystem idSystem,
int cacheSize,
boolean canEnlistWithTransaction) |
BTreeConfiguration(TransactionalIdSystem idSystem,
SlotChangeFactory slotChangeFactory,
int cacheSize,
boolean canEnlistWithTransaction) |
public static final BTreeConfiguration DEFAULT
public final TransactionalIdSystem _idSystem
public final SlotChangeFactory _slotChangeFactory
public final boolean _canEnlistWithTransaction
public final int _cacheSize
public BTreeConfiguration(TransactionalIdSystem idSystem, SlotChangeFactory slotChangeFactory, int cacheSize, boolean canEnlistWithTransaction)
public BTreeConfiguration(TransactionalIdSystem idSystem, int cacheSize, boolean canEnlistWithTransaction)