public abstract class SemaphoreBackupOperation extends SemaphoreOperation implements BackupOperation
Modifier and Type | Field and Description |
---|---|
protected String |
firstCaller |
permitCount, response
name
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) |
getFactoryId, getResponse, getSemaphoreContainer, getServiceName
getName, toString
afterRun, beforeRun, call, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, logError, onExecutionFailure, onInvocationException, onSetCallId, readData, requiresExplicitServiceName, returnsResponse, run, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPartitionId
getId
readData, writeData
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 © 2019 Hazelcast, Inc.. All Rights Reserved.