| Modifier and Type | Field and Description |
|---|---|
static Volume.VolumeFactory |
Volume.MappedFileVol.FACTORY |
protected static Volume.VolumeFactory |
Volume.MappedFileVolSingle.FACTORY |
static Volume.VolumeFactory |
Volume.MemoryVol.FACTORY
factory for DirectByteBuffer storage
|
static Volume.VolumeFactory |
Volume.FileChannelVol.FACTORY |
static Volume.VolumeFactory |
Volume.ByteArrayVol.FACTORY |
protected static Volume.VolumeFactory |
Volume.SingleByteArrayVol.FACTORY |
static Volume.VolumeFactory |
Volume.RandomAccessFileVol.FACTORY |
static Volume.VolumeFactory |
Volume.MappedFileVol.FACTORY_WITH_CLEANER_HACK |
protected static Volume.VolumeFactory |
Volume.MappedFileVolSingle.FACTORY_WITH_CLEANER_HACK |
static Volume.VolumeFactory |
Volume.MemoryVol.FACTORY_WITH_CLEANER_HACK
factory for DirectByteBuffer storage
|
static Volume.VolumeFactory |
Volume.UNSAFE_VOL_FACTORY
If
sun.misc.Unsafe is available it will use Volume based on Unsafe. |
protected Volume.VolumeFactory |
Store.volumeFactory |
| Modifier and Type | Method and Description |
|---|---|
protected Volume.VolumeFactory |
DBMaker.Maker.extendStoreVolumeFactory(boolean index) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Pump.archiveTreeMap(Iterator<Fun.Pair> source,
String file,
Volume.VolumeFactory factory,
DB.BTreeMapMaker config) |
| Constructor and Description |
|---|
Store(String fileName,
Volume.VolumeFactory volumeFactory,
Store.Cache cache,
int lockScale,
int lockingStrategy,
boolean checksum,
boolean compress,
byte[] password,
boolean readonly,
boolean snapshotEnable,
boolean fileLockDisable,
DataIO.HeartbeatFileLock fileLockHeartbeat) |
StoreAppend(String fileName,
Volume.VolumeFactory volumeFactory,
Store.Cache cache,
int lockScale,
int lockingStrategy,
boolean checksum,
boolean compress,
byte[] password,
boolean readonly,
boolean snapshotEnable,
boolean fileLockDisable,
DataIO.HeartbeatFileLock fileLockHeartbeat,
boolean txDisabled,
ScheduledExecutorService compactionExecutor,
long startSize,
long sizeIncrement) |
StoreArchive(String fileName,
Volume.VolumeFactory volumeFactory,
boolean readonly) |
StoreArchive(String fileName,
Volume.VolumeFactory volumeFactory,
Store.Cache cache,
int lockScale,
int lockingStrategy,
boolean checksum,
boolean compress,
byte[] password,
boolean readonly,
boolean snapshotEnable,
boolean fileLockDisable,
DataIO.HeartbeatFileLock fileLockHeartbeat) |
StoreCached(String fileName,
Volume.VolumeFactory volumeFactory,
Store.Cache cache,
int lockScale,
int lockingStrategy,
boolean checksum,
boolean compress,
byte[] password,
boolean readonly,
boolean snapshotEnable,
boolean fileLockDisable,
DataIO.HeartbeatFileLock fileLockHeartbeat,
ScheduledExecutorService executor,
long startSize,
long sizeIncrement,
boolean recidReuseDisable,
long executorScheduledRate,
int writeQueueSize) |
StoreDirect(String fileName,
Volume.VolumeFactory volumeFactory,
Store.Cache cache,
int lockScale,
int lockingStrategy,
boolean checksum,
boolean compress,
byte[] password,
boolean readonly,
boolean snapshotEnable,
boolean fileLockDisable,
DataIO.HeartbeatFileLock fileLockHeartbeat,
ScheduledExecutorService executor,
long startSize,
long sizeIncrement,
boolean recidReuseDisable) |
StoreWAL(String fileName,
Volume.VolumeFactory volumeFactory,
Store.Cache cache,
int lockScale,
int lockingStrategy,
boolean checksum,
boolean compress,
byte[] password,
boolean readonly,
boolean snapshotEnable,
boolean fileLockDisable,
DataIO.HeartbeatFileLock fileLockHeartbeat,
ScheduledExecutorService executor,
long startSize,
long sizeIncrement,
boolean recidReuseDisable,
long executorScheduledRate,
int writeQueueSize) |
WriteAheadLog(String fileName,
Volume.VolumeFactory volumeFactory,
long featureBitMap) |
Copyright © 2015. All Rights Reserved.