Class MaxDocsCondition
java.lang.Object
org.elasticsearch.action.admin.indices.rollover.Condition<java.lang.Long>
org.elasticsearch.action.admin.indices.rollover.MaxDocsCondition
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentFragment
public class MaxDocsCondition extends Condition<java.lang.Long>
Condition for maximum index docs. Evaluates to
true
when the index has at least Condition.value docs-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.action.admin.indices.rollover.Condition
Condition.Result, Condition.StatsNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME -
Constructor Summary
Constructors Constructor Description MaxDocsCondition(java.lang.Long value)MaxDocsCondition(StreamInput in) -
Method Summary
Modifier and Type Method Description Condition.Resultevaluate(Condition.Stats stats)static MaxDocsConditionfromXContent(XContentParser parser)java.lang.StringgetWriteableName()Returns the name of the writeable objectXContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.action.admin.indices.rollover.Condition
equals, hashCode, name, toString, value
-
Field Details
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
MaxDocsCondition
public MaxDocsCondition(java.lang.Long value) -
MaxDocsCondition
- Throws:
java.io.IOException
-
-
Method Details
-
evaluate
-
getWriteableName
public java.lang.String getWriteableName()Description copied from interface:NamedWriteableReturns the name of the writeable object -
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Throws:
java.io.IOException
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Throws:
java.io.IOException
-
fromXContent
- Throws:
java.io.IOException
-