Module org.elasticsearch.xcore
Class RollupJobConfig
java.lang.Object
org.elasticsearch.xpack.core.rollup.job.RollupJobConfig
- All Implemented Interfaces:
NamedWriteable,Writeable,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
public class RollupJobConfig
extends Object
implements NamedWriteable, org.elasticsearch.xcontent.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
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.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, org.elasticsearch.core.TimeValue timeout) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic RollupJobConfigfromXContent(org.elasticsearch.xcontent.XContentParser parser, String optionalJobId) getCron()getId()intorg.elasticsearch.core.TimeValueinthashCode()String[]indices()toString()org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.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 org.elasticsearch.core.TimeValue timeout) -
RollupJobConfig
- Throws:
IOException
-
-
Method Details
-
getId
-
getGroupConfig
-
getMetricsConfig
-
getTimeout
public org.elasticsearch.core.TimeValue 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 org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
equals
-
hashCode
public int hashCode() -
toString
-
fromXContent
public static RollupJobConfig fromXContent(org.elasticsearch.xcontent.XContentParser parser, @Nullable String optionalJobId) throws IOException - Throws:
IOException
-