Interface QueryHandleContext.WorkerCompletionCallback

Enclosing class:
QueryHandleContext

public static interface QueryHandleContext.WorkerCompletionCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

      void 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.
      Parameters:
      configuration - the persistent query configuration of the terminated worker
      duringStartup - true if the query failed during startup