DescribeCluster

sealed abstract class DescribeCluster[F[_]]
class Object
trait Matchable
class Any

Value members

Abstract methods

def clusterId: F[String]

Current cluster ID.

Current cluster ID.

def controller: F[Node]

The node in the cluster acting as the current controller.

The node in the cluster acting as the current controller.

def nodes: F[Set[Node]]

Lists available nodes in the cluster.

Lists available nodes in the cluster.