Uses of Interface
org.elasticsearch.client.indexlifecycle.LifecycleAction
-
Packages that use LifecycleAction Package Description org.elasticsearch.client.indexlifecycle -
-
Uses of LifecycleAction in org.elasticsearch.client.indexlifecycle
Classes in org.elasticsearch.client.indexlifecycle that implement LifecycleAction Modifier and Type Class Description classAllocateActionclassDeleteActionclassForceMergeActionclassFreezeActionclassReadOnlyActionclassRolloverActionclassSetPriorityActionALifecycleActionwhich sets the index's priority.classShrinkActionclassUnfollowActionMethods in org.elasticsearch.client.indexlifecycle that return types with arguments of type LifecycleAction Modifier and Type Method Description Map<String,LifecycleAction>Phase. getActions()Constructor parameters in org.elasticsearch.client.indexlifecycle with type arguments of type LifecycleAction Constructor Description Phase(String name, TimeValue minimumAge, Map<String,LifecycleAction> actions)
-