Uses of Class
com.google.bigtable.v2.StreamPartition.Builder
-
Uses of StreamPartition.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return StreamPartition.BuilderModifier and TypeMethodDescriptionReadChangeStreamResponse.CloseStream.Builder.addNewPartitionsBuilder()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.addNewPartitionsBuilder(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.Builder.clear()StreamPartition.Builder.clearRowRange()The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).ReadChangeStreamResponse.CloseStream.Builder.getNewPartitionsBuilder(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`.GenerateInitialChangeStreamPartitionsResponse.Builder.getPartitionBuilder()A partition of the change stream.ReadChangeStreamRequest.Builder.getPartitionBuilder()The partition to read changes from.StreamContinuationToken.Builder.getPartitionBuilder()The partition that this token applies to.StreamPartition.Builder.mergeFrom(StreamPartition other) StreamPartition.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StreamPartition.Builder.mergeFrom(com.google.protobuf.Message other) StreamPartition.Builder.mergeRowRange(RowRange value) The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).static StreamPartition.BuilderStreamPartition.newBuilder()static StreamPartition.BuilderStreamPartition.newBuilder(StreamPartition prototype) StreamPartition.newBuilderForType()protected StreamPartition.BuilderStreamPartition.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StreamPartition.Builder.setRowRange(RowRange value) The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).StreamPartition.Builder.setRowRange(RowRange.Builder builderForValue) The row range covered by this partition and is specified by [`start_key_closed`, `end_key_open`).StreamPartition.toBuilder()Methods in com.google.bigtable.v2 that return types with arguments of type StreamPartition.BuilderModifier and TypeMethodDescriptionReadChangeStreamResponse.CloseStream.Builder.getNewPartitionsBuilderList()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`.Methods in com.google.bigtable.v2 with parameters of type StreamPartition.BuilderModifier and TypeMethodDescriptionReadChangeStreamResponse.CloseStream.Builder.addNewPartitions(int index, StreamPartition.Builder builderForValue) 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.addNewPartitions(StreamPartition.Builder builderForValue) 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.setNewPartitions(int index, StreamPartition.Builder builderForValue) 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.setPartition(StreamPartition.Builder builderForValue) A partition of the change stream.ReadChangeStreamRequest.Builder.setPartition(StreamPartition.Builder builderForValue) The partition to read changes from.StreamContinuationToken.Builder.setPartition(StreamPartition.Builder builderForValue) The partition that this token applies to.