类 BitmapStatistics

java.lang.Object
org.bitlap.roaringbitmap.insights.BitmapStatistics

public class BitmapStatistics extends Object
  • 字段详细资料

  • 方法详细资料

    • containerFraction

      public double containerFraction(long containerTypeCount)
      Calculates what fraction of all containers is the `containerTypeCount`
      参数:
      containerTypeCount - denominator
      返回:
      some fraction
    • getArrayContainersStats

      public BitmapStatistics.ArrayContainersStats getArrayContainersStats()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object
    • containerCount

      public long containerCount()
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • getBitmapsCount

      public long getBitmapsCount()
    • getBitmapContainerCount

      public long getBitmapContainerCount()
    • getRunContainerCount

      public long getRunContainerCount()