Uses of Interface
com.google.bigtable.v2.StreamContinuationTokenOrBuilder
-
Packages that use StreamContinuationTokenOrBuilder Package Description com.google.bigtable.v2 -
-
Uses of StreamContinuationTokenOrBuilder in com.google.bigtable.v2
Classes in com.google.bigtable.v2 that implement StreamContinuationTokenOrBuilder Modifier and Type Class Description class
StreamContinuationToken
NOTE: This API is intended to be used by Apache Beam BigtableIO.static class
StreamContinuationToken.Builder
NOTE: This API is intended to be used by Apache Beam BigtableIO.Methods in com.google.bigtable.v2 that return StreamContinuationTokenOrBuilder Modifier and Type Method Description StreamContinuationTokenOrBuilder
ReadChangeStreamResponse.Heartbeat.Builder. getContinuationTokenOrBuilder()
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.StreamContinuationTokenOrBuilder
ReadChangeStreamResponse.Heartbeat. getContinuationTokenOrBuilder()
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.StreamContinuationTokenOrBuilder
ReadChangeStreamResponse.HeartbeatOrBuilder. getContinuationTokenOrBuilder()
A token that can be provided to a subsequent `ReadChangeStream` call to pick up reading at the current stream position.StreamContinuationTokenOrBuilder
ReadChangeStreamResponse.CloseStream.Builder. getContinuationTokensOrBuilder(int index)
If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationTokenOrBuilder
ReadChangeStreamResponse.CloseStream. getContinuationTokensOrBuilder(int index)
If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationTokenOrBuilder
ReadChangeStreamResponse.CloseStreamOrBuilder. getContinuationTokensOrBuilder(int index)
If non-empty, contains the information needed to resume reading their associated partitions.StreamContinuationTokenOrBuilder
StreamContinuationTokens.Builder. getTokensOrBuilder(int index)
List of continuation tokens.StreamContinuationTokenOrBuilder
StreamContinuationTokens. getTokensOrBuilder(int index)
List of continuation tokens.StreamContinuationTokenOrBuilder
StreamContinuationTokensOrBuilder. getTokensOrBuilder(int index)
List of continuation tokens.Methods in com.google.bigtable.v2 that return types with arguments of type StreamContinuationTokenOrBuilder Modifier and Type Method Description List<? extends StreamContinuationTokenOrBuilder>
ReadChangeStreamResponse.CloseStream.Builder. getContinuationTokensOrBuilderList()
If non-empty, contains the information needed to resume reading their associated partitions.List<? extends StreamContinuationTokenOrBuilder>
ReadChangeStreamResponse.CloseStream. getContinuationTokensOrBuilderList()
If non-empty, contains the information needed to resume reading their associated partitions.List<? extends StreamContinuationTokenOrBuilder>
ReadChangeStreamResponse.CloseStreamOrBuilder. getContinuationTokensOrBuilderList()
If non-empty, contains the information needed to resume reading their associated partitions.List<? extends StreamContinuationTokenOrBuilder>
StreamContinuationTokens.Builder. getTokensOrBuilderList()
List of continuation tokens.List<? extends StreamContinuationTokenOrBuilder>
StreamContinuationTokens. getTokensOrBuilderList()
List of continuation tokens.List<? extends StreamContinuationTokenOrBuilder>
StreamContinuationTokensOrBuilder. getTokensOrBuilderList()
List of continuation tokens.
-