@InternalApi(value="Intended for use by the BigtableIO in apache/beam only.") public abstract class CloseStream extends Object implements ChangeStreamRecord, Serializable
ReadChangeStreamResponse.CloseStream. This message is received when
the stream reading is finished(i.e. read past the stream end time), or an error has occurred.| Constructor and Description |
|---|
CloseStream() |
| Modifier and Type | Method and Description |
|---|---|
static CloseStream |
fromProto(ReadChangeStreamResponse.CloseStream closeStream)
Wraps the protobuf
ReadChangeStreamResponse.CloseStream. |
abstract List<ChangeStreamContinuationToken> |
getChangeStreamContinuationTokens() |
abstract List<Range.ByteStringRange> |
getNewPartitions() |
abstract Status |
getStatus() |
@InternalApi(value="Intended for use by the BigtableIO in apache/beam only.") public static CloseStream fromProto(@Nonnull ReadChangeStreamResponse.CloseStream closeStream)
ReadChangeStreamResponse.CloseStream.@InternalApi(value="Intended for use by the BigtableIO in apache/beam only.") @Nonnull public abstract Status getStatus()
@InternalApi(value="Intended for use by the BigtableIO in apache/beam only.") @Nonnull public abstract List<ChangeStreamContinuationToken> getChangeStreamContinuationTokens()
@InternalApi(value="Intended for use by the BigtableIO in apache/beam only.") @Nonnull public abstract List<Range.ByteStringRange> getNewPartitions()
Copyright © 2023 Google LLC. All rights reserved.