Class IndicesStats

java.lang.Object
org.graylog2.system.stats.elasticsearch.IndicesStats

public abstract class IndicesStats extends Object
  • Constructor Details

    • IndicesStats

      public IndicesStats()
  • Method Details

    • indexCount

      public abstract int indexCount()
    • storeSize

      public abstract long storeSize()
    • fieldDataSize

      public abstract long fieldDataSize()
    • idCacheSize

      public abstract long idCacheSize()
    • create

      @Deprecated public static IndicesStats create(int indexCount, long storeSize, long fieldDataSize, long idCacheSize)
      Deprecated.
    • create

      public static IndicesStats create(int indexCount, long storeSize, long fieldDataSize)