Class DigestToByteBuffer
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_bytebuffer.DigestToByteBuffer
- All Implemented Interfaces:
java.util.function.LongFunction<java.nio.ByteBuffer>
public class DigestToByteBuffer
extends java.lang.Object
implements java.util.function.LongFunction<java.nio.ByteBuffer>
-
Constructor Summary
Constructors Constructor Description DigestToByteBuffer(java.lang.String digestType) -
Method Summary
Modifier and Type Method Description java.nio.ByteBufferapply(long value)
-
Constructor Details
-
DigestToByteBuffer
public DigestToByteBuffer(java.lang.String digestType)
-
-
Method Details
-
apply
public java.nio.ByteBuffer apply(long value)- Specified by:
applyin interfacejava.util.function.LongFunction<java.nio.ByteBuffer>
-