Class Prefix

java.lang.Object
com.palantir.atlasdb.keyvalue.api.Prefix

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

    • Prefix

      public Prefix(byte[] bytes)
  • Method Details

    • getBytes

      @Nonnull public byte[] getBytes()