public class JoinCheckOperation extends AbstractOperation implements JoinOperation
| Constructor and Description |
|---|
JoinCheckOperation() |
JoinCheckOperation(JoinRequest joinRequest) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getResponse() |
protected void |
readInternal(com.hazelcast.nio.ObjectDataInput in) |
boolean |
returnsResponse() |
void |
run() |
protected void |
writeInternal(com.hazelcast.nio.ObjectDataOutput out) |
afterRun, beforeRungetCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getStartTime, isAsync, logError, onException, readData, setCallerUuid, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, validatesTarget, writeDatapublic JoinCheckOperation()
public JoinCheckOperation(JoinRequest joinRequest)
public boolean returnsResponse()
returnsResponse in class AbstractOperationpublic Object getResponse()
getResponse in class AbstractOperationprotected 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 AbstractOperationIOExceptionCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.