com.hazelcast.map.impl.operation
Class MapLoadAllOperationFactory

java.lang.Object
  extended by com.hazelcast.map.impl.operation.MapLoadAllOperationFactory
All Implemented Interfaces:
DataSerializable, OperationFactory

public class MapLoadAllOperationFactory
extends Object
implements OperationFactory

Operation factory for load all operations.


Constructor Summary
MapLoadAllOperationFactory()
           
MapLoadAllOperationFactory(String name, List<Data> keys, boolean replaceExistingValues)
           
 
Method Summary
 Operation createOperation()
          Creates the operation.
 void readData(ObjectDataInput in)
          Reads fields from the input stream
 void writeData(ObjectDataOutput out)
          Writes object fields to output stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapLoadAllOperationFactory

public MapLoadAllOperationFactory()

MapLoadAllOperationFactory

public MapLoadAllOperationFactory(String name,
                                  List<Data> keys,
                                  boolean replaceExistingValues)
Method Detail

createOperation

public Operation createOperation()
Description copied from interface: OperationFactory
Creates the operation.

Specified by:
createOperation in interface OperationFactory
Returns:
the created operation.

writeData

public void writeData(ObjectDataOutput out)
               throws IOException
Description copied from interface: DataSerializable
Writes object fields to output stream

Specified by:
writeData in interface DataSerializable
Parameters:
out - output
Throws:
IOException

readData

public void readData(ObjectDataInput in)
              throws IOException
Description copied from interface: DataSerializable
Reads fields from the input stream

Specified by:
readData in interface DataSerializable
Parameters:
in - input
Throws:
IOException


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