Uses of Class
com.google.bigtable.v2.StreamPartition
-
Uses of StreamPartition in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return StreamPartitionModifier and TypeMethodDescriptionStreamPartition.Builder.build()StreamPartition.Builder.buildPartial()static StreamPartitionStreamPartition.getDefaultInstance()StreamPartition.Builder.getDefaultInstanceForType()StreamPartition.getDefaultInstanceForType()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`.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`.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`.GenerateInitialChangeStreamPartitionsResponse.Builder.getPartition()A partition of the change stream.GenerateInitialChangeStreamPartitionsResponse.getPartition()A partition of the change stream.GenerateInitialChangeStreamPartitionsResponseOrBuilder.getPartition()A partition of the change stream.ReadChangeStreamRequest.Builder.getPartition()The partition to read changes from.ReadChangeStreamRequest.getPartition()The partition to read changes from.ReadChangeStreamRequestOrBuilder.getPartition()The partition to read changes from.StreamContinuationToken.Builder.getPartition()The partition that this token applies to.StreamContinuationToken.getPartition()The partition that this token applies to.StreamContinuationTokenOrBuilder.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 StreamPartitionModifier and TypeMethodDescriptionReadChangeStreamResponse.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`.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`.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 StreamPartitionModifier and TypeMethodDescriptionReadChangeStreamResponse.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.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.mergeFrom(StreamPartition other) GenerateInitialChangeStreamPartitionsResponse.Builder.mergePartition(StreamPartition value) A partition of the change stream.ReadChangeStreamRequest.Builder.mergePartition(StreamPartition value) The partition to read changes from.StreamContinuationToken.Builder.mergePartition(StreamPartition value) The partition that this token applies to.static StreamPartition.BuilderStreamPartition.newBuilder(StreamPartition prototype) 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.setPartition(StreamPartition value) A partition of the change stream.ReadChangeStreamRequest.Builder.setPartition(StreamPartition value) The partition to read changes from.StreamContinuationToken.Builder.setPartition(StreamPartition value) The partition that this token applies to.Method parameters in com.google.bigtable.v2 with type arguments of type StreamPartitionModifier and TypeMethodDescriptionReadChangeStreamResponse.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`.