Uses of Class
io.vertx.kafka.client.common.TopicPartitionInfo
Packages that use TopicPartitionInfo
-
Uses of TopicPartitionInfo in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return types with arguments of type TopicPartitionInfoMethod parameters in io.vertx.kafka.admin with type arguments of type TopicPartitionInfoModifier and TypeMethodDescriptionTopicDescription.setPartitions(List<TopicPartitionInfo> partitions) Set A list of partitions where the index represents the partition id and the element contains leadership and replica information for that partition.Constructor parameters in io.vertx.kafka.admin with type arguments of type TopicPartitionInfoModifierConstructorDescriptionTopicDescription(boolean isInternal, String name, List<TopicPartitionInfo> partitions, org.apache.kafka.common.Uuid topicId, Set<org.apache.kafka.common.acl.AclOperation> authorizedOperations) Constructor -
Uses of TopicPartitionInfo in io.vertx.kafka.client.common
Methods in io.vertx.kafka.client.common that return TopicPartitionInfoModifier and TypeMethodDescriptionSet the subset of the replicas that are in syncSet the node id of the node currently acting as a leaderTopicPartitionInfo.setPartition(int partition) Set the partition idTopicPartitionInfo.setReplicas(List<Node> replicas) Set the complete set of replicas for this partition