Class FetchReliableAsyncMissingMemberDataPacket
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.router.AbstractReplicationPacket<ReliableAsyncMemberData>
com.gigaspaces.internal.cluster.node.impl.router.AbstractGroupNameReplicationPacket<ReliableAsyncMemberData>
com.gigaspaces.internal.cluster.node.impl.groups.reliableasync.FetchReliableAsyncMissingMemberDataPacket
- All Implemented Interfaces:
Textualizable, SmartExternalizable, Externalizable, Serializable
public class FetchReliableAsyncMissingMemberDataPacket
extends AbstractGroupNameReplicationPacket<ReliableAsyncMemberData>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFetchReliableAsyncMissingMemberDataPacket(String groupName, String missingMemberName) -
Method Summary
Modifier and TypeMethodDescriptionaccept(IIncomingReplicationFacade incomingReplicationFacade) Process the replication packet at the target side.protected voidreadExternalImpl(ObjectInput in, PlatformLogicalVersion endpointLogicalVersion) 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
-
FetchReliableAsyncMissingMemberDataPacket
public FetchReliableAsyncMissingMemberDataPacket() -
FetchReliableAsyncMissingMemberDataPacket
-
-
Method Details
-
writeExternalImpl
protected void writeExternalImpl(ObjectOutput out, PlatformLogicalVersion endpointLogicalVersion) throws IOException - Specified by:
writeExternalImplin classAbstractReplicationPacket<ReliableAsyncMemberData>- Throws:
IOException
-
readExternalImpl
protected void readExternalImpl(ObjectInput in, PlatformLogicalVersion endpointLogicalVersion) throws IOException, ClassNotFoundException - Specified by:
readExternalImplin classAbstractReplicationPacket<ReliableAsyncMemberData>- Throws:
IOExceptionClassNotFoundException
-
accept
Description copied from class:AbstractReplicationPacketProcess the replication packet at the target side.- Specified by:
acceptin classAbstractReplicationPacket<ReliableAsyncMemberData>- Returns:
- process result
-
getMissingMemberLookupName
-
toText
- Specified by:
toTextin interfaceTextualizable- Overrides:
toTextin classAbstractGroupNameReplicationPacket<ReliableAsyncMemberData>
-