public class NextReplicaStatePacket extends AbstractReplicationPacket<Object>
| Constructor and Description | 
|---|
NextReplicaStatePacket()  | 
NextReplicaStatePacket(Object replicaRemoteContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
accept(IIncomingReplicationFacade incomingReplicationFacade)
Process the replication packet at the target side. 
 | 
void | 
readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
toText(Textualizer textualizer)  | 
void | 
writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
getSourceEndpointDetails, getSourceLookupName, getSourceUniqueId, readExternal, setSourceEndpointDetails, toIdString, toString, writeExternalpublic NextReplicaStatePacket()
public NextReplicaStatePacket(Object replicaRemoteContext)
public Object accept(IIncomingReplicationFacade incomingReplicationFacade)
AbstractReplicationPacketaccept in class AbstractReplicationPacket<Object>public void readExternalImpl(ObjectInput in, PlatformLogicalVersion endpointLogicalVersion) throws IOException, ClassNotFoundException
readExternalImpl in class AbstractReplicationPacket<Object>IOExceptionClassNotFoundExceptionpublic void writeExternalImpl(ObjectOutput out, PlatformLogicalVersion endpointLogicalVersion) throws IOException
writeExternalImpl in class AbstractReplicationPacket<Object>IOExceptionpublic void toText(Textualizer textualizer)
toText in interface TextualizabletoText in class AbstractReplicationPacket<Object>Copyright © GigaSpaces.