Module org.elasticsearch.xcore
Class DelayedDataCheckConfig
java.lang.Object
org.elasticsearch.xpack.core.ml.datafeed.DelayedDataCheckConfig
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
-
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
FieldsModifier and TypeFieldDescriptionstatic final ParseFieldstatic final ParseFieldstatic final ConstructingObjectParser<DelayedDataCheckConfig, Void> static final TimeValuestatic final intstatic final ConstructingObjectParser<DelayedDataCheckConfig, Void> Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DelayedDataCheckConfigstatic DelayedDataCheckConfigstatic DelayedDataCheckConfigenabledDelayedDataCheckConfig(TimeValue timeValue) booleaninthashCode()booleantoXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
MAX_DELAYED_DATA_WINDOW
-
MAX_NUMBER_SPANABLE_BUCKETS
public static final int MAX_NUMBER_SPANABLE_BUCKETS- See Also:
-
ENABLED
-
CHECK_WINDOW
-
LENIENT_PARSER
-
STRICT_PARSER
-
-
Constructor Details
-
DelayedDataCheckConfig
- Throws:
IOException
-
-
Method Details
-
defaultDelayedDataCheckConfig
-
enabledDelayedDataCheckConfig
-
disabledDelayedDataCheckConfig
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
isEnabled
public boolean isEnabled() -
getCheckWindow
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-