public class GetResultOperationFactory extends Object implements OperationFactory
GetResultOperation
instances.OperationFactory
this class
is never ever serialized and the DataSerializable methods readData(com.hazelcast.nio.ObjectDataInput)
and writeData(com.hazelcast.nio.ObjectDataOutput)
throw UnsupportedOperationException
s.Constructor and Description |
---|
GetResultOperationFactory(String name,
String jobId) |
Modifier and Type | Method and Description |
---|---|
Operation |
createOperation()
Creates the operation.
|
void |
readData(ObjectDataInput in) |
void |
writeData(ObjectDataOutput out) |
public Operation createOperation()
OperationFactory
createOperation
in interface OperationFactory
public void writeData(ObjectDataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(ObjectDataInput in) throws IOException
readData
in interface DataSerializable
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.