com.hazelcast.collection.set
Class SetReplicationOperation

java.lang.Object
  extended by com.hazelcast.spi.Operation
      extended by com.hazelcast.spi.AbstractOperation
          extended by com.hazelcast.collection.CollectionReplicationOperation
              extended by com.hazelcast.collection.set.SetReplicationOperation
All Implemented Interfaces:
DataSerializable, IdentifiedDataSerializable, RemotePropagatable<Operation>

public class SetReplicationOperation
extends CollectionReplicationOperation


Field Summary
 
Fields inherited from class com.hazelcast.collection.CollectionReplicationOperation
migrationData
 
Constructor Summary
SetReplicationOperation()
           
SetReplicationOperation(Map<String,CollectionContainer> migrationData, int partitionId, int replicaIndex)
           
 
Method Summary
 int getId()
          Returns type identifier for this class.
protected  void readInternal(ObjectDataInput in)
           
 
Methods inherited from class com.hazelcast.collection.CollectionReplicationOperation
getFactoryId, run, writeInternal
 
Methods inherited from class com.hazelcast.spi.AbstractOperation
afterRun, beforeRun, getResponse, returnsResponse
 
Methods inherited from class com.hazelcast.spi.Operation
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getWaitTimeout, isUrgent, logError, onException, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
 

Constructor Detail

SetReplicationOperation

public SetReplicationOperation()

SetReplicationOperation

public SetReplicationOperation(Map<String,CollectionContainer> migrationData,
                               int partitionId,
                               int replicaIndex)
Method Detail

readInternal

protected void readInternal(ObjectDataInput in)
                     throws IOException
Overrides:
readInternal in class AbstractOperation
Throws:
IOException

getId

public int getId()
Description copied from interface: IdentifiedDataSerializable
Returns type identifier for this class. Id should be unique per DataSerializableFactory.

Returns:
type id


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.