Uses of Interface
com.google.bigtable.v2.RowRangeOrBuilder
-
Packages that use RowRangeOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of RowRangeOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement RowRangeOrBuilder Modifier and Type Class Description class
RowRange
Specifies a contiguous range of rows.static class
RowRange.Builder
Specifies a contiguous range of rows.Methods in com.google.bigtable.v2 that return RowRangeOrBuilder Modifier and Type Method Description RowRangeOrBuilder
StreamPartition.Builder. getRowRangeOrBuilder()
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).RowRangeOrBuilder
StreamPartition. getRowRangeOrBuilder()
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).RowRangeOrBuilder
StreamPartitionOrBuilder. getRowRangeOrBuilder()
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).RowRangeOrBuilder
RowSet.Builder. getRowRangesOrBuilder(int index)
Contiguous row ranges included in the set.RowRangeOrBuilder
RowSet. getRowRangesOrBuilder(int index)
Contiguous row ranges included in the set.RowRangeOrBuilder
RowSetOrBuilder. getRowRangesOrBuilder(int index)
Contiguous row ranges included in the set.Methods in com.google.bigtable.v2 that return types with arguments of type RowRangeOrBuilder Modifier and Type Method Description List<? extends RowRangeOrBuilder>
RowSet.Builder. getRowRangesOrBuilderList()
Contiguous row ranges included in the set.List<? extends RowRangeOrBuilder>
RowSet. getRowRangesOrBuilderList()
Contiguous row ranges included in the set.List<? extends RowRangeOrBuilder>
RowSetOrBuilder. getRowRangesOrBuilderList()
Contiguous row ranges included in the set.
-