| Package | Description |
|---|---|
| com.google.bigtable.v2 |
| Modifier and Type | Class and Description |
|---|---|
class |
RowRange
Specifies a contiguous range of rows.
|
static class |
RowRange.Builder
Specifies a contiguous range of rows.
|
| Modifier and Type | Method and Description |
|---|---|
RowRangeOrBuilder |
RowSetOrBuilder.getRowRangesOrBuilder(int index)
Contiguous row ranges included in the set.
|
RowRangeOrBuilder |
RowSet.getRowRangesOrBuilder(int index)
Contiguous row ranges included in the set.
|
RowRangeOrBuilder |
RowSet.Builder.getRowRangesOrBuilder(int index)
Contiguous row ranges included in the set.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends RowRangeOrBuilder> |
RowSetOrBuilder.getRowRangesOrBuilderList()
Contiguous row ranges included in the set.
|
List<? extends RowRangeOrBuilder> |
RowSet.getRowRangesOrBuilderList()
Contiguous row ranges included in the set.
|
List<? extends RowRangeOrBuilder> |
RowSet.Builder.getRowRangesOrBuilderList()
Contiguous row ranges included in the set.
|