public class MapQueryCallable extends Object implements Callable<Pairs>, DataSerializable, HazelcastInstanceAware
Constructor and Description |
---|
MapQueryCallable() |
MapQueryCallable(String mapName,
ClusterOperation operation,
Data predicateData,
int partitionVersion) |
Modifier and Type | Method and Description |
---|---|
Pairs |
call() |
void |
readData(DataInput in) |
void |
setHazelcastInstance(HazelcastInstance hazelcastInstance) |
void |
writeData(DataOutput out) |
public MapQueryCallable(String mapName, ClusterOperation operation, Data predicateData, int partitionVersion)
public MapQueryCallable()
public void writeData(DataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(DataInput in) throws IOException
readData
in interface DataSerializable
IOException
public void setHazelcastInstance(HazelcastInstance hazelcastInstance)
setHazelcastInstance
in interface HazelcastInstanceAware
Copyright © 2013 Hazelcast, Inc.. All rights reserved.