java.lang.Object
io.nosqlbench.virtdata.library.curves4.discrete.int_long.IntToLongDiscreteCurve
io.nosqlbench.virtdata.library.curves4.discrete.int_long.Zipf
All Implemented Interfaces:
java.util.function.IntToLongFunction

public class Zipf
extends IntToLongDiscreteCurve
  • Field Summary

    Fields inherited from class io.nosqlbench.virtdata.library.curves4.discrete.int_long.IntToLongDiscreteCurve

    COMPUTE, HASH, INTERPOLATE, MAP
  • Constructor Summary

    Constructors 
    Constructor Description
    Zipf​(int numberOfElements, double exponent, java.lang.String... modslist)  
  • Method Summary

    Methods inherited from class io.nosqlbench.virtdata.library.curves4.discrete.int_long.IntToLongDiscreteCurve

    applyAsLong

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Zipf

      public Zipf​(int numberOfElements, double exponent, java.lang.String... modslist)