Uses of Class
org.apache.storm.generated.ComponentPageInfo
Packages that use ComponentPageInfo
Package
Description
-
Uses of ComponentPageInfo in org.apache.storm
Methods in org.apache.storm that return ComponentPageInfoModifier and TypeMethodDescriptionLocalCluster.getComponentPageInfo
(String topologyId, String componentId, String window, boolean isIncludeSys) -
Uses of ComponentPageInfo in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that return ComponentPageInfoModifier and TypeMethodDescriptionNimbus.getComponentPageInfo
(String topoId, String componentId, String window, boolean includeSys) -
Uses of ComponentPageInfo in org.apache.storm.daemon.ui
Methods in org.apache.storm.daemon.ui with parameters of type ComponentPageInfoModifier 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
Methods in org.apache.storm.generated that return ComponentPageInfoModifier 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()
Methods in org.apache.storm.generated that return types with arguments of type ComponentPageInfoModifier and TypeMethodDescriptionorg.apache.storm.thrift.async.AsyncMethodCallback<ComponentPageInfo>
Nimbus.AsyncProcessor.getComponentPageInfo.getResultHandler
(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in org.apache.storm.generated with parameters of type ComponentPageInfoModifier and TypeMethodDescriptionint
ComponentPageInfo.compareTo
(ComponentPageInfo other) boolean
ComponentPageInfo.equals
(ComponentPageInfo that) void
Nimbus.getComponentPageInfo_result.set_success
(ComponentPageInfo success) Method parameters in org.apache.storm.generated with type arguments of type ComponentPageInfoModifier 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) Constructors in org.apache.storm.generated with parameters of type ComponentPageInfoModifierConstructorDescriptionPerforms a deep copy on other.getComponentPageInfo_result
(ComponentPageInfo success, NotAliveException e, AuthorizationException aze) Constructor parameters in org.apache.storm.generated with type arguments of type ComponentPageInfoModifierConstructorDescriptiongetComponentPageInfo_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
Methods in org.apache.storm.stats that return ComponentPageInfoModifier 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.