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 DataSerializableIOExceptionpublic void readData(DataInput in) throws IOException
readData in interface DataSerializableIOExceptionpublic void setHazelcastInstance(HazelcastInstance hazelcastInstance)
setHazelcastInstance in interface HazelcastInstanceAwareCopyright © 2013 Hazelcast, Inc.. All rights reserved.