public class SemaphoreDetachMemberOperation extends SemaphoreBackupAwareOperation implements Notifier
permitCount, response
name
GENERIC_PARTITION_ID
Constructor and Description |
---|
SemaphoreDetachMemberOperation() |
SemaphoreDetachMemberOperation(String name,
String detachedMemberUuid) |
Modifier and Type | Method and Description |
---|---|
int |
getAsyncBackupCount()
The asynchronous backup count.
|
Operation |
getBackupOperation()
Creates the
BackupOperation responsible for making the backup. |
int |
getId()
Returns type identifier for this class.
|
WaitNotifyKey |
getNotifiedKey() |
int |
getSyncBackupCount()
The synchronous backup count.
|
void |
readInternal(ObjectDataInput in) |
void |
run()
Runs the operation.
|
boolean |
shouldBackup()
Checks if a backup needs to be made.
|
boolean |
shouldNotify() |
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, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPartitionId
readData, writeData
public void run() throws Exception
Operation
Operation.run()
or Operation.call()
method should be implemented; not both.
Runs after wait-support, supposed to do actual operationrun
in class Operation
Exception
Operation.call()
public boolean shouldBackup()
BackupAwareOperation
shouldBackup
in interface BackupAwareOperation
public int getAsyncBackupCount()
BackupAwareOperation
getAsyncBackupCount
in interface BackupAwareOperation
getAsyncBackupCount
in class SemaphoreBackupAwareOperation
public int getSyncBackupCount()
BackupAwareOperation
getSyncBackupCount
in interface BackupAwareOperation
getSyncBackupCount
in class SemaphoreBackupAwareOperation
public Operation getBackupOperation()
BackupAwareOperation
BackupOperation
responsible for making the backup.getBackupOperation
in interface BackupAwareOperation
BackupOperation
responsible for making the backup.public boolean shouldNotify()
shouldNotify
in interface Notifier
public WaitNotifyKey getNotifiedKey()
getNotifiedKey
in interface Notifier
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
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.