Class LongToLongDiscreteCurve
java.lang.Object
io.nosqlbench.virtdata.library.curves4.discrete.long_long.LongToLongDiscreteCurve
- All Implemented Interfaces:
LongUnaryOperator
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLongToLongDiscreteCurve(org.apache.commons.statistics.distribution.DiscreteDistribution distribution, String... modslist) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.LongUnaryOperator
andThen, compose
-
Field Details
-
COMPUTE
- See Also:
-
INTERPOLATE
- See Also:
-
MAP
- See Also:
-
HASH
- See Also:
-
-
Constructor Details
-
LongToLongDiscreteCurve
public LongToLongDiscreteCurve(org.apache.commons.statistics.distribution.DiscreteDistribution distribution, String... modslist)
-
-
Method Details
-
applyAsLong
public long applyAsLong(long operand) - Specified by:
applyAsLongin interfaceLongUnaryOperator
-