Module org.elasticsearch.server
Class RolloverInfo
java.lang.Object
org.elasticsearch.action.admin.indices.rollover.RolloverInfo
- All Implemented Interfaces:
Diffable<RolloverInfo>,SimpleDiffable<RolloverInfo>,Writeable,ToXContent,ToXContentFragment
public class RolloverInfo
extends Object
implements SimpleDiffable<RolloverInfo>, Writeable, ToXContentFragment
Class for holding Rollover related information within an index
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.cluster.SimpleDiffable
SimpleDiffable.CompleteDiff<T extends Diffable<T>>Nested 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
FieldsModifier and TypeFieldDescriptionstatic final ParseFieldstatic final ConstructingObjectParser<RolloverInfo, String> static final ParseFieldFields inherited from interface org.elasticsearch.cluster.SimpleDiffable
EMPTYFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlias()longgetTime()inthashCode()static RolloverInfoparse(XContentParser parser, String alias) static Diff<RolloverInfo> toString()toXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.cluster.SimpleDiffable
diffMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Field Details
-
CONDITION_FIELD
-
TIME_FIELD
-
PARSER
-
-
Constructor Details
-
RolloverInfo
-
RolloverInfo
- Throws:
IOException
-
-
Method Details
-
parse
-
getAlias
-
getMetConditions
-
getTime
public long getTime() -
readDiffFrom
- Throws:
IOException
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toString
-