Interactive Query Cluster Roles
data class InteractiveQueryClusterRoles(val headNode: InteractiveQueryClusterRolesHeadNode, val workerNode: InteractiveQueryClusterRolesWorkerNode, val zookeeperNode: InteractiveQueryClusterRolesZookeeperNode)
Constructors
Link copied to clipboard
constructor(headNode: InteractiveQueryClusterRolesHeadNode, workerNode: InteractiveQueryClusterRolesWorkerNode, zookeeperNode: InteractiveQueryClusterRolesZookeeperNode)