Uses of Class
io.camunda.zeebe.dynamic.config.protocol.Requests.ReassignAllPartitionsRequest.Builder
Packages that use Requests.ReassignAllPartitionsRequest.Builder
-
Uses of Requests.ReassignAllPartitionsRequest.Builder in io.camunda.zeebe.dynamic.config.protocol
Methods in io.camunda.zeebe.dynamic.config.protocol that return Requests.ReassignAllPartitionsRequest.BuilderModifier and TypeMethodDescriptionRequests.ReassignAllPartitionsRequest.Builder.addAllMemberIds(Iterable<String> values) The ids of the brokers to which all partitions should be re-distributedRequests.ReassignAllPartitionsRequest.Builder.addMemberIds(String value) The ids of the brokers to which all partitions should be re-distributedRequests.ReassignAllPartitionsRequest.Builder.addMemberIdsBytes(com.google.protobuf.ByteString value) The ids of the brokers to which all partitions should be re-distributedRequests.ReassignAllPartitionsRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Requests.ReassignAllPartitionsRequest.Builder.clear()Requests.ReassignAllPartitionsRequest.Builder.clearDryRun()bool dryRun = 2;Requests.ReassignAllPartitionsRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Requests.ReassignAllPartitionsRequest.Builder.clearMemberIds()The ids of the brokers to which all partitions should be re-distributedRequests.ReassignAllPartitionsRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Requests.ReassignAllPartitionsRequest.Builder.clone()Requests.ReassignAllPartitionsRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Requests.ReassignAllPartitionsRequest.Builder.mergeFrom(com.google.protobuf.Message other) Requests.ReassignAllPartitionsRequest.Builder.mergeFrom(Requests.ReassignAllPartitionsRequest other) Requests.ReassignAllPartitionsRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Requests.ReassignAllPartitionsRequest.newBuilder()Requests.ReassignAllPartitionsRequest.newBuilder(Requests.ReassignAllPartitionsRequest prototype) Requests.ReassignAllPartitionsRequest.newBuilderForType()Requests.ReassignAllPartitionsRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Requests.ReassignAllPartitionsRequest.Builder.setDryRun(boolean value) bool dryRun = 2;Requests.ReassignAllPartitionsRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Requests.ReassignAllPartitionsRequest.Builder.setMemberIds(int index, String value) The ids of the brokers to which all partitions should be re-distributedRequests.ReassignAllPartitionsRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Requests.ReassignAllPartitionsRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Requests.ReassignAllPartitionsRequest.toBuilder()