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 StreamPartitionStreamPartition.Builder. build()StreamPartitionStreamPartition.Builder. buildPartial()static StreamPartitionStreamPartition. getDefaultInstance()StreamPartitionStreamPartition.Builder. getDefaultInstanceForType()StreamPartitionStreamPartition. getDefaultInstanceForType()StreamPartitionReadChangeStreamResponse.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`.StreamPartitionReadChangeStreamResponse.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`.StreamPartitionReadChangeStreamResponse.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`.StreamPartitionGenerateInitialChangeStreamPartitionsResponse.Builder. getPartition()A partition of the change stream.StreamPartitionGenerateInitialChangeStreamPartitionsResponse. getPartition()A partition of the change stream.StreamPartitionGenerateInitialChangeStreamPartitionsResponseOrBuilder. getPartition()A partition of the change stream.StreamPartitionReadChangeStreamRequest.Builder. getPartition()The partition to read changes from.StreamPartitionReadChangeStreamRequest. getPartition()The partition to read changes from.StreamPartitionReadChangeStreamRequestOrBuilder. getPartition()The partition to read changes from.StreamPartitionStreamContinuationToken.Builder. getPartition()The partition that this token applies to.StreamPartitionStreamContinuationToken. getPartition()The partition that this token applies to.StreamPartitionStreamContinuationTokenOrBuilder. getPartition()The partition that this token applies to.static StreamPartitionStreamPartition. parseDelimitedFrom(InputStream input)static StreamPartitionStreamPartition. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamPartitionStreamPartition. parseFrom(byte[] data)static StreamPartitionStreamPartition. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamPartitionStreamPartition. parseFrom(com.google.protobuf.ByteString data)static StreamPartitionStreamPartition. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamPartitionStreamPartition. parseFrom(com.google.protobuf.CodedInputStream input)static StreamPartitionStreamPartition. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamPartitionStreamPartition. parseFrom(InputStream input)static StreamPartitionStreamPartition. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StreamPartitionStreamPartition. parseFrom(ByteBuffer data)static StreamPartitionStreamPartition. 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.BuilderReadChangeStreamResponse.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.BuilderReadChangeStreamResponse.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.BuilderStreamPartition.Builder. mergeFrom(StreamPartition other)GenerateInitialChangeStreamPartitionsResponse.BuilderGenerateInitialChangeStreamPartitionsResponse.Builder. mergePartition(StreamPartition value)A partition of the change stream.ReadChangeStreamRequest.BuilderReadChangeStreamRequest.Builder. mergePartition(StreamPartition value)The partition to read changes from.StreamContinuationToken.BuilderStreamContinuationToken.Builder. mergePartition(StreamPartition value)The partition that this token applies to.static StreamPartition.BuilderStreamPartition. newBuilder(StreamPartition prototype)ReadChangeStreamResponse.CloseStream.BuilderReadChangeStreamResponse.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.BuilderGenerateInitialChangeStreamPartitionsResponse.Builder. setPartition(StreamPartition value)A partition of the change stream.ReadChangeStreamRequest.BuilderReadChangeStreamRequest.Builder. setPartition(StreamPartition value)The partition to read changes from.StreamContinuationToken.BuilderStreamContinuationToken.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.BuilderReadChangeStreamResponse.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`.
-