public class EagerObjectExchangeStrategy extends java.lang.Object implements ObjectExchangeStrategy
| Constructor and Description |
|---|
EagerObjectExchangeStrategy(ObjectExchangeConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayBuffer |
marshall(LocalTransaction transaction,
IntIterator4 ids,
int maxCount) |
FixedSizeIntIterator4 |
unmarshall(ClientTransaction transaction,
ClientSlotCache slotCache,
ByteArrayBuffer reader) |
public EagerObjectExchangeStrategy(ObjectExchangeConfiguration config)
public ByteArrayBuffer marshall(LocalTransaction transaction, IntIterator4 ids, int maxCount)
marshall in interface ObjectExchangeStrategypublic FixedSizeIntIterator4 unmarshall(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
unmarshall in interface ObjectExchangeStrategy