public abstract class SemaphoreBackupOperation extends SemaphoreOperation implements BackupOperation
Modifier and Type | Field and Description |
---|---|
protected String |
firstCaller |
permitCount, response
name
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) |
getPermit, getResponse
getName
afterRun, beforeRun, returnsResponse
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getWaitTimeout, isUrgent, logError, onException, readData, run, setCallerUuid, setExecutorName, setNodeEngine, 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 © 2014 Hazelcast, Inc.. All Rights Reserved.