com.hazelcast.concurrent.atomicreference.operations
Class AtomicReferenceReplicationOperation
java.lang.Object
   com.hazelcast.spi.Operation
com.hazelcast.spi.Operation
       com.hazelcast.spi.AbstractOperation
com.hazelcast.spi.AbstractOperation
           com.hazelcast.concurrent.atomicreference.operations.AtomicReferenceReplicationOperation
com.hazelcast.concurrent.atomicreference.operations.AtomicReferenceReplicationOperation
- All Implemented Interfaces: 
- DataSerializable, IdentifiedDataSerializable, RemotePropagatable<Operation>
- public class AtomicReferenceReplicationOperation 
- extends AbstractOperation- implements IdentifiedDataSerializable
 
 
 
| Methods inherited from class com.hazelcast.spi.Operation | 
| 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 | 
 
 
 
AtomicReferenceReplicationOperation
public AtomicReferenceReplicationOperation()
AtomicReferenceReplicationOperation
public AtomicReferenceReplicationOperation(Map<String,Data> migrationData)
run
public void run()
         throws Exception
- 
- Specified by:
- runin class- Operation
 
- 
- Throws:
- Exception
 
getServiceName
public String getServiceName()
- 
- Overrides:
- getServiceNamein class- Operation
 
- 
 
getFactoryId
public int getFactoryId()
- Description copied from interface: IdentifiedDataSerializable
- Returns DataSerializableFactory factory id for this class.
 
- 
- Specified by:
- getFactoryIdin interface- IdentifiedDataSerializable
 
- 
- Returns:
- factory id
 
getId
public int getId()
- Description copied from interface: IdentifiedDataSerializable
- Returns type identifier for this class. Id should be unique per DataSerializableFactory.
 
- 
- Specified by:
- getIdin interface- IdentifiedDataSerializable
 
- 
- Returns:
- type id
 
writeInternal
protected void writeInternal(ObjectDataOutput out)
                      throws IOException
- 
- Overrides:
- writeInternalin class- AbstractOperation
 
- 
- Throws:
- IOException
 
readInternal
protected void readInternal(ObjectDataInput in)
                     throws IOException
- 
- Overrides:
- readInternalin class- AbstractOperation
 
- 
- Throws:
- IOException
 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.