Package org.elasticsearch.client.rollup
Class RollupJobCaps
- java.lang.Object
-
- org.elasticsearch.client.rollup.RollupJobCaps
-
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class RollupJobCaps extends java.lang.Object implements ToXContentObject
Represents the Rollup capabilities for a specific job on a single rollup index
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRollupJobCaps.RollupFieldCaps-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
-
Field Summary
Fields Modifier and Type Field Description static ConstructingObjectParser<RollupJobCaps,java.lang.Void>PARSER-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.util.Map<java.lang.String,RollupJobCaps.RollupFieldCaps>getFieldCaps()java.lang.StringgetIndexPattern()java.lang.StringgetJobID()java.lang.StringgetRollupIndex()inthashCode()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Field Detail
-
PARSER
public static final ConstructingObjectParser<RollupJobCaps,java.lang.Void> PARSER
-
-
Method Detail
-
getFieldCaps
public java.util.Map<java.lang.String,RollupJobCaps.RollupFieldCaps> getFieldCaps()
-
getRollupIndex
public java.lang.String getRollupIndex()
-
getIndexPattern
public java.lang.String getIndexPattern()
-
getJobID
public java.lang.String getJobID()
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-