Uses of Interface
org.apache.druid.java.util.common.lifecycle.Lifecycle.Handler
Packages that use Lifecycle.Handler
-
Uses of Lifecycle.Handler in org.apache.druid.java.util.common.lifecycle
Methods in org.apache.druid.java.util.common.lifecycle with parameters of type Lifecycle.HandlerModifier and TypeMethodDescriptionvoidLifecycle.addHandler(Lifecycle.Handler handler) Adds a handler to the Lifecycle at the Stage.NORMAL stage.voidLifecycle.addHandler(Lifecycle.Handler handler, Lifecycle.Stage stage) Adds a handler to the Lifecycle.voidLifecycle.addMaybeStartHandler(Lifecycle.Handler handler) Adds a handler to the Lifecycle at the Stage.NORMAL stage and starts it if the lifecycle has already been started.voidLifecycle.addMaybeStartHandler(Lifecycle.Handler handler, Lifecycle.Stage stage) Adds a handler to the Lifecycle and starts it if the lifecycle has already been started.