public interface OperationFactory extends DataSerializable
Operation instances.
 The operations that will be sent to all partitions causes redundant serialization and network overhead.
 An OperationFactory instance is sent to each Member (node) instead to
 improve the performance.
 OperationService uses this factory to create Operations for each partition by calling
 createOperation()
 
| Modifier and Type | Method and Description | 
|---|---|
| Operation | createOperation()Creates the operation. | 
readData, writeDataOperation createOperation()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.