public class QueryOperation extends AbstractMapOperation
mapContainer, mapService
name
Constructor and Description |
---|
QueryOperation() |
QueryOperation(String mapName,
Predicate predicate) |
Modifier and Type | Method and Description |
---|---|
Object |
getResponse() |
ExceptionAction |
onException(Throwable throwable) |
protected void |
readInternal(ObjectDataInput in) |
void |
run() |
protected void |
runParallel(Collection<Integer> initialPartitions) |
protected void |
runParallelForPaging(Collection<Integer> initialPartitions) |
protected void |
writeInternal(ObjectDataOutput out) |
afterRun, beforeRun, innerBeforeRun, returnsResponse
getName
getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getExecutorName, getInvocationTime, getLogger, getNodeEngine, getPartitionId, getReplicaIndex, getResponseHandler, getService, getServiceName, getWaitTimeout, isUrgent, logError, readData, setCallerUuid, setExecutorName, setNodeEngine, setPartitionId, setReplicaIndex, setResponseHandler, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeData
protected void runParallel(Collection<Integer> initialPartitions) throws InterruptedException, ExecutionException
protected void runParallelForPaging(Collection<Integer> initialPartitions) throws InterruptedException, ExecutionException
public ExceptionAction onException(Throwable throwable)
onException
in class Operation
public Object getResponse()
getResponse
in class AbstractOperation
protected void writeInternal(ObjectDataOutput out) throws IOException
writeInternal
in class AbstractNamedOperation
IOException
protected void readInternal(ObjectDataInput in) throws IOException
readInternal
in class AbstractNamedOperation
IOException
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.