Class ToHashedUUID
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_uuid.ToHashedUUID
- All Implemented Interfaces:
LongFunction<UUID>
This function provides a stable hashing of the input value to
a version 4 (Random) UUID.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ToHashedUUID
public ToHashedUUID()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceLongFunction<UUID>
-