public class RowKey extends Object
| Modifier and Type | Method and Description |
|---|---|
byte[] |
array()
Get the backing array for this key (not a copy).
|
static RowKey |
empty() |
boolean |
equals(Object o) |
int |
estimatedObjectSizeBytes()
Estimate number of bytes taken by the key array.
|
int |
hashCode() |
long |
longHashCode() |
String |
toString() |
static RowKey |
wrap(byte[] row)
Create a key from a byte array.
|
public static RowKey wrap(byte[] row)
public static RowKey empty()
public byte[] array()
public long longHashCode()
public int estimatedObjectSizeBytes()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.