|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteRange | |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.util | |
| Uses of ByteRange in org.apache.hadoop.hbase |
|---|
| Methods in org.apache.hadoop.hbase that return ByteRange | |
|---|---|
static ByteRange |
CellUtil.fillFamilyRange(Cell cell,
ByteRange range)
|
static ByteRange |
CellUtil.fillQualifierRange(Cell cell,
ByteRange range)
|
static ByteRange |
CellUtil.fillRowRange(Cell cell,
ByteRange range)
ByteRange |
| Methods in org.apache.hadoop.hbase with parameters of type ByteRange | |
|---|---|
static ByteRange |
CellUtil.fillFamilyRange(Cell cell,
ByteRange range)
|
static ByteRange |
CellUtil.fillQualifierRange(Cell cell,
ByteRange range)
|
static ByteRange |
CellUtil.fillRowRange(Cell cell,
ByteRange range)
ByteRange |
| Uses of ByteRange in org.apache.hadoop.hbase.util |
|---|
| Methods in org.apache.hadoop.hbase.util that return ByteRange | |
|---|---|
ByteRange |
ByteRange.clear()
write methods |
ByteRange |
ByteRange.deepCopy()
Create a new ByteRange with new backing byte[] and copy the state of this range into the new range. |
ByteRange |
ByteRange.set(byte[] bytes)
|
ByteRange |
ByteRange.set(byte[] bytes,
int offset,
int length)
|
ByteRange |
ByteRange.shallowCopySubRange(int innerOffset,
int copyLength)
Create a new ByteRange that points at this range's byte[]. |
| Methods in org.apache.hadoop.hbase.util that return types with arguments of type ByteRange | |
|---|---|
static ArrayList<ByteRange> |
ByteRangeTool.fromArrays(Collection<byte[]> arrays)
|
| Methods in org.apache.hadoop.hbase.util with parameters of type ByteRange | |
|---|---|
int |
ByteRange.compareTo(ByteRange other)
Bitwise comparison of each byte in the array. |
static boolean |
ByteRange.isEmpty(ByteRange range)
static methods |
static boolean |
ByteRange.notEmpty(ByteRange range)
|
int |
ByteRange.numEqualPrefixBytes(ByteRange that,
int thatInnerOffset)
|
static void |
ByteRangeTool.write(OutputStream os,
ByteRange byteRange)
|
static void |
ByteRangeTool.write(OutputStream os,
ByteRange byteRange,
int byteRangeInnerOffset)
|
| Method parameters in org.apache.hadoop.hbase.util with type arguments of type ByteRange | |
|---|---|
static ArrayList<byte[]> |
ByteRangeTool.copyToNewArrays(Collection<ByteRange> ranges)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||