Interface FlushLifeCycleTracker


@LimitedPrivate("Coprocesssor") @Evolving public interface FlushLifeCycleTracker
Used to track flush execution.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Called after flush is executed.
    default void
    Called before flush is executed.
    default void
    Called if the flush request fails for some reason.