Class DatafeedUpdate

    • Method Detail

      • getId

        public java.lang.String getId()
        Get the id of the datafeed to update
      • getJobId

        public java.lang.String getJobId()
      • getQueryDelay

        public TimeValue getQueryDelay()
      • getFrequency

        public TimeValue getFrequency()
      • getIndices

        public java.util.List<java.lang.String> getIndices()
      • getTypes

        public java.util.List<java.lang.String> getTypes()
      • getScrollSize

        public java.lang.Integer getScrollSize()
      • equals

        public boolean equals​(java.lang.Object other)
        The lists of indices and types are compared for equality but they are not sorted first so this test could fail simply because the indices and types lists are in different orders. Also note this could be a heavy operation when a query or aggregations are set as we need to convert the bytes references into maps to correctly compare them.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Note this could be a heavy operation when a query or aggregations are set as we need to convert the bytes references into maps to compute a stable hash code.
        Overrides:
        hashCode in class java.lang.Object