public class BatchReplicatedDataPacket extends AbstractGroupNameReplicationPacket<Object>
Constructor and Description |
---|
BatchReplicatedDataPacket() |
BatchReplicatedDataPacket(String groupName) |
Modifier and Type | Method and Description |
---|---|
Object |
accept(IIncomingReplicationFacade replicationFacade)
Process the replication packet at the target side.
|
void |
clean() |
void |
compressBatch(boolean containsDiscardedPacket) |
List<IReplicationOrderedPacket> |
decompressBatch() |
List<IReplicationOrderedPacket> |
getBatch() |
boolean |
isCompressed() |
void |
readExternalImpl(ObjectInput in,
PlatformLogicalVersion endpointLogicalVersion) |
void |
setBatch(List<IReplicationOrderedPacket> batch) |
String |
toString() |
void |
toText(Textualizer textualizer) |
void |
writeExternalImpl(ObjectOutput out,
PlatformLogicalVersion endpointLogicalVersion) |
getGroupName, getTargetGroup, readExternal, writeExternal
getSourceEndpointDetails, getSourceLookupName, getSourceUniqueId, setSourceEndpointDetails, toIdString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public BatchReplicatedDataPacket()
public BatchReplicatedDataPacket(String groupName)
public boolean isCompressed()
public Object accept(IIncomingReplicationFacade replicationFacade)
AbstractReplicationPacket
accept
in class AbstractReplicationPacket<Object>
public void readExternalImpl(ObjectInput in, PlatformLogicalVersion endpointLogicalVersion) throws IOException, ClassNotFoundException
readExternalImpl
in class AbstractReplicationPacket<Object>
IOException
ClassNotFoundException
public void writeExternalImpl(ObjectOutput out, PlatformLogicalVersion endpointLogicalVersion) throws IOException
writeExternalImpl
in class AbstractReplicationPacket<Object>
IOException
public void setBatch(List<IReplicationOrderedPacket> batch)
public List<IReplicationOrderedPacket> getBatch()
public void clean()
public void toText(Textualizer textualizer)
toText
in interface Textualizable
toText
in class AbstractGroupNameReplicationPacket<Object>
public void compressBatch(boolean containsDiscardedPacket)
public List<IReplicationOrderedPacket> decompressBatch()
public String toString()
toString
in class AbstractReplicationPacket<Object>
Copyright © GigaSpaces.