public static class TransactionStore.ArrayType extends Object implements DataType
Modifier and Type | Method and Description |
---|---|
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 int getMemory(Object obj)
DataType
public int compare(Object aObj, Object bObj)
DataType
public void read(ByteBuffer buff, Object[] obj, int len, boolean key)
DataType
public void write(WriteBuffer buff, Object[] obj, int len, boolean key)
DataType
public void write(WriteBuffer buff, Object obj)
DataType
public Object read(ByteBuffer buff)
DataType
Copyright © 2020 JBoss by Red Hat. All rights reserved.