Class Murmur3Time
java.lang.Object
io.nosqlbench.virtdata.library.random.Murmur3Time
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class Murmur3Time
extends java.lang.Object
implements java.util.function.LongUnaryOperator
A generator that is mostly useless, except for testing useless generators.
This is used as a control for the concurrent generation tester.
-
Constructor Summary
Constructors Constructor Description Murmur3Time() -
Method Summary
Modifier and Type Method Description longapplyAsLong(long operand)
-
Constructor Details
-
Murmur3Time
public Murmur3Time()
-
-
Method Details
-
applyAsLong
public long applyAsLong(long operand)- Specified by:
applyAsLongin interfacejava.util.function.LongUnaryOperator
-