Class Prefix


  • @Immutable
    public class Prefix
    extends java.lang.Object
    Represents a partial row to be used for range requests.
    • Constructor Summary

      Constructors 
      Constructor Description
      Prefix​(byte[] bytes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getBytes()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Prefix

        public Prefix​(byte[] bytes)
    • Method Detail

      • getBytes

        @Nonnull
        public byte[] getBytes()