Uses of Class
com.google.cloud.bigtable.data.v2.models.Range.ByteStringRange
Package
Description
A client for the Cloud Bigtable data API.
-
Uses of Range.ByteStringRange in com.google.cloud.bigtable.data.v2
Modifier 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.Modifier and TypeMethodDescriptionvoid
BigtableDataClient.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
Modifier and TypeMethodDescriptionstatic Range.ByteStringRange
Range.ByteStringRange.create
(com.google.protobuf.ByteString closedStart, com.google.protobuf.ByteString openEnd) static Range.ByteStringRange
Query.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.ByteStringRange
Range.ByteStringRange.prefix
(com.google.protobuf.ByteString prefix) static Range.ByteStringRange
static Range.ByteStringRange
Range.ByteStringRange.toByteStringRange
(com.google.protobuf.ByteString byteString) static Range.ByteStringRange
Range.ByteStringRange.unbounded()
Modifier and TypeMethodDescriptionabstract List<Range.ByteStringRange>
CloseStream.getNewPartitions()
Modifier and TypeMethodDescriptionChangeStreamContinuationToken.create
(Range.ByteStringRange byteStringRange, String token) Query.range
(Range.ByteStringRange range) Adds a range to be looked up.static com.google.protobuf.ByteString
Range.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
Modifier 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
Modifier and TypeMethodDescriptionvoid
GenerateInitialChangeStreamPartitionsUserCallable.call
(String tableId, com.google.api.gax.rpc.ResponseObserver<Range.ByteStringRange> responseObserver, com.google.api.gax.rpc.ApiCallContext context)