com.hazelcast.partition.impl
Class CheckReplicaVersion
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.partition.impl.CheckReplicaVersion
- All Implemented Interfaces:
- DataSerializable, RemotePropagatable<Operation>, PartitionAwareOperation
public final class CheckReplicaVersion
- extends Operation
- implements PartitionAwareOperation
Methods inherited from class com.hazelcast.spi.Operation |
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getWaitTimeout, isUrgent, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, writeData |
CheckReplicaVersion
public CheckReplicaVersion()
CheckReplicaVersion
public CheckReplicaVersion(long version,
boolean returnResponse)
beforeRun
public void beforeRun()
throws Exception
- Specified by:
beforeRun
in class Operation
- Throws:
Exception
run
public void run()
throws Exception
- Specified by:
run
in class Operation
- Throws:
Exception
afterRun
public void afterRun()
throws Exception
- Specified by:
afterRun
in class Operation
- Throws:
Exception
returnsResponse
public boolean returnsResponse()
- Specified by:
returnsResponse
in interface RemotePropagatable<Operation>
- Specified by:
returnsResponse
in class Operation
getResponse
public Object getResponse()
- Specified by:
getResponse
in class Operation
validatesTarget
public boolean validatesTarget()
- Overrides:
validatesTarget
in class Operation
getServiceName
public String getServiceName()
- Overrides:
getServiceName
in class Operation
logError
public void logError(Throwable e)
- Specified by:
logError
in interface RemotePropagatable<Operation>
- Overrides:
logError
in class Operation
writeInternal
protected void writeInternal(ObjectDataOutput out)
throws IOException
- Specified by:
writeInternal
in class Operation
- Throws:
IOException
readInternal
protected void readInternal(ObjectDataInput in)
throws IOException
- Specified by:
readInternal
in class Operation
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Operation
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.