@InterfaceStability.Evolving public class DescribeClusterResult extends Object
Admin.describeCluster()
call.
The API of this class is evolving, see Admin
for details.Modifier and Type | Method and Description |
---|---|
KafkaFuture<Set<AclOperation>> |
authorizedOperations()
Returns a future which yields authorized operations.
|
KafkaFuture<String> |
clusterId()
Returns a future which yields the current cluster id.
|
KafkaFuture<Node> |
controller()
Returns a future which yields the current controller id.
|
KafkaFuture<Collection<Node>> |
nodes()
Returns a future which yields a collection of nodes.
|
public KafkaFuture<Collection<Node>> nodes()
public KafkaFuture<Node> controller()
public KafkaFuture<String> clusterId()
public KafkaFuture<Set<AclOperation>> authorizedOperations()