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 RowRangeRowRange.Builder. build()RowRangeRowRange.Builder. buildPartial()static RowRangeRowRange. getDefaultInstance()RowRangeRowRange.Builder. getDefaultInstanceForType()RowRangeRowRange. getDefaultInstanceForType()RowRangeStreamPartition.Builder. getRowRange()The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).RowRangeStreamPartition. getRowRange()The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).RowRangeStreamPartitionOrBuilder. getRowRange()The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).RowRangeRowSet.Builder. getRowRanges(int index)Contiguous row ranges included in the set.RowRangeRowSet. getRowRanges(int index)Contiguous row ranges included in the set.RowRangeRowSetOrBuilder. getRowRanges(int index)Contiguous row ranges included in the set.static RowRangeRowRange. parseDelimitedFrom(InputStream input)static RowRangeRowRange. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRangeRowRange. parseFrom(byte[] data)static RowRangeRowRange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRangeRowRange. parseFrom(com.google.protobuf.ByteString data)static RowRangeRowRange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRangeRowRange. parseFrom(com.google.protobuf.CodedInputStream input)static RowRangeRowRange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRangeRowRange. parseFrom(InputStream input)static RowRangeRowRange. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRangeRowRange. parseFrom(ByteBuffer data)static RowRangeRowRange. 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.BuilderRowSet.Builder. addRowRanges(int index, RowRange value)Contiguous row ranges included in the set.RowSet.BuilderRowSet.Builder. addRowRanges(RowRange value)Contiguous row ranges included in the set.RowRange.BuilderRowRange.Builder. mergeFrom(RowRange other)StreamPartition.BuilderStreamPartition.Builder. mergeRowRange(RowRange value)The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).static RowRange.BuilderRowRange. newBuilder(RowRange prototype)StreamPartition.BuilderStreamPartition.Builder. setRowRange(RowRange value)The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).RowSet.BuilderRowSet.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.BuilderRowSet.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 ReadChangeStreamQueryReadChangeStreamQuery. streamPartition(RowRange rowRange)Adds a partition.
-