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 WorkerHandle
createWorkerHandle
(RemoteProcessingRequest request, QueryDispatcherConnection dispatcherConnection) protected boolean
onDispatcherConnected
(QueryDispatcherConnection connection) protected void
Methods inherited from class com.illumon.iris.controller.handle.PersistentQueryHandleBase
checkQueryTerminatingOrTerminal, ensureShutdown, getScriptCode, getState, getVersion, getWorkerHandle, maybeSetTerminalStatus, onError, onFailure, onFailure, publishState, restore, shutdown, start
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
onStartRequested
in classPersistentQueryHandleBase
-
onDispatcherConnected
- Specified by:
onDispatcherConnected
in classPersistentQueryHandleBase
-
createWorkerHandle
protected WorkerHandle createWorkerHandle(RemoteProcessingRequest request, QueryDispatcherConnection dispatcherConnection) - Specified by:
createWorkerHandle
in classPersistentQueryHandleBase
-