Class ElasticsearchNodeCommand.UnknownCondition
java.lang.Object
org.elasticsearch.action.admin.indices.rollover.Condition<java.lang.Object>
org.elasticsearch.cluster.coordination.ElasticsearchNodeCommand.UnknownCondition
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentFragment
- Enclosing class:
- ElasticsearchNodeCommand
public static class ElasticsearchNodeCommand.UnknownCondition extends Condition<java.lang.Object>
-
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
-
Constructor Summary
Constructors Constructor Description UnknownCondition(java.lang.String name, java.lang.Object value) -
Method Summary
Modifier and Type Method Description Condition.Resultevaluate(Condition.Stats stats)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
-
Constructor Details
-
UnknownCondition
public UnknownCondition(java.lang.String name, java.lang.Object value)
-
-
Method Details
-
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
-
evaluate
-