@InterfaceStability.Evolving public interface AuthorizerServerInfo
Modifier and Type | Method and Description |
---|---|
int |
brokerId()
Returns broker id.
|
ClusterResource |
clusterResource()
Returns cluster metadata for the broker running this authorizer including cluster id.
|
java.util.Collection<Endpoint> |
endpoints()
Returns endpoints for all listeners including the advertised host and port to which
the listener is bound.
|
Endpoint |
interBrokerEndpoint()
Returns the inter-broker endpoint.
|
ClusterResource clusterResource()
int brokerId()
java.util.Collection<Endpoint> endpoints()
Endpoint interBrokerEndpoint()
endpoints()
.