Interface QueryHandleContext.WorkerCompletionCallback
- Enclosing class:
- QueryHandleContext
public static interface QueryHandleContext.WorkerCompletionCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
complete
(PersistentQueryConfiguration configuration, boolean duringStartup) Called by the controller when a worker is completed, either due to failure during startup or due to the normal PQ lifecycle.
-
Method Details
-
complete
Called by the controller when a worker is completed, either due to failure during startup or due to the normal PQ lifecycle.- Parameters:
configuration
- the persistent query configuration of the terminated workerduringStartup
- true if the query failed during startup
-