Module org.elasticsearch.server
Class MaxPrimaryShardSizeCondition
java.lang.Object
org.elasticsearch.action.admin.indices.rollover.Condition<ByteSizeValue>
org.elasticsearch.action.admin.indices.rollover.MaxPrimaryShardSizeCondition
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentFragment
A size-based condition for the primary shards within an index.
Evaluates to
true if the size of the largest primary shard is at least Condition.value.-
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, EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionevaluate(Condition.Stats stats) static MaxPrimaryShardSizeConditionfromXContent(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
-
MaxPrimaryShardSizeCondition
-
MaxPrimaryShardSizeCondition
- Throws:
IOException
-
-
Method Details
-
evaluate
- Specified by:
evaluatein classCondition<ByteSizeValue>
-
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
-