| 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 |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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 a
Range.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() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Range.ByteStringRange> |
CloseStream.getNewPartitions() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.ServerStreamingCallSettings<String,Range.ByteStringRange> |
EnhancedBigtableStubSettings.generateInitialChangeStreamPartitionsSettings() |
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<String,Range.ByteStringRange> |
EnhancedBigtableStubSettings.Builder.generateInitialChangeStreamPartitionsSettings()
Returns the builder for the settings used for calls to GenerateInitialChangeStreamPartitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenerateInitialChangeStreamPartitionsUserCallable.call(String tableId,
com.google.api.gax.rpc.ResponseObserver<Range.ByteStringRange> responseObserver,
com.google.api.gax.rpc.ApiCallContext context) |
Copyright © 2023 Google LLC. All rights reserved.