public class JoinRequestOperation extends AbstractOperation implements JoinOperation
| Constructor and Description |
|---|
JoinRequestOperation() |
JoinRequestOperation(JoinRequest message) |
| Modifier and Type | Method and Description |
|---|---|
JoinRequest |
getMessage() |
String |
getServiceName() |
protected void |
readInternal(com.hazelcast.nio.ObjectDataInput in) |
boolean |
returnsResponse() |
void |
run() |
String |
toString() |
protected void |
writeInternal(com.hazelcast.nio.ObjectDataOutput out) |
afterRun, beforeRun, getResponsegetCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getStartTime, isAsync, logError, onException, readData, setCallerUuid, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, validatesTarget, writeDatapublic JoinRequestOperation()
public JoinRequestOperation(JoinRequest message)
public JoinRequest getMessage()
protected void readInternal(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readInternal in class AbstractOperationIOExceptionprotected void writeInternal(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeInternal in class AbstractOperationIOExceptionpublic boolean returnsResponse()
returnsResponse in class AbstractOperationpublic final String getServiceName()
getServiceName in class OperationCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.