Class Murmur3DivToString
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_string.Murmur3DivToString
- All Implemented Interfaces:
LongFunction<String>
Yield a String value which is the result of hashing and modulo division
with the specified divisor to long and then converting the value to String.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Murmur3DivToString
public Murmur3DivToString(long divisor)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceLongFunction<String>
-