com.hazelcast.concurrent.semaphore.operations
Class SemaphoreBackupOperation
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.spi.AbstractOperation
com.hazelcast.spi.impl.AbstractNamedOperation
com.hazelcast.concurrent.semaphore.operations.SemaphoreOperation
com.hazelcast.concurrent.semaphore.operations.SemaphoreBackupOperation
- All Implemented Interfaces:
- DataSerializable, BackupOperation, RemotePropagatable<Operation>, PartitionAwareOperation
- Direct Known Subclasses:
- AcquireBackupOperation, DeadMemberBackupOperation, DrainBackupOperation, InitBackupOperation, ReduceBackupOperation, ReleaseBackupOperation
public abstract class SemaphoreBackupOperation
- extends SemaphoreOperation
- implements BackupOperation
Methods inherited from class com.hazelcast.spi.Operation |
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 |
firstCaller
protected String firstCaller
SemaphoreBackupOperation
protected SemaphoreBackupOperation()
SemaphoreBackupOperation
protected SemaphoreBackupOperation(String name,
int permitCount,
String firstCaller)
writeInternal
public void writeInternal(ObjectDataOutput out)
throws IOException
- Overrides:
writeInternal
in class SemaphoreOperation
- Throws:
IOException
readInternal
public void readInternal(ObjectDataInput in)
throws IOException
- Overrides:
readInternal
in class SemaphoreOperation
- Throws:
IOException
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.