public class HDSizeOperationFactory extends Object implements com.hazelcast.spi.OperationFactory
| Constructor and Description |
|---|
HDSizeOperationFactory() |
HDSizeOperationFactory(String name) |
| 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 HDSizeOperationFactory()
public HDSizeOperationFactory(String name)
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.