public class HDQueryOperation
extends com.hazelcast.map.impl.operation.MapOperation
implements com.hazelcast.spi.ReadonlyOperation
| Constructor and Description |
|---|
HDQueryOperation() |
HDQueryOperation(com.hazelcast.map.impl.query.Query query) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRun() |
int |
getFactoryId() |
int |
getId() |
Object |
getResponse() |
void |
onExecutionFailure(Throwable e) |
com.hazelcast.spi.ExceptionAction |
onInvocationException(Throwable throwable) |
protected void |
readInternal(com.hazelcast.nio.ObjectDataInput in) |
boolean |
returnsResponse() |
void |
run() |
protected void |
writeInternal(com.hazelcast.nio.ObjectDataOutput out) |
beforeRun, evict, getServiceName, getServiceNamespace, getThreadId, innerBeforeRun, invalidateAllKeysInNearCaches, invalidateNearCache, invalidateNearCache, isPostProcessing, setMapContainer, setMapService, setThreadIdcall, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, logError, onSetCallId, readData, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeDatapublic HDQueryOperation()
public HDQueryOperation(com.hazelcast.map.impl.query.Query query)
public void run()
run in class com.hazelcast.spi.Operationpublic void afterRun()
throws Exception
afterRun in class com.hazelcast.spi.OperationExceptionpublic com.hazelcast.spi.ExceptionAction onInvocationException(Throwable throwable)
onInvocationException in class com.hazelcast.spi.Operationpublic Object getResponse()
getResponse in class com.hazelcast.spi.Operationpublic boolean returnsResponse()
returnsResponse in class com.hazelcast.spi.Operationpublic void onExecutionFailure(Throwable e)
onExecutionFailure in class com.hazelcast.spi.Operationprotected void writeInternal(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeInternal in class com.hazelcast.spi.impl.AbstractNamedOperationIOExceptionprotected void readInternal(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readInternal in class com.hazelcast.spi.impl.AbstractNamedOperationIOExceptionpublic int getId()
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic final int getFactoryId()
getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablegetFactoryId in class com.hazelcast.map.impl.operation.MapOperationCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.