Class DelayedDataCheckConfig

    • Method Detail

      • enabledDelayedDataCheckConfig

        public static DelayedDataCheckConfig 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. The window must be larger than the AnalysisConfig.bucketSpan, less than 24 hours, and span less than 10,000x buckets.
        Parameters:
        timeValue - The time length in the past from the latest finalized bucket to look for latent data. If `null` is provided, the appropriate window is calculated when it is used
      • disabledDelayedDataCheckConfig

        public static DelayedDataCheckConfig disabledDelayedDataCheckConfig()
        This creates a new DelayedDataCheckConfig that disables the data check.
      • isEnabled

        public boolean isEnabled()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object