public class SignalBackupOperation extends AbstractOperation implements BackupOperation
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
all |
static int |
ANY_THREAD |
protected int |
awaitCount |
protected String |
conditionId |
static long |
DEFAULT_LOCK_TTL |
protected Data |
key |
protected ObjectNamespace |
namespace |
protected Object |
response |
protected long |
threadId |
protected long |
ttl |
| Constructor and Description |
|---|
SignalBackupOperation() |
SignalBackupOperation(ObjectNamespace namespace,
Data key,
long threadId,
String conditionId,
boolean all) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAsyncBackupCount() |
Data |
getKey() |
protected LockStoreImpl |
getLockStore() |
Object |
getResponse() |
String |
getServiceName() |
int |
getSyncBackupCount() |
protected void |
readInternal(ObjectDataInput in) |
void |
run() |
void |
setAsyncBackup(boolean asyncBackup) |
protected void |
writeInternal(ObjectDataOutput out) |
afterRun, beforeRun, returnsResponsegetCallerAddress, 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, waitgetPartitionIdprotected boolean all
protected String conditionId
protected transient int awaitCount
public static final long DEFAULT_LOCK_TTL
public static final int ANY_THREAD
protected ObjectNamespace namespace
protected Data key
protected long threadId
protected long ttl
protected transient Object response
public SignalBackupOperation()
public SignalBackupOperation(ObjectNamespace namespace, Data key, long threadId, String conditionId, boolean all)
protected void writeInternal(ObjectDataOutput out) throws IOException
IOExceptionprotected void readInternal(ObjectDataInput in) throws IOException
IOExceptionpublic final Object getResponse()
getResponse in class AbstractOperationprotected final LockStoreImpl getLockStore()
public final int getSyncBackupCount()
public final int getAsyncBackupCount()
public final void setAsyncBackup(boolean asyncBackup)
public final String getServiceName()
getServiceName in class Operationpublic final Data getKey()
Copyright © 2021 Hazelcast, Inc.. All rights reserved.