Uses of Class
org.elasticsearch.client.ml.datafeed.DelayedDataCheckConfig
-
Packages that use DelayedDataCheckConfig Package Description org.elasticsearch.client.ml.datafeed -
-
Uses of DelayedDataCheckConfig in org.elasticsearch.client.ml.datafeed
Fields in org.elasticsearch.client.ml.datafeed with type parameters of type DelayedDataCheckConfig Modifier and Type Field Description static ConstructingObjectParser<DelayedDataCheckConfig,Void>DelayedDataCheckConfig. PARSERMethods in org.elasticsearch.client.ml.datafeed that return DelayedDataCheckConfig Modifier and Type Method Description static DelayedDataCheckConfigDelayedDataCheckConfig. disabledDelayedDataCheckConfig()This creates a new DelayedDataCheckConfig that disables the data check.static DelayedDataCheckConfigDelayedDataCheckConfig. enabledDelayedDataCheckConfig(TimeValue timeValue)This creates a new DelayedDataCheckConfig that has a check_window of the passed `timeValue` We query the index to the latest finalized bucket from this TimeValue in the past looking to see if any data has been indexed since the data was read with the Datafeed.DelayedDataCheckConfigDatafeedConfig. getDelayedDataCheckConfig()DelayedDataCheckConfigDatafeedUpdate. getDelayedDataCheckConfig()Methods in org.elasticsearch.client.ml.datafeed with parameters of type DelayedDataCheckConfig Modifier and Type Method Description DatafeedConfig.BuilderDatafeedConfig.Builder. setDelayedDataCheckConfig(DelayedDataCheckConfig delayedDataCheckConfig)This sets theDelayedDataCheckConfigsettings.DatafeedUpdate.BuilderDatafeedUpdate.Builder. setDelayedDataCheckConfig(DelayedDataCheckConfig delayedDataCheckConfig)
-