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