public class ReplicaRequestPacket extends AbstractGroupNameReplicationPacket<Object>
| Constructor and Description | 
|---|
ReplicaRequestPacket()  | 
ReplicaRequestPacket(String syncGroupName,
                    ISpaceCopyReplicaParameters parameters)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
accept(IIncomingReplicationFacade incomingReplicationFacade)
Process the replication packet at the target side. 
 | 
ISpaceCopyReplicaParameters | 
getParameters()  | 
boolean | 
isSynchronizeRequest()  | 
void | 
readExternalImpl(ObjectInput in,
                PlatformLogicalVersion endpointLogicalVersion)  | 
void | 
toText(Textualizer textualizer)  | 
void | 
writeExternalImpl(ObjectOutput out,
                 PlatformLogicalVersion endpointLogicalVersion)  | 
getGroupName, getTargetGroup, readExternal, writeExternalgetSourceEndpointDetails, getSourceLookupName, getSourceUniqueId, setSourceEndpointDetails, toIdString, toStringpublic ReplicaRequestPacket()
public ReplicaRequestPacket(String syncGroupName, ISpaceCopyReplicaParameters parameters)
public Object accept(IIncomingReplicationFacade incomingReplicationFacade)
AbstractReplicationPacketaccept in class AbstractReplicationPacket<Object>public boolean isSynchronizeRequest()
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 ISpaceCopyReplicaParameters getParameters()
public void toText(Textualizer textualizer)
toText in interface TextualizabletoText in class AbstractGroupNameReplicationPacket<Object>Copyright © GigaSpaces.