public abstract class SemaphoreBackupOperation extends SemaphoreOperation implements BackupOperation
Modifier and Type | Field and Description |
---|---|
protected String |
firstCaller |
permitCount, response
name
CALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID
Modifier | Constructor and Description |
---|---|
protected |
SemaphoreBackupOperation() |
protected |
SemaphoreBackupOperation(String name,
int permitCount,
String firstCaller) |
Modifier and Type | Method and Description |
---|---|
void |
readInternal(ObjectDataInput in) |
void |
writeInternal(ObjectDataOutput out) |
getResponse, getSemaphoreContainer, getServiceName
getName, toString
afterRun, beforeRun, returnsResponse
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponseHandler, getService, getWaitTimeout, isUrgent, logError, onException, onExecutionFailure, onInvocationException, onSetCallId, readData, run, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPartitionId
protected String firstCaller
public void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class SemaphoreOperation
IOException
public void readInternal(ObjectDataInput in) throws IOException
readInternal
in class SemaphoreOperation
IOException
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.