R
- indicating the type of rowkey that a particular implementation is
a prefix for.public interface RowKeyPrefix<R>
Modifier and Type | Method and Description |
---|---|
byte[] |
getRowKeyPrefix()
Create a row key prefix, meaning a partial rowkey that can be used in range
scans.
|
byte[] getRowKeyPrefix()
fist!second!...!last!
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.