Class RollableIndexCaps

  • All Implemented Interfaces:
    ToXContent, ToXContentFragment

    public class RollableIndexCaps
    extends java.lang.Object
    implements ToXContentFragment
    Represents the rollup capabilities of a non-rollup index. E.g. what values/aggregations were rolled up for this index, in what rollup jobs that data is stored and where those concrete rollup indices exist The index name can either be a single index, or an index pattern (logstash-*)
    • Method Detail

      • getIndexName

        public java.lang.String getIndexName()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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