Module org.elasticsearch.server
Class ElasticsearchNodeCommand.UnknownCondition
java.lang.Object
org.elasticsearch.action.admin.indices.rollover.Condition<Object>
org.elasticsearch.cluster.coordination.ElasticsearchNodeCommand.UnknownCondition
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentFragment
- Enclosing class:
ElasticsearchNodeCommand
-
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
Fields inherited from class org.elasticsearch.action.admin.indices.rollover.Condition
name, type, valueFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate(Condition.Stats stats) Returns the name of the writeable objecttoXContent(XContentBuilder builder, ToXContent.Params params) type()voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class org.elasticsearch.action.admin.indices.rollover.Condition
equals, hashCode, name, toString, valueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
UnknownCondition
-
-
Method Details
-
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
-
evaluate
-
type
-