Class Murmur3DivToString

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_string.Murmur3DivToString
All Implemented Interfaces:
java.util.function.LongFunction<java.lang.String>

public class Murmur3DivToString
extends java.lang.Object
implements java.util.function.LongFunction<java.lang.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 
    Constructor Description
    Murmur3DivToString​(long divisor)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String apply​(long input)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • apply

      public java.lang.String apply​(long input)
      Specified by:
      apply in interface java.util.function.LongFunction<java.lang.String>