public final class ReplicateTxOperation extends Operation
| Constructor and Description |
|---|
ReplicateTxOperation() |
ReplicateTxOperation(List<TransactionLog> logs,
String callerUuid,
String txnId,
long timeoutMillis,
long startTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRun() |
void |
beforeRun() |
Object |
getResponse() |
ExceptionAction |
onException(Throwable throwable) |
protected void |
readInternal(ObjectDataInput in) |
boolean |
returnsResponse() |
void |
run() |
protected void |
writeInternal(ObjectDataOutput out) |
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getStartTime, getWaitTimeout, isUrgent, logError, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeDatapublic ReplicateTxOperation()
public ReplicateTxOperation(List<TransactionLog> logs, String callerUuid, String txnId, long timeoutMillis, long startTime)
public final void beforeRun()
throws Exception
public final void afterRun()
throws Exception
public final boolean returnsResponse()
returnsResponse in class Operationpublic final Object getResponse()
getResponse in class Operationpublic ExceptionAction onException(Throwable throwable)
onException in class Operationprotected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class OperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class OperationIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.