Package org.apache.kafka.clients.admin
Class RaftVoterEndpoint
java.lang.Object
org.apache.kafka.clients.admin.RaftVoterEndpoint
An endpoint for a raft quorum voter.
Constructor Summary
ConstructorsConstructorDescriptionRaftVoterEndpoint(String name, String host, int port) Create an endpoint for a metadata quorum voter.Method Summary
Constructor Details
RaftVoterEndpoint
Create an endpoint for a metadata quorum voter.- Parameters:
name- The human-readable name for this endpoint. For example, CONTROLLER.host- The DNS hostname for this endpoint.port- The network port for this endpoint.
Method Details