Class ToHashedUUID

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_uuid.ToHashedUUID
All Implemented Interfaces:
LongFunction<UUID>

public class ToHashedUUID extends Object implements LongFunction<UUID>
This function provides a stable hashing of the input value to a version 4 (Random) UUID.
  • Constructor Details

    • ToHashedUUID

      public ToHashedUUID()
  • Method Details