public class ClusterDetails extends Object
Constructor and Description |
---|
ClusterDetails(Cluster cluster,
List<Link> links,
Set<Node> nodes,
ClusterJobProgress progress,
String message) |
ClusterDetails(Cluster cluster,
Set<Node> nodes,
ClusterJob job) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Cluster |
getCluster()
Get the cluster.
|
List<Link> |
getLinks()
Get an immutable list of links that should be exposed as specified by the cluster template.
|
String |
getMessage()
Get the status message of the most recent job performed on the cluster, including any running job.
|
Set<Node> |
getNodes()
Get an immutable set of all nodes in the cluster.
|
ClusterJobProgress |
getProgress()
Get the progress of the most recent job performed on the cluster, including any running job.
|
int |
hashCode() |
public ClusterDetails(Cluster cluster, Set<Node> nodes, ClusterJob job)
public Cluster getCluster()
public Set<Node> getNodes()
public ClusterJobProgress getProgress()
public String getMessage()
public List<Link> getLinks()
Copyright © 2013-2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.