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 classRowRangeSpecifies a contiguous range of rows.static classRowRange.BuilderSpecifies a contiguous range of rows.Methods in com.google.bigtable.v2 that return RowRangeOrBuilder Modifier and Type Method Description RowRangeOrBuilderStreamPartition.Builder. getRowRangeOrBuilder()The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).RowRangeOrBuilderStreamPartition. getRowRangeOrBuilder()The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).RowRangeOrBuilderStreamPartitionOrBuilder. getRowRangeOrBuilder()The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).RowRangeOrBuilderRowSet.Builder. getRowRangesOrBuilder(int index)Contiguous row ranges included in the set.RowRangeOrBuilderRowSet. getRowRangesOrBuilder(int index)Contiguous row ranges included in the set.RowRangeOrBuilderRowSetOrBuilder. 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.
-