public class ReplicatedMapPostJoinOperation extends AbstractReplicatedMapOperation implements IdentifiedDataSerializable
Modifier and Type | Class and Description |
---|---|
static class |
ReplicatedMapPostJoinOperation.MemberMapPair
A mapping for replicated map names and the assigned provisioning member
|
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_CHUNK_SIZE
Default size for replication chunks
|
Constructor and Description |
---|
ReplicatedMapPostJoinOperation(ReplicatedMapPostJoinOperation.MemberMapPair[] replicatedMaps,
int chunkSize) |
Modifier and Type | Method and Description |
---|---|
int |
getFactoryId()
Returns DataSerializableFactory factory id for this class.
|
int |
getId()
Returns type identifier for this class.
|
protected void |
readInternal(ObjectDataInput in) |
void |
run() |
protected void |
writeInternal(ObjectDataOutput out) |
afterRun, beforeRun, getResponse, getServiceName, returnsResponse
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
readData, writeData
public static final int DEFAULT_CHUNK_SIZE
public ReplicatedMapPostJoinOperation(ReplicatedMapPostJoinOperation.MemberMapPair[] replicatedMaps, int chunkSize)
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class Operation
IOException
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class Operation
IOException
public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.