public class SetMasterOperation extends AbstractOperation implements JoinOperation
| Modifier and Type | Field and Description |
|---|---|
protected com.hazelcast.nio.Address |
masterAddress |
| Constructor and Description |
|---|
SetMasterOperation() |
SetMasterOperation(com.hazelcast.nio.Address originAddress) |
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.nio.Address |
getMasterAddress() |
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 SetMasterOperation()
public SetMasterOperation(com.hazelcast.nio.Address originAddress)
public com.hazelcast.nio.Address getMasterAddress()
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.