Class Condition<T>
java.lang.Object
org.elasticsearch.action.admin.indices.rollover.Condition<T>
- All Implemented Interfaces:
NamedWriteable,Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
- Direct Known Subclasses:
ElasticsearchNodeCommand.UnknownCondition,MaxAgeCondition,MaxDocsCondition,MaxPrimaryShardSizeCondition,MaxSizeCondition
public abstract class Condition<T>
extends Object
implements NamedWriteable, org.elasticsearch.common.xcontent.ToXContentFragment
Base class for rollover request conditions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classHolder for evaluated condition resultstatic classHolder for index stats used to evaluate conditionsNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.common.io.stream.NamedWriteable
getWriteableNameMethods inherited from interface org.elasticsearch.common.xcontent.ToXContent
toXContentMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment