Uses of Class
org.apache.storm.generated.ClusterSummary
Packages that use ClusterSummary
Package
Description
-
Uses of ClusterSummary in org.apache.storm
Methods in org.apache.storm that return ClusterSummaryModifier and TypeMethodDescriptionILocalCluster.getClusterInfo()
Get cluster information.LocalCluster.getClusterInfo()
-
Uses of ClusterSummary in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that return ClusterSummary -
Uses of ClusterSummary in org.apache.storm.daemon.ui
Methods in org.apache.storm.daemon.ui with parameters of type ClusterSummaryModifier and TypeMethodDescriptionUIHelpers.getClusterSummary
(ClusterSummary clusterSummary, String user, Map<String, Object> conf) Converts thrift call result into map fit for UI/api.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 ClusterSummaryModifier and TypeMethodDescriptionClusterSummary.deepCopy()
Nimbus.getClusterInfo_result.get_success()
Nimbus.Client.getClusterInfo()
Nimbus.Iface.getClusterInfo()
Nimbus.AsyncClient.getClusterInfo_call.getResult()
Nimbus.Client.recv_getClusterInfo()
Methods in org.apache.storm.generated that return types with arguments of type ClusterSummaryModifier and TypeMethodDescriptionorg.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 ClusterSummaryModifier and TypeMethodDescriptionint
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 ClusterSummaryModifier and TypeMethodDescriptionvoid
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 ClusterSummaryModifierConstructorDescriptionClusterSummary
(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 ClusterSummaryModifierConstructorDescriptiongetClusterInfo_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)