public final class KafkaAuthorizerServerInfo extends Object implements org.apache.kafka.server.authorizer.AuthorizerServerInfo
| Constructor and Description |
|---|
KafkaAuthorizerServerInfo(org.apache.kafka.common.ClusterResource clusterResource,
int brokerId,
Collection<org.apache.kafka.common.Endpoint> endpoints,
org.apache.kafka.common.Endpoint interbrokerEndpoint,
Collection<String> earlyStartListeners) |
| Modifier and Type | Method and Description |
|---|---|
int |
brokerId() |
org.apache.kafka.common.ClusterResource |
clusterResource() |
Collection<String> |
earlyStartListeners() |
Collection<org.apache.kafka.common.Endpoint> |
endpoints() |
boolean |
equals(Object o) |
int |
hashCode() |
org.apache.kafka.common.Endpoint |
interBrokerEndpoint() |
String |
toString() |
public KafkaAuthorizerServerInfo(org.apache.kafka.common.ClusterResource clusterResource,
int brokerId,
Collection<org.apache.kafka.common.Endpoint> endpoints,
org.apache.kafka.common.Endpoint interbrokerEndpoint,
Collection<String> earlyStartListeners)
public org.apache.kafka.common.ClusterResource clusterResource()
clusterResource in interface org.apache.kafka.server.authorizer.AuthorizerServerInfopublic int brokerId()
brokerId in interface org.apache.kafka.server.authorizer.AuthorizerServerInfopublic Collection<org.apache.kafka.common.Endpoint> endpoints()
endpoints in interface org.apache.kafka.server.authorizer.AuthorizerServerInfopublic org.apache.kafka.common.Endpoint interBrokerEndpoint()
interBrokerEndpoint in interface org.apache.kafka.server.authorizer.AuthorizerServerInfopublic Collection<String> earlyStartListeners()
earlyStartListeners in interface org.apache.kafka.server.authorizer.AuthorizerServerInfo