public static class TransactionStore.ArrayType extends Object implements DataType
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compare(Object aObj,
Object bObj)
Compare two keys.
|
int |
getMemory(Object obj)
Estimate the used memory in bytes.
|
Object |
read(ByteBuffer buff)
Read an object.
|
void |
read(ByteBuffer buff,
Object[] obj,
int len,
boolean key)
Read a list of objects.
|
void |
write(WriteBuffer buff,
Object obj)
Write an object.
|
void |
write(WriteBuffer buff,
Object[] obj,
int len,
boolean key)
Write a list of objects.
|
public void read(ByteBuffer buff, Object[] obj, int len, boolean key)
DataTypepublic void write(WriteBuffer buff, Object[] obj, int len, boolean key)
DataTypepublic void write(WriteBuffer buff, Object obj)
DataTypepublic Object read(ByteBuffer buff)
DataTypeCopyright © 2017. All rights reserved.