| 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.ServerStreamingCallable<ReadChangeStreamQuery,ChangeStreamRecord> |
BigtableDataClient.readChangeStreamCallable()
Streams back the results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.ServerStream<ChangeStreamRecord> |
BigtableDataClient.readChangeStream(ReadChangeStreamQuery query)
Convenience method for synchronously streaming the results of a
ReadChangeStreamQuery. |
void |
BigtableDataClient.readChangeStreamAsync(ReadChangeStreamQuery query,
com.google.api.gax.rpc.ResponseObserver<ChangeStreamRecord> observer)
Convenience method for asynchronously streaming the results of a
ReadChangeStreamQuery. |
| Modifier and Type | Method and Description |
|---|---|
protected ReadChangeStreamQuery |
ReadChangeStreamQuery.clone() |
ReadChangeStreamQuery |
ReadChangeStreamQuery.continuationTokens(List<ChangeStreamContinuationToken> changeStreamContinuationTokens)
Sets the stream continuation tokens to read the change stream.
|
static ReadChangeStreamQuery |
ReadChangeStreamQuery.create(String tableId)
Constructs a new ReadChangeStreamQuery object for the specified table id.
|
ReadChangeStreamQuery |
ReadChangeStreamQuery.endTime(org.threeten.bp.Instant value)
Sets the endTime to read the change stream.
|
static ReadChangeStreamQuery |
ReadChangeStreamQuery.fromProto(ReadChangeStreamRequest request)
Wraps the protobuf
ReadChangeStreamRequest. |
ReadChangeStreamQuery |
ReadChangeStreamQuery.heartbeatDuration(org.threeten.bp.Duration duration)
Sets the heartbeat duration for the change stream.
|
ReadChangeStreamQuery |
ReadChangeStreamQuery.startTime(org.threeten.bp.Instant value)
Sets the startTime to read the change stream.
|
ReadChangeStreamQuery |
ReadChangeStreamQuery.streamPartition(com.google.protobuf.ByteString start,
com.google.protobuf.ByteString end)
Adds a partition.
|
ReadChangeStreamQuery |
ReadChangeStreamQuery.streamPartition(Range.ByteStringRange range)
Adds a partition.
|
ReadChangeStreamQuery |
ReadChangeStreamQuery.streamPartition(RowRange rowRange)
Adds a partition.
|
ReadChangeStreamQuery |
ReadChangeStreamQuery.streamPartition(String start,
String end)
Adds a partition.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.ServerStreamingCallSettings<ReadChangeStreamQuery,ChangeStreamRecord> |
EnhancedBigtableStubSettings.readChangeStreamSettings() |
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ReadChangeStreamQuery,ChangeStreamRecord> |
EnhancedBigtableStubSettings.Builder.readChangeStreamSettings()
Returns the builder for the settings used for calls to ReadChangeStream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReadChangeStreamUserCallable.call(ReadChangeStreamQuery request,
com.google.api.gax.rpc.ResponseObserver<ChangeStreamRecordT> responseObserver,
com.google.api.gax.rpc.ApiCallContext context) |
Copyright © 2023 Google LLC. All rights reserved.