Module org.elasticsearch.xcore
Class RollupJobConfig
java.lang.Object
org.elasticsearch.xpack.core.rollup.job.RollupJobConfig
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentObject
This class holds the configuration details of a rollup job, such as the groupings, metrics, what
index to rollup and where to roll them to.
-
Nested Class Summary
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
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionRollupJobConfig(String id, String indexPattern, String rollupIndex, String cron, int pageSize, GroupConfig groupConfig, List<MetricConfig> metricsConfig, TimeValue timeout) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic RollupJobConfigfromXContent(XContentParser parser, String optionalJobId) getCron()getId()intinthashCode()String[]indices()toString()toXContent(XContentBuilder builder, ToXContent.Params params) voidvalidateMappings(Map<String, Map<String, FieldCapabilities>> fieldCapsResponse, ActionRequestValidationException validationException) voidwriteTo(StreamOutput out) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Constructor Details
-
RollupJobConfig
public RollupJobConfig(String id, String indexPattern, String rollupIndex, String cron, int pageSize, GroupConfig groupConfig, List<MetricConfig> metricsConfig, @Nullable TimeValue timeout) -
RollupJobConfig
- Throws:
IOException
-
-
Method Details
-
getId
-
getGroupConfig
-
getMetricsConfig
-
getTimeout
-
getIndexPattern
-
getRollupIndex
-
getCron
-
getPageSize
public int getPageSize() -
getWriteableName
- Specified by:
getWriteableNamein interfaceNamedWriteable
-
getAllFields
-
indices
-
validateMappings
public void validateMappings(Map<String, Map<String, FieldCapabilities>> fieldCapsResponse, ActionRequestValidationException validationException) -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
equals
-
hashCode
public int hashCode() -
toString
-
fromXContent
public static RollupJobConfig fromXContent(XContentParser parser, @Nullable String optionalJobId) throws IOException - Throws:
IOException
-