Uses of Class
org.apache.storm.generated.ClusterSummary
-
Packages that use ClusterSummary Package Description org.apache.storm org.apache.storm.daemon.nimbus org.apache.storm.daemon.ui org.apache.storm.generated -
-
Uses of ClusterSummary in org.apache.storm
Methods in org.apache.storm that return ClusterSummary Modifier and Type Method Description ClusterSummary
ILocalCluster. getClusterInfo()
Get cluster information.ClusterSummary
LocalCluster. getClusterInfo()
-
Uses of ClusterSummary in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that return ClusterSummary Modifier and Type Method Description ClusterSummary
Nimbus. getClusterInfo()
-
Uses of ClusterSummary in org.apache.storm.daemon.ui
Methods in org.apache.storm.daemon.ui with parameters of type ClusterSummary Modifier and Type Method Description static Map<String,Object>
UIHelpers. getClusterSummary(ClusterSummary clusterSummary, String user, Map<String,Object> conf)
Converts thrift call result into map fit for UI/api.static Map<String,Object>
UIHelpers. getNimbusSummary(ClusterSummary clusterInfo, Map<String,Object> config)
getNimbusSummary. -
Uses of ClusterSummary in org.apache.storm.generated
Methods in org.apache.storm.generated that return ClusterSummary Modifier and Type Method Description ClusterSummary
ClusterSummary. deepCopy()
ClusterSummary
Nimbus.getClusterInfo_result. get_success()
ClusterSummary
Nimbus.Client. getClusterInfo()
ClusterSummary
Nimbus.Iface. getClusterInfo()
ClusterSummary
Nimbus.AsyncClient.getClusterInfo_call. getResult()
ClusterSummary
Nimbus.Client. recv_getClusterInfo()
Methods in org.apache.storm.generated that return types with arguments of type ClusterSummary Modifier and Type Method Description org.apache.storm.thrift.async.AsyncMethodCallback<ClusterSummary>
Nimbus.AsyncProcessor.getClusterInfo. getResultHandler(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
Methods in org.apache.storm.generated with parameters of type ClusterSummary Modifier and Type Method Description int
ClusterSummary. compareTo(ClusterSummary other)
boolean
ClusterSummary. equals(ClusterSummary that)
void
Nimbus.getClusterInfo_result. set_success(ClusterSummary success)
Method parameters in org.apache.storm.generated with type arguments of type ClusterSummary Modifier and Type Method Description void
Nimbus.AsyncClient. getClusterInfo(org.apache.storm.thrift.async.AsyncMethodCallback<ClusterSummary> resultHandler)
void
Nimbus.AsyncIface. getClusterInfo(org.apache.storm.thrift.async.AsyncMethodCallback<ClusterSummary> resultHandler)
void
Nimbus.AsyncProcessor.getClusterInfo. start(I iface, Nimbus.getClusterInfo_args args, org.apache.storm.thrift.async.AsyncMethodCallback<ClusterSummary> resultHandler)
Constructors in org.apache.storm.generated with parameters of type ClusterSummary Constructor Description ClusterSummary(ClusterSummary other)
Performs a deep copy on other.getClusterInfo_result(ClusterSummary success, AuthorizationException aze)
Constructor parameters in org.apache.storm.generated with type arguments of type ClusterSummary Constructor Description getClusterInfo_call(org.apache.storm.thrift.async.AsyncMethodCallback<ClusterSummary> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport)
-