Class SinkEstablishConnectionPacket
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.router.AbstractReplicationPacket<SinkEstablishConnectionResult>
com.gigaspaces.internal.cluster.node.impl.gateway.sink.SinkEstablishConnectionPacket
- All Implemented Interfaces:
Textualizable,SmartExternalizable,Externalizable,Serializable
public class SinkEstablishConnectionPacket
extends AbstractReplicationPacket<SinkEstablishConnectionResult>
- 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) voidtoText(Textualizer textualizer) protected voidwriteExternalImpl(ObjectOutput out, PlatformLogicalVersion endpointLogicalVersion) Methods inherited from class com.gigaspaces.internal.cluster.node.impl.router.AbstractReplicationPacket
getSourceEndpointDetails, getSourceLookupName, getSourceUniqueId, readExternal, setSourceEndpointDetails, toIdString, toString, writeExternalMethods 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
-
SinkEstablishConnectionPacket
public SinkEstablishConnectionPacket() -
SinkEstablishConnectionPacket
-
-
Method Details
-
writeExternalImpl
protected void writeExternalImpl(ObjectOutput out, PlatformLogicalVersion endpointLogicalVersion) throws IOException - Specified by:
writeExternalImplin classAbstractReplicationPacket<SinkEstablishConnectionResult>- Throws:
IOException
-
readExternalImpl
protected void readExternalImpl(ObjectInput in, PlatformLogicalVersion endpointLogicalVersion) throws IOException, ClassNotFoundException - Specified by:
readExternalImplin classAbstractReplicationPacket<SinkEstablishConnectionResult>- Throws:
IOExceptionClassNotFoundException
-
accept
Description copied from class:AbstractReplicationPacketProcess the replication packet at the target side.- Specified by:
acceptin classAbstractReplicationPacket<SinkEstablishConnectionResult>- Returns:
- process result
-
getTargetSpaceMemberLookupName
-
toText
- Specified by:
toTextin interfaceTextualizable- Overrides:
toTextin classAbstractReplicationPacket<SinkEstablishConnectionResult>
-