Class IdleStateDataReplicatedPacket
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.router.AbstractReplicationPacket<Object>
com.gigaspaces.internal.cluster.node.impl.router.AbstractGroupNameReplicationPacket<Object>
com.gigaspaces.internal.cluster.node.impl.packets.IdleStateDataReplicatedPacket
- All Implemented Interfaces:
Textualizable, SmartExternalizable, Externalizable, Serializable
- Since:
- 9.0
- Author:
- idan, eitany
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIdleStateDataReplicatedPacket(String groupName) IdleStateDataReplicatedPacket(String groupName, IIdleStateData idleStateData) -
Method Summary
Modifier and TypeMethodDescriptionaccept(IIncomingReplicationFacade incomingReplicationFacade) Process the replication packet at the target side.voidclean()protected voidreadExternalImpl(ObjectInput in, PlatformLogicalVersion endpointLogicalVersion) voidsetIdleStateData(IIdleStateData idleStateData) voidtoText(Textualizer textualizer) protected voidwriteExternalImpl(ObjectOutput out, PlatformLogicalVersion endpointLogicalVersion) Methods inherited from class AbstractGroupNameReplicationPacket
getGroupName, getTargetGroup, readExternal, writeExternalMethods inherited from class AbstractReplicationPacket
getSourceEndpointDetails, getSourceLookupName, getSourceUniqueId, setSourceEndpointDetails, toIdString, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
IdleStateDataReplicatedPacket
public IdleStateDataReplicatedPacket() -
IdleStateDataReplicatedPacket
-
IdleStateDataReplicatedPacket
-
-
Method Details
-
writeExternalImpl
protected void writeExternalImpl(ObjectOutput out, PlatformLogicalVersion endpointLogicalVersion) throws IOException - Specified by:
writeExternalImplin classAbstractReplicationPacket<Object>- Throws:
IOException
-
readExternalImpl
protected void readExternalImpl(ObjectInput in, PlatformLogicalVersion endpointLogicalVersion) throws IOException, ClassNotFoundException - Specified by:
readExternalImplin classAbstractReplicationPacket<Object>- Throws:
IOExceptionClassNotFoundException
-
accept
Description copied from class:AbstractReplicationPacketProcess the replication packet at the target side.- Specified by:
acceptin classAbstractReplicationPacket<Object>- Returns:
- process result
-
getIdleStateData
-
clean
public void clean() -
setIdleStateData
-
toText
- Specified by:
toTextin interfaceTextualizable- Overrides:
toTextin classAbstractGroupNameReplicationPacket<Object>
-