Class ToMD5ByteBuffer
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_bytebuffer.ToMD5ByteBuffer
- All Implemented Interfaces:
java.util.function.LongFunction<java.nio.ByteBuffer>
public class ToMD5ByteBuffer
extends java.lang.Object
implements java.util.function.LongFunction<java.nio.ByteBuffer>
Converts the byte image of the input long to a MD5 digest in ByteBuffer form.
-
Constructor Summary
Constructors Constructor Description ToMD5ByteBuffer() -
Method Summary
Modifier and Type Method Description java.nio.ByteBufferapply(long value)
-
Constructor Details
-
ToMD5ByteBuffer
public ToMD5ByteBuffer()
-
-
Method Details
-
apply
public java.nio.ByteBuffer apply(long value)- Specified by:
applyin interfacejava.util.function.LongFunction<java.nio.ByteBuffer>
-