| Modifier and Type | Field and Description |
|---|---|
protected Volume.Factory |
StoreWAL.volFac |
| Modifier and Type | Method and Description |
|---|---|
protected Volume.Factory |
DBMaker.extendStoreVolumeFactory() |
static Volume.Factory |
Volume.fileFactory(java.io.File indexFile,
int rafMode,
boolean readOnly,
long sizeLimit,
int chunkShift,
int sizeIncrement) |
static Volume.Factory |
Volume.fileFactory(java.io.File indexFile,
int rafMode,
boolean readOnly,
long sizeLimit,
int chunkShift,
int sizeIncrement,
java.io.File physFile,
java.io.File transLogFile) |
static Volume.Factory |
Volume.fileFactory(java.io.File indexFile,
int rafMode,
boolean readOnly,
long sizeLimit,
int chunkShift,
int sizeIncrement,
java.io.File physFile,
java.io.File transLogFile,
boolean asyncWriteEnabled) |
static Volume.Factory |
Volume.fileFactory(java.io.File indexFile,
int rafMode,
boolean readOnly,
long sizeLimit,
int chunkShift,
int sizeIncrement,
java.io.File physFile,
java.io.File transLogFile,
boolean asyncWriteEnabled,
boolean cleanerHackDisable) |
static Volume.Factory |
Volume.memoryFactory(boolean useDirectBuffer,
long sizeLimit,
int chunkShift) |
| Modifier and Type | Method and Description |
|---|---|
protected Engine |
DBMaker.extendStoreDirect(Volume.Factory folFac) |
protected Engine |
DBMaker.extendStoreWAL(Volume.Factory folFac) |
| Constructor and Description |
|---|
StoreDirect(Volume.Factory volFac) |
StoreDirect(Volume.Factory volFac,
boolean readOnly,
boolean deleteFilesAfterClose,
int spaceReclaimMode,
boolean syncOnCommitDisabled,
long sizeLimit,
boolean checksum,
boolean compress,
byte[] password,
boolean disableLocks,
int sizeIncrement) |
StoreWAL(Volume.Factory volFac) |
StoreWAL(Volume.Factory volFac,
boolean readOnly,
boolean deleteFilesAfterClose,
int spaceReclaimMode,
boolean syncOnCommitDisabled,
long sizeLimit,
boolean checksum,
boolean compress,
byte[] password,
boolean disableLocks,
int sizeIncrement) |