public class HDMapGetAllOperationFactory extends Object implements com.hazelcast.spi.OperationFactory
| Constructor and Description |
|---|
HDMapGetAllOperationFactory() |
HDMapGetAllOperationFactory(String name,
List<com.hazelcast.nio.serialization.Data> keys) |
| 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 © 2020 Hazelcast, Inc.. All Rights Reserved.