Uses of Class
backtype.storm.generated.ClusterSummary

Packages that use ClusterSummary
backtype.storm   
backtype.storm.generated   
 

Uses of ClusterSummary in backtype.storm
 

Methods in backtype.storm that return ClusterSummary
 ClusterSummary ILocalCluster.getClusterInfo()
           
 

Uses of ClusterSummary in backtype.storm.generated
 

Methods in backtype.storm.generated that return ClusterSummary
 ClusterSummary ClusterSummary.deepCopy()
           
 ClusterSummary Nimbus.getClusterInfo_result.get_success()
           
 ClusterSummary Nimbus.Iface.getClusterInfo()
           
 ClusterSummary Nimbus.Client.getClusterInfo()
           
 ClusterSummary Nimbus.AsyncClient.getClusterInfo_call.getResult()
           
 ClusterSummary Nimbus.Client.recv_getClusterInfo()
           
 

Methods in backtype.storm.generated with parameters of type ClusterSummary
 int ClusterSummary.compareTo(ClusterSummary other)
           
 boolean ClusterSummary.equals(ClusterSummary that)
           
 void Nimbus.getClusterInfo_result.set_success(ClusterSummary success)
           
 

Constructors in backtype.storm.generated with parameters of type ClusterSummary
ClusterSummary(ClusterSummary other)
          Performs a deep copy on other.
Nimbus.getClusterInfo_result(ClusterSummary success)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.