JavaScript is disabled on your browser.
java.lang.Object
com.hazelcast.spi.Operation
com.hazelcast.cache.impl.operation.CacheReplicationOperation
com.hazelcast.cache.hidensity.operation.HiDensityCacheReplicationOperation
All Implemented Interfaces:
com.hazelcast.nio.serialization.DataSerializable, com.hazelcast.nio.serialization.IdentifiedDataSerializable
public final class HiDensityCacheReplicationOperation
extends com.hazelcast.cache.impl.operation.CacheReplicationOperation
implements com.hazelcast.nio.serialization.IdentifiedDataSerializable
Replicates records from one off-heap source to an off-heap destination.
Field Summary
Fields inherited from class com.hazelcast.spi.Operation
GENERIC_PARTITION_ID
Method Summary
Methods inherited from class com.hazelcast.cache.impl.operation.CacheReplicationOperation
beforeRun, prepare
Methods inherited from class com.hazelcast.spi.Operation
call, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, onInvocationException, onSetCallId, readData, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, toString, validatesTarget, writeData
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
Method Detail
run
public void run()
Overrides:
run in class com.hazelcast.cache.impl.operation.CacheReplicationOperation
isEmpty
public boolean isEmpty()
Overrides:
isEmpty in class com.hazelcast.cache.impl.operation.CacheReplicationOperation
getId
public int getId()
Specified by:
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializable
Overrides:
getId in class com.hazelcast.cache.impl.operation.CacheReplicationOperation
Copyright © 2020 Hazelcast, Inc. . All Rights Reserved.