com.hazelcast.cluster.impl.operations
public class PrepareMergeOperation extends AbstractOperation
CALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID
Constructor and Description |
---|
PrepareMergeOperation() |
PrepareMergeOperation(Address newTargetAddress) |
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 PrepareMergeOperation()
public PrepareMergeOperation(Address newTargetAddress)
public Object getResponse()
getResponse
in class AbstractOperation
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class AbstractOperation
IOException
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class AbstractOperation
IOException
public boolean returnsResponse()
returnsResponse
in class AbstractOperation
public final String getServiceName()
getServiceName
in class Operation
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.