Interface EventListener


public interface EventListener
  • Method Details

    • queryCreated

      default void queryCreated(QueryCreatedEvent queryCreatedEvent)
    • queryCompleted

      default void queryCompleted(QueryCompletedEvent queryCompletedEvent)
    • splitCompleted

      default void splitCompleted(SplitCompletedEvent splitCompletedEvent)
    • requiresAnonymizedPlan

      default boolean requiresAnonymizedPlan()
      Specify whether the plan included in QueryCompletedEvent should be anonymized or not
    • shutdown

      default void shutdown()
      Shutdown the event listener by releasing any held resources such as threads, sockets, etc. After this method is called, no methods will be called on the event listener.