Module org.elasticsearch.server
Class MaxDocsCondition
java.lang.Object
org.elasticsearch.action.admin.indices.rollover.Condition<Long>
org.elasticsearch.action.admin.indices.rollover.MaxDocsCondition
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentFragment
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.Stats, Condition.TypeNested classes/interfaces inherited from interface org.elasticsearch.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
FieldsFields inherited from class org.elasticsearch.action.admin.indices.rollover.Condition
name, type, valueFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate(Condition.Stats stats) static MaxDocsConditionfromXContent(XContentParser parser) Returns the name of the writeable objecttoXContent(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, type, valueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
MaxDocsCondition
-
MaxDocsCondition
- Throws:
IOException
-
-
Method Details
-
evaluate
-
getWriteableName
Description copied from interface:NamedWriteableReturns the name of the writeable object -
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Throws:
IOException
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Throws:
IOException
-
fromXContent
- Throws:
IOException
-