Uses of Class
org.apache.storm.generated.ComponentPageInfo
Package
Description
-
Uses of ComponentPageInfo in org.apache.storm
Modifier and TypeMethodDescriptionLocalCluster.getComponentPageInfo
(String topologyId, String componentId, String window, boolean isIncludeSys) -
Uses of ComponentPageInfo in org.apache.storm.daemon.nimbus
Modifier and TypeMethodDescriptionNimbus.getComponentPageInfo
(String topoId, String componentId, String window, boolean includeSys) -
Uses of ComponentPageInfo in org.apache.storm.daemon.ui
Modifier and TypeMethodDescriptionUIHelpers.unpackBoltPageInfo
(ComponentPageInfo componentPageInfo, String topologyId, String window, boolean sys, Map config) unpackBoltPageInfo.UIHelpers.unpackSpoutPageInfo
(ComponentPageInfo componentPageInfo, String topologyId, String window, boolean sys, Map config) unpackSpoutPageInfo. -
Uses of ComponentPageInfo in org.apache.storm.generated
Modifier and TypeMethodDescriptionComponentPageInfo.deepCopy()
Nimbus.getComponentPageInfo_result.get_success()
Nimbus.Client.getComponentPageInfo
(String topology_id, String component_id, String window, boolean is_include_sys) Nimbus.Iface.getComponentPageInfo
(String topology_id, String component_id, String window, boolean is_include_sys) Nimbus.AsyncClient.getComponentPageInfo_call.getResult()
Nimbus.Client.recv_getComponentPageInfo()
Modifier and TypeMethodDescriptionorg.apache.storm.thrift.async.AsyncMethodCallback<ComponentPageInfo>
Nimbus.AsyncProcessor.getComponentPageInfo.getResultHandler
(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Modifier and TypeMethodDescriptionint
ComponentPageInfo.compareTo
(ComponentPageInfo other) boolean
ComponentPageInfo.equals
(ComponentPageInfo that) void
Nimbus.getComponentPageInfo_result.set_success
(ComponentPageInfo success) Modifier and TypeMethodDescriptionvoid
Nimbus.AsyncClient.getComponentPageInfo
(String topology_id, String component_id, String window, boolean is_include_sys, org.apache.storm.thrift.async.AsyncMethodCallback<ComponentPageInfo> resultHandler) void
Nimbus.AsyncIface.getComponentPageInfo
(String topology_id, String component_id, String window, boolean is_include_sys, org.apache.storm.thrift.async.AsyncMethodCallback<ComponentPageInfo> resultHandler) void
Nimbus.AsyncProcessor.getComponentPageInfo.start
(I iface, Nimbus.getComponentPageInfo_args args, org.apache.storm.thrift.async.AsyncMethodCallback<ComponentPageInfo> resultHandler) ModifierConstructorDescriptionPerforms a deep copy on other.getComponentPageInfo_result
(ComponentPageInfo success, NotAliveException e, AuthorizationException aze) ModifierConstructorDescriptiongetComponentPageInfo_call
(String topology_id, String component_id, String window, boolean is_include_sys, org.apache.storm.thrift.async.AsyncMethodCallback<ComponentPageInfo> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport) -
Uses of ComponentPageInfo in org.apache.storm.stats
Modifier and TypeMethodDescriptionstatic ComponentPageInfo
StatsUtil.aggCompExecsStats
(Map exec2hostPort, Map task2component, Map<List<Integer>, Map<String, Object>> beats, String window, boolean includeSys, String topologyId, StormTopology topology, String componentId) aggregate component executor stats.