@InterfaceAudience.LimitedPrivate(value="Coprocesssor")
@InterfaceStability.Evolving
public interface FlushLifeCycleTracker
| 限定符和类型 | 字段和说明 |
|---|---|
static FlushLifeCycleTracker |
DUMMY |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2019 The Apache Software Foundation. All rights reserved.