public class CacheReplicationOperation extends AbstractOperation
CacheRecordStore
.
Cache record store's records and configurations will be migrated into their new nodes. Steps;
ICacheRecordStore
.Note: This operation is a per partition operation.
Modifier and Type | Field and Description |
---|---|
protected List<CacheConfig> |
configs |
protected Map<String,Map<Data,CacheRecord>> |
data |
CALL_ID_LOCAL_SKIPPED, GENERIC_PARTITION_ID
Constructor and Description |
---|
CacheReplicationOperation() |
CacheReplicationOperation(CachePartitionSegment segment,
int replicaIndex) |
Modifier and Type | Method and Description |
---|---|
void |
beforeRun() |
String |
getServiceName() |
boolean |
isEmpty() |
protected void |
readInternal(ObjectDataInput in) |
void |
run() |
protected void |
writeInternal(ObjectDataOutput out) |
afterRun, getResponse, returnsResponse
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponseHandler, getService, getWaitTimeout, isUrgent, logError, onException, onExecutionFailure, onInvocationException, onSetCallId, readData, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, toString, validatesTarget, writeData
protected Map<String,Map<Data,CacheRecord>> data
protected List<CacheConfig> configs
public CacheReplicationOperation()
public CacheReplicationOperation(CachePartitionSegment segment, int replicaIndex)
public void beforeRun() throws Exception
beforeRun
in class AbstractOperation
Exception
public String getServiceName()
getServiceName
in class Operation
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class AbstractOperation
IOException
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class AbstractOperation
IOException
public boolean isEmpty()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.