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 Operation
s for each partition by calling
createOperation()
Modifier and Type | Method and Description |
---|---|
Operation |
createOperation()
Creates the operation.
|
readData, writeData
Operation createOperation()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.