org.apache.cassandra.utils
Class EstimatedHistogram

java.lang.Object
  extended by org.apache.cassandra.utils.EstimatedHistogram

public class EstimatedHistogram
extends java.lang.Object


Constructor Summary
EstimatedHistogram()
           
 
Method Summary
 void add(long n)
           
 long[] get(java.lang.Boolean reset)
           
static long[] getBucketOffsets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EstimatedHistogram

public EstimatedHistogram()
Method Detail

add

public void add(long n)

get

public long[] get(java.lang.Boolean reset)

getBucketOffsets

public static long[] getBucketOffsets()


Copyright © 2011 The Apache Software Foundation