Uses of Class
com.google.cloud.bigtable.data.v2.models.Range.ByteStringRange
-
Packages that use Range.ByteStringRange Package Description com.google.cloud.bigtable.data.v2 A client for the Cloud Bigtable data API.com.google.cloud.bigtable.data.v2.models com.google.cloud.bigtable.data.v2.stub com.google.cloud.bigtable.data.v2.stub.changestream -
-
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.ByteStringRange Modifier and Type Method Description com.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.ByteStringRange Modifier and Type Method Description voidBigtableDataClient. 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.ByteStringRange Modifier and Type Method Description static Range.ByteStringRangeRange.ByteStringRange. create(com.google.protobuf.ByteString closedStart, com.google.protobuf.ByteString openEnd)static Range.ByteStringRangeRange.ByteStringRange. create(String closedStart, String openEnd)Range.ByteStringRangeQuery. getBound()Get the minimal range that encloses all of the row keys and ranges in this Query.Range.ByteStringRangeChangeStreamContinuationToken. 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.ByteStringRangeRange.ByteStringRange. prefix(String prefix)static 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.ByteStringRange Modifier and Type Method Description abstract List<Range.ByteStringRange>CloseStream. getNewPartitions()Methods in com.google.cloud.bigtable.data.v2.models with parameters of type Range.ByteStringRange Modifier and Type Method Description static ChangeStreamContinuationTokenChangeStreamContinuationToken. create(Range.ByteStringRange byteStringRange, String token)QueryQuery. range(Range.ByteStringRange range)Adds a range to be looked up.static com.google.protobuf.ByteStringRange.ByteStringRange. serializeToByteString(Range.ByteStringRange byteStringRange)ReadChangeStreamQueryReadChangeStreamQuery. 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.ByteStringRange Modifier and Type Method Description com.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.ByteStringRange Modifier and Type Method Description voidGenerateInitialChangeStreamPartitionsUserCallable. call(String tableId, com.google.api.gax.rpc.ResponseObserver<Range.ByteStringRange> responseObserver, com.google.api.gax.rpc.ApiCallContext context)
-