Class QueryRemoteClusterTopologyPacket
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.router.AbstractReplicationPacket<QueryRemoteClusterTopologyResult>
com.gigaspaces.internal.cluster.node.impl.gateway.sink.QueryRemoteClusterTopologyPacket
- All Implemented Interfaces:
Textualizable, SmartExternalizable, Externalizable, Serializable
public class QueryRemoteClusterTopologyPacket
extends AbstractReplicationPacket<QueryRemoteClusterTopologyResult>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(IIncomingReplicationFacade incomingReplicationFacade) Process the replication packet at the target side.protected voidreadExternalImpl(ObjectInput in, PlatformLogicalVersion endpointLogicalVersion) protected voidwriteExternalImpl(ObjectOutput out, PlatformLogicalVersion endpointLogicalVersion) Methods inherited from class AbstractReplicationPacket
getSourceEndpointDetails, getSourceLookupName, getSourceUniqueId, readExternal, setSourceEndpointDetails, toIdString, toString, toText, writeExternalMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
QueryRemoteClusterTopologyPacket
public QueryRemoteClusterTopologyPacket()
-
-
Method Details
-
writeExternalImpl
protected void writeExternalImpl(ObjectOutput out, PlatformLogicalVersion endpointLogicalVersion) throws IOException - Specified by:
writeExternalImplin classAbstractReplicationPacket<QueryRemoteClusterTopologyResult>- Throws:
IOException
-
readExternalImpl
protected void readExternalImpl(ObjectInput in, PlatformLogicalVersion endpointLogicalVersion) throws IOException, ClassNotFoundException - Specified by:
readExternalImplin classAbstractReplicationPacket<QueryRemoteClusterTopologyResult>- Throws:
IOExceptionClassNotFoundException
-
accept
public QueryRemoteClusterTopologyResult accept(IIncomingReplicationFacade incomingReplicationFacade) Description copied from class:AbstractReplicationPacketProcess the replication packet at the target side.- Specified by:
acceptin classAbstractReplicationPacket<QueryRemoteClusterTopologyResult>- Returns:
- process result
-