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 void
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
Methods in com.google.cloud.bigtable.data.v2.models that return Range.ByteStringRange Modifier and Type Method Description static Range.ByteStringRange
Range.ByteStringRange. create(com.google.protobuf.ByteString closedStart, com.google.protobuf.ByteString openEnd)
static Range.ByteStringRange
Range.ByteStringRange. create(String closedStart, String openEnd)
Range.ByteStringRange
Query. getBound()
Get the minimal range that encloses all of the row keys and ranges in this Query.Range.ByteStringRange
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
Range.ByteStringRange. prefix(String prefix)
static Range.ByteStringRange
Range.ByteStringRange. toByteStringRange(com.google.protobuf.ByteString byteString)
static Range.ByteStringRange
Range.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 ChangeStreamContinuationToken
ChangeStreamContinuationToken. create(Range.ByteStringRange byteStringRange, String token)
Query
Query. range(Range.ByteStringRange range)
Adds a range to be looked up.static com.google.protobuf.ByteString
Range.ByteStringRange. serializeToByteString(Range.ByteStringRange byteStringRange)
ReadChangeStreamQuery
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.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 void
GenerateInitialChangeStreamPartitionsUserCallable. call(String tableId, com.google.api.gax.rpc.ResponseObserver<Range.ByteStringRange> responseObserver, com.google.api.gax.rpc.ApiCallContext context)
-