Uses of Interface
org.apache.hadoop.hbase.util.RandomDistribution.DiscreteRNG

Packages that use org.apache.hadoop.hbase.util.RandomDistribution.DiscreteRNG
Package
Description
 
  • Uses of org.apache.hadoop.hbase.util.RandomDistribution.DiscreteRNG in org.apache.hadoop.hbase.util

    Classes in org.apache.hadoop.hbase.util that implement org.apache.hadoop.hbase.util.RandomDistribution.DiscreteRNG in in
    Modifier and Type
    Class
    Description
    static final class 
    org.apache.hadoop.hbase.util.RandomDistribution.Binomial
    Binomial distribution.
    static final class 
    org.apache.hadoop.hbase.util.RandomDistribution.Flat
    P(i)=1/(max-min)
    static final class 
    org.apache.hadoop.hbase.util.RandomDistribution.Zipf
    Zipf distribution.