Class HashedToByteBuffer
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_bytebuffer.HashedToByteBuffer
- All Implemented Interfaces:
LongFunction<ByteBuffer>
Hash a long input value into a byte buffer, at least length bytes long, but aligned on 8-byte
boundary;
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HashedToByteBuffer
public HashedToByteBuffer(int lengthInBytes)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceLongFunction<ByteBuffer>
-