public class MapReplicationOperation extends AbstractOperation implements MutatingOperation
Modifier and Type | Class and Description |
---|---|
protected class |
MapReplicationOperation.MapReplicationStateHolder
Holder for raw IMap key-value pairs and their metadata.
|
Modifier and Type | Field and Description |
---|---|
protected MapReplicationOperation.MapReplicationStateHolder |
mapReplicationStateHolder |
protected com.hazelcast.map.impl.operation.MapReplicationOperation.WriteBehindStateHolder |
writeBehindStateHolder |
GENERIC_PARTITION_ID
Constructor and Description |
---|
MapReplicationOperation() |
MapReplicationOperation(PartitionContainer container,
int partitionId,
int replicaIndex) |
Modifier and Type | Method and Description |
---|---|
String |
getServiceName() |
protected void |
readInternal(ObjectDataInput in) |
void |
run() |
protected void |
writeInternal(ObjectDataOutput out) |
afterRun, beforeRun, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getResponse, getService, getWaitTimeout, isUrgent, logError, onExecutionFailure, onInvocationException, onSetCallId, readData, returnsResponse, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, toString, validatesTarget, writeData
protected final MapReplicationOperation.MapReplicationStateHolder mapReplicationStateHolder
protected final com.hazelcast.map.impl.operation.MapReplicationOperation.WriteBehindStateHolder writeBehindStateHolder
public MapReplicationOperation()
public MapReplicationOperation(PartitionContainer container, int partitionId, int replicaIndex)
public String getServiceName()
getServiceName
in class Operation
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class Operation
IOException
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class Operation
IOException
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.