@InterfaceAudience.LimitedPrivate(value="Coprocesssor") @InterfaceStability.Evolving public interface FlushLifeCycleTracker
| Modifier and Type | Field and Description | 
|---|---|
| static FlushLifeCycleTracker | DUMMY | 
| Modifier and Type | Method and Description | 
|---|---|
| default void | afterExecution()Called after flush is executed. | 
| default void | beforeExecution()Called before flush is executed. | 
| default void | notExecuted(String reason)Called if the flush request fails for some reason. | 
static final FlushLifeCycleTracker DUMMY
default void notExecuted(String reason)
default void beforeExecution()
default void afterExecution()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.