com.hazelcast.cluster.impl.operations
public class PostJoinOperation extends AbstractOperation implements UrgentSystemOperation, JoinOperation
CALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID
Constructor and Description |
---|
PostJoinOperation() |
PostJoinOperation(Operation... ops) |
Modifier and Type | Method and Description |
---|---|
void |
beforeRun() |
protected void |
readInternal(ObjectDataInput in) |
void |
run() |
String |
toString() |
boolean |
validatesTarget() |
protected void |
writeInternal(ObjectDataOutput out) |
afterRun, getResponse, returnsResponse
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, writeData
public PostJoinOperation()
public PostJoinOperation(Operation... ops)
public void beforeRun() throws Exception
beforeRun
in class AbstractOperation
Exception
public boolean validatesTarget()
validatesTarget
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.