Uses of Class
io.vertx.kafka.client.common.Node
Packages that use Node
-
Uses of Node in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin that return NodeModifier and TypeMethodDescriptionClusterDescription.getController()ConsumerGroupDescription.getCoordinator()Methods in io.vertx.kafka.admin that return types with arguments of type NodeMethods in io.vertx.kafka.admin with parameters of type NodeModifier and TypeMethodDescriptionAdd a node belonging to this cluster to the current node list.ClusterDescription.setController(Node controller) Set the controller node.ConsumerGroupDescription.setCoordinator(Node coordinator) Set the consumer group coordinator, or null if the coordinator is not knownMethod parameters in io.vertx.kafka.admin with type arguments of type NodeModifier and TypeMethodDescriptionSet the nodes belonging to this clusterConstructors in io.vertx.kafka.admin with parameters of type NodeModifierConstructorDescriptionClusterDescription(String clusterId, Node controller, List<Node> nodes, Set<org.apache.kafka.common.acl.AclOperation> authorizedOperations) ConstructorConsumerGroupDescription(String groupId, boolean isSimpleConsumerGroup, List<MemberDescription> members, String partitionAssignor, org.apache.kafka.common.ConsumerGroupState state, Node coordinator, Set<org.apache.kafka.common.acl.AclOperation> authorizedOperations) ConstructorConstructor parameters in io.vertx.kafka.admin with type arguments of type Node -
Uses of Node in io.vertx.kafka.client.common
Methods in io.vertx.kafka.client.common that return NodeModifier and TypeMethodDescriptionPartitionInfo.getLeader()TopicPartitionInfo.getLeader()Node.setHasRack(boolean hasRack) Set if this node has a defined rackSet the host name for this nodeNode.setId(int id) Set the node id of this nodeNode.setIdString(String idString) Set the string representation of the node idNode.setIsEmpty(boolean isEmpty) Set if this node is emptyNode.setPort(int port) Set the port for this nodeSet the rack for this nodeMethods in io.vertx.kafka.client.common that return types with arguments of type NodeModifier and TypeMethodDescriptionPartitionInfo.getInSyncReplicas()TopicPartitionInfo.getIsr()PartitionInfo.getReplicas()TopicPartitionInfo.getReplicas()Methods in io.vertx.kafka.client.common with parameters of type NodeModifier and TypeMethodDescriptionSet the node id of the node currently acting as a leaderSet the node id of the node currently acting as a leaderMethod parameters in io.vertx.kafka.client.common with type arguments of type NodeModifier and TypeMethodDescriptionPartitionInfo.setInSyncReplicas(List<Node> inSyncReplicas) Set the subset of the replicas that are in syncSet the subset of the replicas that are in syncPartitionInfo.setReplicas(List<Node> replicas) Set the complete set of replicas for this partitionTopicPartitionInfo.setReplicas(List<Node> replicas) Set the complete set of replicas for this partitionConstructors in io.vertx.kafka.client.common with parameters of type NodeModifierConstructorDescriptionPartitionInfo(List<Node> inSyncReplicas, Node leader, int partition, List<Node> replicas, String topic) ConstructorConstructorConstructor parameters in io.vertx.kafka.client.common with type arguments of type Node