Uses of Class
com.google.bigtable.v2.StreamPartition
-
Packages that use StreamPartition Package Description com.google.bigtable.v2 -
-
Uses of StreamPartition in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return StreamPartition Modifier and Type Method Description StreamPartition
StreamPartition.Builder. build()
StreamPartition
StreamPartition.Builder. buildPartial()
static StreamPartition
StreamPartition. getDefaultInstance()
StreamPartition
StreamPartition.Builder. getDefaultInstanceForType()
StreamPartition
StreamPartition. getDefaultInstanceForType()
StreamPartition
ReadChangeStreamResponse.CloseStream.Builder. getNewPartitions(int index)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.StreamPartition
ReadChangeStreamResponse.CloseStream. getNewPartitions(int index)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.StreamPartition
ReadChangeStreamResponse.CloseStreamOrBuilder. getNewPartitions(int index)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.StreamPartition
GenerateInitialChangeStreamPartitionsResponse.Builder. getPartition()
A partition of the change stream.StreamPartition
GenerateInitialChangeStreamPartitionsResponse. getPartition()
A partition of the change stream.StreamPartition
GenerateInitialChangeStreamPartitionsResponseOrBuilder. getPartition()
A partition of the change stream.StreamPartition
ReadChangeStreamRequest.Builder. getPartition()
The partition to read changes from.StreamPartition
ReadChangeStreamRequest. getPartition()
The partition to read changes from.StreamPartition
ReadChangeStreamRequestOrBuilder. getPartition()
The partition to read changes from.StreamPartition
StreamContinuationToken.Builder. getPartition()
The partition that this token applies to.StreamPartition
StreamContinuationToken. getPartition()
The partition that this token applies to.StreamPartition
StreamContinuationTokenOrBuilder. getPartition()
The partition that this token applies to.static StreamPartition
StreamPartition. parseDelimitedFrom(InputStream input)
static StreamPartition
StreamPartition. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamPartition
StreamPartition. parseFrom(byte[] data)
static StreamPartition
StreamPartition. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamPartition
StreamPartition. parseFrom(com.google.protobuf.ByteString data)
static StreamPartition
StreamPartition. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamPartition
StreamPartition. parseFrom(com.google.protobuf.CodedInputStream input)
static StreamPartition
StreamPartition. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamPartition
StreamPartition. parseFrom(InputStream input)
static StreamPartition
StreamPartition. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamPartition
StreamPartition. parseFrom(ByteBuffer data)
static StreamPartition
StreamPartition. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type StreamPartition Modifier and Type Method Description List<StreamPartition>
ReadChangeStreamResponse.CloseStream.Builder. getNewPartitionsList()
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.List<StreamPartition>
ReadChangeStreamResponse.CloseStream. getNewPartitionsList()
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.List<StreamPartition>
ReadChangeStreamResponse.CloseStreamOrBuilder. getNewPartitionsList()
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.com.google.protobuf.Parser<StreamPartition>
StreamPartition. getParserForType()
static com.google.protobuf.Parser<StreamPartition>
StreamPartition. parser()
Methods in com.google.bigtable.v2 with parameters of type StreamPartition Modifier and Type Method Description ReadChangeStreamResponse.CloseStream.Builder
ReadChangeStreamResponse.CloseStream.Builder. addNewPartitions(int index, StreamPartition value)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.ReadChangeStreamResponse.CloseStream.Builder
ReadChangeStreamResponse.CloseStream.Builder. addNewPartitions(StreamPartition value)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.StreamPartition.Builder
StreamPartition.Builder. mergeFrom(StreamPartition other)
GenerateInitialChangeStreamPartitionsResponse.Builder
GenerateInitialChangeStreamPartitionsResponse.Builder. mergePartition(StreamPartition value)
A partition of the change stream.ReadChangeStreamRequest.Builder
ReadChangeStreamRequest.Builder. mergePartition(StreamPartition value)
The partition to read changes from.StreamContinuationToken.Builder
StreamContinuationToken.Builder. mergePartition(StreamPartition value)
The partition that this token applies to.static StreamPartition.Builder
StreamPartition. newBuilder(StreamPartition prototype)
ReadChangeStreamResponse.CloseStream.Builder
ReadChangeStreamResponse.CloseStream.Builder. setNewPartitions(int index, StreamPartition value)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.GenerateInitialChangeStreamPartitionsResponse.Builder
GenerateInitialChangeStreamPartitionsResponse.Builder. setPartition(StreamPartition value)
A partition of the change stream.ReadChangeStreamRequest.Builder
ReadChangeStreamRequest.Builder. setPartition(StreamPartition value)
The partition to read changes from.StreamContinuationToken.Builder
StreamContinuationToken.Builder. setPartition(StreamPartition value)
The partition that this token applies to.Method parameters in com.google.bigtable.v2 with type arguments of type StreamPartition Modifier and Type Method Description ReadChangeStreamResponse.CloseStream.Builder
ReadChangeStreamResponse.CloseStream.Builder. addAllNewPartitions(Iterable<? extends StreamPartition> values)
If non-empty, contains the new partitions to start reading from, which are related to but not necessarily identical to the partitions for the above `continuation_tokens`.
-