Uses of Class
org.elasticsearch.action.admin.indices.rollover.Condition
-
Packages that use Condition Package Description org.elasticsearch.action.admin.indices.rollover org.elasticsearch.client.indices.rollover -
-
Uses of Condition in org.elasticsearch.action.admin.indices.rollover
Subclasses of Condition in org.elasticsearch.action.admin.indices.rollover Modifier and Type Class Description classMaxAgeConditionCondition for index maximum age.classMaxDocsConditionCondition for maximum index docs.classMaxSizeConditionA size-based condition for an index size.Fields in org.elasticsearch.action.admin.indices.rollover declared as Condition Modifier and Type Field Description Condition<?>Condition.Result. conditionMethods in org.elasticsearch.action.admin.indices.rollover that return types with arguments of type Condition Modifier and Type Method Description Map<String,Condition<?>>RolloverRequest. getConditions()List<Condition<?>>RolloverInfo. getMetConditions()Constructors in org.elasticsearch.action.admin.indices.rollover with parameters of type Condition Constructor Description Result(Condition<?> condition, boolean matched)Constructor parameters in org.elasticsearch.action.admin.indices.rollover with type arguments of type Condition Constructor Description RolloverInfo(String alias, List<Condition<?>> metConditions, long time) -
Uses of Condition in org.elasticsearch.client.indices.rollover
Methods in org.elasticsearch.client.indices.rollover that return types with arguments of type Condition Modifier and Type Method Description Map<String,Condition<?>>RolloverRequest. getConditions()Returns all set conditions
-