Class DoNothingHandle
java.lang.Object
com.illumon.iris.controller.handle.PersistentQueryHandleBase
com.illumon.iris.controller.handle.DoNothingHandle
- All Implemented Interfaces:
PersistentQueryHandle
-
Field Summary
Fields inherited from class com.illumon.iris.controller.handle.PersistentQueryHandleBase
config, configurationType, dispatcherConnectionHandler, encryption, executorService, loader, log, logPrefix, state, workerRequestHandle -
Constructor Summary
ConstructorsConstructorDescriptionDoNothingHandle(com.fishlib.io.logger.Logger log, Object queryHandleContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected WorkerHandlecreateWorkerHandle(RemoteProcessingRequest request, QueryDispatcherConnection dispatcherConnection) protected booleanonDispatcherConnected(QueryDispatcherConnection connection) protected voidMethods inherited from class com.illumon.iris.controller.handle.PersistentQueryHandleBase
checkQueryTerminatingOrTerminal, ensureShutdown, getScriptCode, getState, getVersion, getWorkerHandle, maybeSetTerminalStatus, onError, onFailure, onFailure, publishState, restore, shutdown, startMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.illumon.iris.controller.handle.PersistentQueryHandle
canTryToRestore, restore
-
Constructor Details
-
DoNothingHandle
public DoNothingHandle(@NotNull com.fishlib.io.logger.Logger log, @NotNull Object queryHandleContext)
-
-
Method Details
-
onStartRequested
protected void onStartRequested()- Specified by:
onStartRequestedin classPersistentQueryHandleBase
-
onDispatcherConnected
- Specified by:
onDispatcherConnectedin classPersistentQueryHandleBase
-
createWorkerHandle
protected WorkerHandle createWorkerHandle(RemoteProcessingRequest request, QueryDispatcherConnection dispatcherConnection) - Specified by:
createWorkerHandlein classPersistentQueryHandleBase
-