| Methods in org.mapdb that return Volume.Factory |
protected Volume.Factory |
DBMaker.extendStoreVolumeFactory()
|
static Volume.Factory |
Volume.fileFactory(File indexFile,
int rafMode,
boolean readOnly,
long sizeLimit,
int chunkShift,
int sizeIncrement)
|
static Volume.Factory |
Volume.fileFactory(File indexFile,
int rafMode,
boolean readOnly,
long sizeLimit,
int chunkShift,
int sizeIncrement,
File physFile,
File transLogFile)
|
static Volume.Factory |
Volume.fileFactory(File indexFile,
int rafMode,
boolean readOnly,
long sizeLimit,
int chunkShift,
int sizeIncrement,
File physFile,
File transLogFile,
boolean asyncWriteEnabled)
|
static Volume.Factory |
Volume.memoryFactory(boolean useDirectBuffer,
long sizeLimit,
int chunkShift)
|
| Constructors in org.mapdb with parameters of type Volume.Factory |
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)
|