Class BatchReplicatedDataPacket
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.router.AbstractReplicationPacket<T>
com.gigaspaces.internal.cluster.node.impl.router.AbstractGroupNameReplicationPacket<Object>
com.gigaspaces.internal.cluster.node.impl.packets.BatchReplicatedDataPacket
- All Implemented Interfaces:
Textualizable,SmartExternalizable,Externalizable,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(IIncomingReplicationFacade replicationFacade) Process the replication packet at the target side.voidclean()voidcompressBatch(boolean containsDiscardedPacket) getBatch()booleanvoidreadExternalImpl(ObjectInput in, PlatformLogicalVersion endpointLogicalVersion) voidsetBatch(List<IReplicationOrderedPacket> batch) toString()voidtoText(Textualizer textualizer) voidwriteExternalImpl(ObjectOutput out, PlatformLogicalVersion endpointLogicalVersion) Methods inherited from class com.gigaspaces.internal.cluster.node.impl.router.AbstractGroupNameReplicationPacket
getGroupName, getTargetGroup, readExternal, writeExternalMethods inherited from class com.gigaspaces.internal.cluster.node.impl.router.AbstractReplicationPacket
getSourceEndpointDetails, getSourceLookupName, getSourceUniqueId, setSourceEndpointDetails, toIdStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
BatchReplicatedDataPacket
public BatchReplicatedDataPacket() -
BatchReplicatedDataPacket
-
-
Method Details
-
isCompressed
public boolean isCompressed() -
accept
Description copied from class:AbstractReplicationPacketProcess the replication packet at the target side.- Specified by:
acceptin classAbstractReplicationPacket<Object>- Returns:
- process result
-
readExternalImpl
public void readExternalImpl(ObjectInput in, PlatformLogicalVersion endpointLogicalVersion) throws IOException, ClassNotFoundException - Specified by:
readExternalImplin classAbstractReplicationPacket<Object>- Throws:
IOExceptionClassNotFoundException
-
writeExternalImpl
public void writeExternalImpl(ObjectOutput out, PlatformLogicalVersion endpointLogicalVersion) throws IOException - Specified by:
writeExternalImplin classAbstractReplicationPacket<Object>- Throws:
IOException
-
setBatch
-
getBatch
-
clean
public void clean() -
toText
- Specified by:
toTextin interfaceTextualizable- Overrides:
toTextin classAbstractGroupNameReplicationPacket<Object>
-
compressBatch
public void compressBatch(boolean containsDiscardedPacket) -
decompressBatch
-
toString
- Overrides:
toStringin classAbstractReplicationPacket<Object>
-