Uses of Class
org.elasticsearch.client.indexlifecycle.Phase
-
Packages that use Phase Package Description org.elasticsearch.client.indexlifecycle -
-
Uses of Phase in org.elasticsearch.client.indexlifecycle
Methods in org.elasticsearch.client.indexlifecycle that return Phase Modifier and Type Method Description PhasePhaseExecutionInfo. getPhase()static PhasePhase. parse(XContentParser parser, String name)Methods in org.elasticsearch.client.indexlifecycle that return types with arguments of type Phase Modifier and Type Method Description Map<String,Phase>LifecyclePolicy. getPhases()Constructors in org.elasticsearch.client.indexlifecycle with parameters of type Phase Constructor Description PhaseExecutionInfo(String policyName, Phase phase, long version, long modifiedDate)This class holds information about the current phase that is being executedConstructor parameters in org.elasticsearch.client.indexlifecycle with type arguments of type Phase Constructor Description LifecyclePolicy(String name, Map<String,Phase> phases)
-