|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Volume in org.mapdb |
|---|
| Subclasses of Volume in org.mapdb | |
|---|---|
static class |
Volume.ByteBufferVol
Abstract Volume over bunch of ByteBuffers It leaves ByteBufferVol details (allocation, disposal) on subclasses. |
static class |
Volume.FileChannelVol
Volume which uses FileChannel. |
static class |
Volume.MappedFileVol
|
static class |
Volume.MemoryVol
|
| Fields in org.mapdb declared as Volume | |
|---|---|
protected Volume |
StoreDirect.index
|
protected Volume |
StoreWAL.log
|
protected Volume |
StoreDirect.phys
|
| Methods in org.mapdb that return Volume | |
|---|---|
Volume |
Volume.Factory.createIndexVolume()
|
Volume |
Volume.Factory.createPhysVolume()
|
Volume |
Volume.Factory.createTransLogVolume()
|
static Volume |
Volume.volumeForFile(File f,
boolean useRandomAccessFile,
boolean readOnly,
long sizeLimit,
int chunkShift,
int sizeIncrement)
|
| Methods in org.mapdb with parameters of type Volume | |
|---|---|
static void |
Volume.volumeTransfer(long size,
Volume from,
Volume to)
transfer data from one volume to second. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||