Class HashedToByteBuffer

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_bytebuffer.HashedToByteBuffer
All Implemented Interfaces:
LongFunction<ByteBuffer>

public class HashedToByteBuffer extends Object implements LongFunction<ByteBuffer>
Hash a long input value into a byte buffer, at least length bytes long, but aligned on 8-byte boundary;
  • Constructor Details

    • HashedToByteBuffer

      public HashedToByteBuffer(int lengthInBytes)
  • Method Details