public final class HiDensityCacheReplicationOperation
extends com.hazelcast.cache.impl.operation.CacheReplicationOperation
implements com.hazelcast.nio.serialization.IdentifiedDataSerializable, com.hazelcast.nio.serialization.impl.Versioned
| Constructor and Description |
|---|
HiDensityCacheReplicationOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRun() |
int |
getFactoryId() |
int |
getId() |
Object |
getResponse() |
String |
getServiceName() |
boolean |
isEmpty() |
void |
logError(Throwable e) |
void |
onExecutionFailure(Throwable e) |
protected void |
readInternal(com.hazelcast.nio.ObjectDataInput in) |
boolean |
returnsResponse() |
void |
run() |
protected void |
storeRecordsToReplicate(com.hazelcast.cache.impl.ICacheRecordStore recordStore) |
protected void |
writeInternal(com.hazelcast.nio.ObjectDataOutput out) |
beforeRun, preparecall, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, onInvocationException, onSetCallId, readData, requiresExplicitServiceName, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, toString, validatesTarget, writeDataprotected void storeRecordsToReplicate(com.hazelcast.cache.impl.ICacheRecordStore recordStore)
storeRecordsToReplicate in class com.hazelcast.cache.impl.operation.CacheReplicationOperationpublic void run()
run in class com.hazelcast.cache.impl.operation.CacheReplicationOperationpublic void afterRun()
throws Exception
afterRun in class com.hazelcast.spi.OperationExceptionpublic void onExecutionFailure(Throwable e)
onExecutionFailure in class com.hazelcast.spi.Operationpublic boolean returnsResponse()
returnsResponse in class com.hazelcast.spi.Operationpublic Object getResponse()
getResponse in class com.hazelcast.spi.Operationpublic String getServiceName()
getServiceName in class com.hazelcast.cache.impl.operation.CacheReplicationOperationprotected void writeInternal(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeInternal in class com.hazelcast.cache.impl.operation.CacheReplicationOperationIOExceptionprotected void readInternal(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readInternal in class com.hazelcast.cache.impl.operation.CacheReplicationOperationIOExceptionpublic boolean isEmpty()
isEmpty in class com.hazelcast.cache.impl.operation.CacheReplicationOperationpublic int getFactoryId()
getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablegetFactoryId in class com.hazelcast.cache.impl.operation.CacheReplicationOperationpublic int getId()
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablegetId in class com.hazelcast.cache.impl.operation.CacheReplicationOperationpublic void logError(Throwable e)
logError in class com.hazelcast.spi.OperationCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.