public class HDMultipleEntryOperationFactory extends Object implements com.hazelcast.spi.OperationFactory
| Constructor and Description |
|---|
HDMultipleEntryOperationFactory() |
HDMultipleEntryOperationFactory(String name,
Set<com.hazelcast.nio.serialization.Data> keys,
com.hazelcast.map.EntryProcessor entryProcessor) |
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.spi.Operation |
createOperation() |
int |
getFactoryId() |
int |
getId() |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
public com.hazelcast.spi.Operation createOperation()
createOperation in interface com.hazelcast.spi.OperationFactorypublic void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic int getFactoryId()
getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic int getId()
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializableCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.