Uses of Class
com.google.cloud.bigtable.data.v2.models.Range.ByteStringRange
Packages that use Range.ByteStringRange
Package
Description
A client for the Cloud Bigtable data API.
-
Uses of Range.ByteStringRange in com.google.cloud.bigtable.data.v2
Methods in com.google.cloud.bigtable.data.v2 that return types with arguments of type Range.ByteStringRangeModifier and TypeMethodDescriptioncom.google.api.gax.rpc.ServerStream<Range.ByteStringRange>BigtableDataClient.generateInitialChangeStreamPartitions(String tableId) Convenience method for synchronously streaming the partitions of a table.com.google.api.gax.rpc.ServerStreamingCallable<String,Range.ByteStringRange> BigtableDataClient.generateInitialChangeStreamPartitionsCallable()Streams back the results of the query.Method parameters in com.google.cloud.bigtable.data.v2 with type arguments of type Range.ByteStringRangeModifier and TypeMethodDescriptionvoidBigtableDataClient.generateInitialChangeStreamPartitionsAsync(String tableId, com.google.api.gax.rpc.ResponseObserver<Range.ByteStringRange> observer) Convenience method for asynchronously streaming the partitions of a table. -
Uses of Range.ByteStringRange in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return Range.ByteStringRangeModifier and TypeMethodDescriptionstatic Range.ByteStringRangeRange.ByteStringRange.create(com.google.protobuf.ByteString closedStart, com.google.protobuf.ByteString openEnd) static Range.ByteStringRangeQuery.getBound()Get the minimal range that encloses all of the row keys and ranges in this Query.ChangeStreamContinuationToken.getPartition()Get the partition of the current continuation token, represented by aRange.ByteStringRange.static Range.ByteStringRangeRange.ByteStringRange.prefix(com.google.protobuf.ByteString prefix) static Range.ByteStringRangestatic Range.ByteStringRangeRange.ByteStringRange.toByteStringRange(com.google.protobuf.ByteString byteString) static Range.ByteStringRangeRange.ByteStringRange.unbounded()Methods in com.google.cloud.bigtable.data.v2.models that return types with arguments of type Range.ByteStringRangeModifier and TypeMethodDescriptionabstract List<Range.ByteStringRange>CloseStream.getNewPartitions()Methods in com.google.cloud.bigtable.data.v2.models with parameters of type Range.ByteStringRangeModifier and TypeMethodDescriptionChangeStreamContinuationToken.create(Range.ByteStringRange byteStringRange, String token) Query.range(Range.ByteStringRange range) Adds a range to be looked up.static com.google.protobuf.ByteStringRange.ByteStringRange.serializeToByteString(Range.ByteStringRange byteStringRange) ReadChangeStreamQuery.streamPartition(Range.ByteStringRange range) Adds a partition. -
Uses of Range.ByteStringRange in com.google.cloud.bigtable.data.v2.stub
Methods in com.google.cloud.bigtable.data.v2.stub that return types with arguments of type Range.ByteStringRangeModifier and TypeMethodDescriptioncom.google.api.gax.rpc.ServerStreamingCallSettings.Builder<String,Range.ByteStringRange> EnhancedBigtableStubSettings.Builder.generateInitialChangeStreamPartitionsSettings()Returns the builder for the settings used for calls to GenerateInitialChangeStreamPartitions.com.google.api.gax.rpc.ServerStreamingCallSettings<String,Range.ByteStringRange> EnhancedBigtableStubSettings.generateInitialChangeStreamPartitionsSettings() -
Uses of Range.ByteStringRange in com.google.cloud.bigtable.data.v2.stub.changestream
Method parameters in com.google.cloud.bigtable.data.v2.stub.changestream with type arguments of type Range.ByteStringRangeModifier and TypeMethodDescriptionvoidGenerateInitialChangeStreamPartitionsUserCallable.call(String tableId, com.google.api.gax.rpc.ResponseObserver<Range.ByteStringRange> responseObserver, com.google.api.gax.rpc.ApiCallContext context)