Uses of Class
com.google.bigtable.v2.RowRange
-
Packages that use RowRange Package Description com.google.bigtable.v2 com.google.cloud.bigtable.data.v2.models -
-
Uses of RowRange in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return RowRange Modifier and Type Method Description RowRange
RowRange.Builder. build()
RowRange
RowRange.Builder. buildPartial()
static RowRange
RowRange. getDefaultInstance()
RowRange
RowRange.Builder. getDefaultInstanceForType()
RowRange
RowRange. getDefaultInstanceForType()
RowRange
StreamPartition.Builder. getRowRange()
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).RowRange
StreamPartition. getRowRange()
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).RowRange
StreamPartitionOrBuilder. getRowRange()
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).RowRange
RowSet.Builder. getRowRanges(int index)
Contiguous row ranges included in the set.RowRange
RowSet. getRowRanges(int index)
Contiguous row ranges included in the set.RowRange
RowSetOrBuilder. getRowRanges(int index)
Contiguous row ranges included in the set.static RowRange
RowRange. parseDelimitedFrom(InputStream input)
static RowRange
RowRange. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowRange
RowRange. parseFrom(byte[] data)
static RowRange
RowRange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowRange
RowRange. parseFrom(com.google.protobuf.ByteString data)
static RowRange
RowRange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowRange
RowRange. parseFrom(com.google.protobuf.CodedInputStream input)
static RowRange
RowRange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowRange
RowRange. parseFrom(InputStream input)
static RowRange
RowRange. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowRange
RowRange. parseFrom(ByteBuffer data)
static RowRange
RowRange. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type RowRange Modifier and Type Method Description com.google.protobuf.Parser<RowRange>
RowRange. getParserForType()
List<RowRange>
RowSet.Builder. getRowRangesList()
Contiguous row ranges included in the set.List<RowRange>
RowSet. getRowRangesList()
Contiguous row ranges included in the set.List<RowRange>
RowSetOrBuilder. getRowRangesList()
Contiguous row ranges included in the set.static com.google.protobuf.Parser<RowRange>
RowRange. parser()
Methods in com.google.bigtable.v2 with parameters of type RowRange Modifier and Type Method Description RowSet.Builder
RowSet.Builder. addRowRanges(int index, RowRange value)
Contiguous row ranges included in the set.RowSet.Builder
RowSet.Builder. addRowRanges(RowRange value)
Contiguous row ranges included in the set.RowRange.Builder
RowRange.Builder. mergeFrom(RowRange other)
StreamPartition.Builder
StreamPartition.Builder. mergeRowRange(RowRange value)
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).static RowRange.Builder
RowRange. newBuilder(RowRange prototype)
StreamPartition.Builder
StreamPartition.Builder. setRowRange(RowRange value)
The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).RowSet.Builder
RowSet.Builder. setRowRanges(int index, RowRange value)
Contiguous row ranges included in the set.Method parameters in com.google.bigtable.v2 with type arguments of type RowRange Modifier and Type Method Description RowSet.Builder
RowSet.Builder. addAllRowRanges(Iterable<? extends RowRange> values)
Contiguous row ranges included in the set. -
Uses of RowRange in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models with parameters of type RowRange Modifier and Type Method Description ReadChangeStreamQuery
ReadChangeStreamQuery. streamPartition(RowRange rowRange)
Adds a partition.
-