Class | Description |
---|---|
ByteArrayVol |
Created by jan on 2/29/16.
|
ByteBufferMemoryVol |
Created by jan on 3/13/16.
|
ByteBufferMemoryVolSingle |
Created by jan on 3/13/16.
|
ByteBufferVol |
Abstract Volume over bunch of ByteBuffers
It leaves ByteBufferVol details (allocation, disposal) on subclasses.
|
ByteBufferVolSingle |
Abstract Volume over single ByteBuffer, maximal size is 2GB (32bit limit).
|
FileChannelVol |
Volume which uses FileChannel.
|
MappedFileVol |
Created by jan on 2/29/16.
|
MappedFileVol.MappedFileFactory | |
MappedFileVolSingle |
Created by jan on 2/29/16.
|
RandomAccessFileVol |
Created by jan on 2/29/16.
|
ReadOnlyVolume |
Created by jan on 2/29/16.
|
SingleByteArrayVol |
Volume backed by on-heap byte[] with maximal fixed size 2GB.
|
Volume |
MapDB abstraction over raw storage (file, disk partition, memory etc...).
|
VolumeFactory |
Created by jan on 2/29/16.
|
Copyright © 2018. All Rights Reserved.