public class CountDownLatchBackupOperation extends AbstractNamedOperation implements BackupOperation, IdentifiedDataSerializable
name| Constructor and Description |
|---|
CountDownLatchBackupOperation() |
CountDownLatchBackupOperation(String name,
int count) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFactoryId() |
int |
getId() |
Object |
getResponse() |
String |
getServiceName() |
protected void |
readInternal(ObjectDataInput in) |
boolean |
returnsResponse() |
void |
run() |
protected WaitNotifyKey |
waitNotifyKey() |
protected void |
writeInternal(ObjectDataOutput out) |
getNameafterRun, beforeRungetCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getStartTime, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, validatesTarget, writeDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPartitionIdreadData, writeDatapublic CountDownLatchBackupOperation()
public CountDownLatchBackupOperation(String name, int count)
public Object getResponse()
getResponse in class AbstractOperationpublic boolean returnsResponse()
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal in class AbstractNamedOperationIOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
readInternal in class AbstractNamedOperationIOExceptionpublic int getFactoryId()
getFactoryId in interface IdentifiedDataSerializablepublic int getId()
getId in interface IdentifiedDataSerializablepublic final String getServiceName()
getServiceName in class Operationprotected WaitNotifyKey waitNotifyKey()
Copyright © 2021 Hazelcast, Inc.. All rights reserved.