Uses of Interface
org.mapdb.Volume.Factory

Uses of Volume.Factory in org.mapdb
 

Fields in org.mapdb declared as Volume.Factory
protected  Volume.Factory StoreWAL.volFac
           
 

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.memoryFactory(boolean useDirectBuffer, long sizeLimit, int chunkShift)
           
 

Methods in org.mapdb with parameters of type Volume.Factory
protected  Engine DBMaker.extendStoreDirect(Volume.Factory folFac)
           
protected  Engine DBMaker.extendStoreWAL(Volume.Factory folFac)
           
 

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)
           
 



Copyright © 2014. All Rights Reserved.