public interface IReplicationOrderedPacket extends Cloneable, Externalizable, ISwapExternalizable
| Modifier and Type | Method and Description | 
|---|---|
| IReplicationOrderedPacket | clone() | 
| IReplicationOrderedPacket | cloneWithNewData(IReplicationPacketData<?> newData)Clones the packet replacing its data with the new data | 
| IReplicationPacketData<?> | getData() | 
| long | getEndKey()return the last key for given packets - relevant to range packets - merged discarded/deleted
 packets | 
| long | getKey() | 
| int | getWeight() | 
| boolean | isDataPacket() | 
| boolean | isDiscardedPacket() | 
readExternal, writeExternalreadFromSwap, writeToSwapIReplicationPacketData<?> getData()
long getKey()
long getEndKey()
boolean isDataPacket()
boolean isDiscardedPacket()
IReplicationOrderedPacket clone()
IReplicationOrderedPacket cloneWithNewData(IReplicationPacketData<?> newData)
int getWeight()
Copyright © GigaSpaces.