public class DeferredObjectExchangeStrategy extends java.lang.Object implements ObjectExchangeStrategy
| Modifier and Type | Field and Description |
|---|---|
static ObjectExchangeStrategy |
INSTANCE |
| Constructor and Description |
|---|
DeferredObjectExchangeStrategy() |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayBuffer |
marshall(LocalTransaction transaction,
IntIterator4 ids,
int count) |
FixedSizeIntIterator4 |
unmarshall(ClientTransaction transaction,
ClientSlotCache slotCache,
ByteArrayBuffer reader) |
public static final ObjectExchangeStrategy INSTANCE
public ByteArrayBuffer marshall(LocalTransaction transaction, IntIterator4 ids, int count)
marshall in interface ObjectExchangeStrategypublic FixedSizeIntIterator4 unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
unmarshall in interface ObjectExchangeStrategy