public static class TransactionStore.VersionedValueType extends java.lang.Object implements DataType
| Modifier and Type | Method and Description |
|---|---|
int |
compare(java.lang.Object aObj,
java.lang.Object bObj)
Compare two keys.
|
int |
getMemory(java.lang.Object obj)
Estimate the used memory in bytes.
|
java.lang.Object |
read(java.nio.ByteBuffer buff)
Read an object.
|
void |
read(java.nio.ByteBuffer buff,
java.lang.Object[] obj,
int len,
boolean key)
Read a list of objects.
|
void |
write(WriteBuffer buff,
java.lang.Object obj)
Write an object.
|
void |
write(WriteBuffer buff,
java.lang.Object[] obj,
int len,
boolean key)
Write a list of objects.
|
public int getMemory(java.lang.Object obj)
DataTypepublic int compare(java.lang.Object aObj,
java.lang.Object bObj)
DataTypepublic void read(java.nio.ByteBuffer buff,
java.lang.Object[] obj,
int len,
boolean key)
DataTypepublic java.lang.Object read(java.nio.ByteBuffer buff)
DataTypepublic void write(WriteBuffer buff, java.lang.Object[] obj, int len, boolean key)
DataTypepublic void write(WriteBuffer buff, java.lang.Object obj)
DataType