Package | Description |
---|---|
org.mapdb | |
org.mapdb.volume |
Modifier and Type | Field and Description |
---|---|
static VolumeFactory |
CC.DEFAULT_FILE_VOLUME_FACTORY |
static VolumeFactory |
CC.DEFAULT_MEMORY_VOLUME_FACTORY |
Constructor and Description |
---|
WriteAheadLog(java.lang.String fileName,
VolumeFactory volumeFactory,
long featureBitMap,
boolean fileDeleteAfterOpen) |
Modifier and Type | Class and Description |
---|---|
static class |
MappedFileVol.MappedFileFactory |
Modifier and Type | Field and Description |
---|---|
static VolumeFactory |
FileChannelVol.FACTORY |
protected static VolumeFactory |
SingleByteArrayVol.FACTORY |
static VolumeFactory |
ByteArrayVol.FACTORY |
protected static VolumeFactory |
MappedFileVolSingle.FACTORY |
static VolumeFactory |
MappedFileVol.FACTORY |
static VolumeFactory |
RandomAccessFileVol.FACTORY |
static VolumeFactory |
ByteBufferMemoryVol.FACTORY
factory for DirectByteBuffer storage
|
protected static VolumeFactory |
MappedFileVolSingle.FACTORY_WITH_CLEANER_HACK |
static VolumeFactory |
ByteBufferMemoryVol.FACTORY_WITH_CLEANER_HACK
factory for DirectByteBuffer storage
|
static VolumeFactory |
Volume.UNSAFE_VOL_FACTORY
If
sun.misc.Unsafe is available it will use Volume based on Unsafe. |
Modifier and Type | Method and Description |
---|---|
static VolumeFactory |
VolumeFactory.wrap(Volume volume,
boolean exists) |
Copyright © 2018. All Rights Reserved.