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 |
|---|---|
com.hazelcast.spi.CallStatus |
call() |
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) |
protected void |
writeInternal(com.hazelcast.nio.ObjectDataOutput out) |
beforeRun, canThisOpGenerateWANEvent, evict, getCallerProvenance, getServiceName, getServiceNamespace, getThreadId, innerBeforeRun, invalidateAllKeysInNearCaches, invalidateNearCache, invalidateNearCache, isPostProcessing, publishLoadAsWanUpdate, publishWanRemove, publishWanUpdate, setMapContainer, setMapService, setThreadIdafterRun, executedLocally, getCallerAddress, getCallerUuid, getCallId, getCallTimeout, getConnection, getInvocationTime, getLogger, getNodeEngine, getOperationResponseHandler, getPartitionId, getReplicaIndex, getService, getWaitTimeout, isUrgent, logError, onSetCallId, readData, requiresExplicitServiceName, returnsResponse, run, sendResponse, setCallerUuid, setNodeEngine, setOperationResponseHandler, setPartitionId, setReplicaIndex, setService, setServiceName, setValidateTarget, setWaitTimeout, toString, validatesTarget, writeDatapublic HDQueryOperation()
public HDQueryOperation(com.hazelcast.map.impl.query.Query query)
public com.hazelcast.spi.CallStatus call()
call in class com.hazelcast.spi.Operationpublic Object getResponse()
getResponse in class com.hazelcast.spi.Operationpublic com.hazelcast.spi.ExceptionAction onInvocationException(Throwable throwable)
onInvocationException in class com.hazelcast.spi.Operationpublic void onExecutionFailure(Throwable e)
onExecutionFailure in class com.hazelcast.spi.Operationpublic 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.MapOperationprotected 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.AbstractNamedOperationIOExceptionCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.