public class FSTByteBufferOffheap.OffHeapAccess extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FSTByteBufferOffheap.ByteBufferEntry |
currentEntry |
protected FSTObjectInput |
in |
protected FSTObjectOutput |
out |
| Constructor and Description |
|---|
FSTByteBufferOffheap.OffHeapAccess() |
| Modifier and Type | Method and Description |
|---|---|
int |
add(Object toSave,
Object tag) |
FSTByteBufferOffheap.ByteBufferEntry |
getEntry(int handle) |
Object |
getObject(int handle) |
void |
getObjectBuffer(int handle,
FSTByteBufferOffheap.GetObjectBufferResult res) |
Object |
getTag(int handle) |
protected FSTByteBufferOffheap.ByteBufferEntry currentEntry
protected FSTObjectInput in
protected FSTObjectOutput out
public void getObjectBuffer(int handle,
FSTByteBufferOffheap.GetObjectBufferResult res)
public FSTByteBufferOffheap.ByteBufferEntry getEntry(int handle) throws Exception
Exceptionpublic int add(Object toSave, Object tag) throws IOException
IOExceptionCopyright © 2014. All rights reserved.