com.hazelcast.client.impl.operations
public class ClientReAuthOperation extends AbstractOperation implements UrgentSystemOperation
CALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID
Constructor and Description |
---|
ClientReAuthOperation() |
ClientReAuthOperation(String clientUuid) |
Modifier and Type | Method and Description |
---|---|
Object |
getResponse() |
String |
getServiceName() |
protected void |
readInternal(ObjectDataInput in) |
boolean |
returnsResponse() |
void |
run() |
protected void |
writeInternal(ObjectDataOutput out) |
afterRun, beforeRun
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
public ClientReAuthOperation()
public ClientReAuthOperation(String clientUuid)
public boolean returnsResponse()
returnsResponse
in class AbstractOperation
public Object getResponse()
getResponse
in class AbstractOperation
public String getServiceName()
getServiceName
in class Operation
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class AbstractOperation
IOException
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class AbstractOperation
IOException
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.