OffHeapStore
A storage mechanism that "persists" data in the off-heap area of the main
memory.
| Methods |
| void |
close()
|
| void |
close()
|
| void |
free(long pos, int length)
|
| void |
free(long pos, int length)
|
| int |
getDefaultRetentionTime()
|
| int |
getDefaultRetentionTime()
|
| void |
open(String fileName, boolean readOnly, char[] encryptionKey)
|
| void |
open(String fileName, boolean readOnly, char[] encryptionKey)
|
| ByteBuffer |
readFully(long pos, int len)
|
| ByteBuffer |
readFully(long pos, int len)
|
| void |
sync()
|
| void |
sync()
|
| String |
toString()
|
| String |
toString()
|
| void |
truncate(long size)
|
| void |
truncate(long size)
|
| void |
writeFully(long pos, ByteBuffer src)
|
| void |
writeFully(long pos, ByteBuffer src)
|
|