Uses of Class
org.elasticsearch.common.inject.Stage
-
Packages that use Stage Package Description org.elasticsearch.common.inject org.elasticsearch.common.inject.internal org.elasticsearch.common.inject.spi -
-
Uses of Stage in org.elasticsearch.common.inject
Methods in org.elasticsearch.common.inject that return Stage Modifier and Type Method Description protected StageAbstractModule. currentStage()StageBinder. currentStage()Gets the current stage.static StageStage. valueOf(String name)Returns the enum constant of this type with the specified name.static Stage[]Stage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.common.inject with parameters of type Stage Modifier and Type Method Description static InjectorGuice. createInjector(Stage stage, Iterable<? extends Module> modules)Creates an injector for the given set of modules, in a given development stage.static InjectorGuice. createInjector(Stage stage, Module... modules)Creates an injector for the given set of modules, in a given development stage. -
Uses of Stage in org.elasticsearch.common.inject.internal
Methods in org.elasticsearch.common.inject.internal with parameters of type Stage Modifier and Type Method Description booleanScoping. isEagerSingleton(Stage stage)Returns true if this scope is a singleton that should be loaded eagerly instage. -
Uses of Stage in org.elasticsearch.common.inject.spi
Methods in org.elasticsearch.common.inject.spi with parameters of type Stage Modifier and Type Method Description static List<Element>Elements. getElements(Stage stage, Iterable<? extends Module> modules)Records the elements executed bymodules.
-