public class LockClusterStateOperation extends AbstractOperation implements AllowedDuringPassiveState
CALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID
Constructor and Description |
---|
LockClusterStateOperation() |
LockClusterStateOperation(ClusterState newState,
Address initiator,
String txnId,
long leaseTime,
int partitionStateVersion) |
Modifier and Type | Method and Description |
---|---|
void |
beforeRun() |
String |
getServiceName() |
void |
logError(Throwable e)
Logs Exception/Error thrown during operation execution.
|
ExceptionAction |
onInvocationException(Throwable throwable)
Called when an Exception/Error is thrown
during an invocation.
|
protected void |
readInternal(ObjectDataInput in) |
void |
run() |
protected void |
writeInternal(ObjectDataOutput out) |
afterRun, getResponse, returnsResponse
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponseHandler, getService, getWaitTimeout, isUrgent, onException, onExecutionFailure, onSetCallId, readData, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, toString, validatesTarget, writeData
public LockClusterStateOperation()
public LockClusterStateOperation(ClusterState newState, Address initiator, String txnId, long leaseTime, int partitionStateVersion)
public void beforeRun() throws Exception
beforeRun
in class AbstractOperation
Exception
public void logError(Throwable e)
Operation
public ExceptionAction onInvocationException(Throwable throwable)
Operation
onInvocationException
in class Operation
throwable
- Exception/Error thrown during invocationpublic 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 © 2016 Hazelcast, Inc.. All Rights Reserved.