public interface OperationFactory extends IdentifiedDataSerializable
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. 
 | 
getFactoryId, getIdreadData, writeDataOperation createOperation()
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.