Uses of Class
org.apache.storm.generated.ComponentPageInfo
-
Packages that use ComponentPageInfo Package Description org.apache.storm org.apache.storm.daemon.nimbus org.apache.storm.daemon.ui org.apache.storm.generated org.apache.storm.stats -
-
Uses of ComponentPageInfo in org.apache.storm
Methods in org.apache.storm that return ComponentPageInfo Modifier and Type Method Description ComponentPageInfo
LocalCluster. 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 ComponentPageInfo Modifier and Type Method Description ComponentPageInfo
Nimbus. 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 ComponentPageInfo Modifier and Type Method Description static Map<String,Object>
UIHelpers. unpackBoltPageInfo(ComponentPageInfo componentPageInfo, String topologyId, String window, boolean sys, Map config)
unpackBoltPageInfo.static Map<String,Object>
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 ComponentPageInfo Modifier and Type Method Description ComponentPageInfo
ComponentPageInfo. deepCopy()
ComponentPageInfo
Nimbus.getComponentPageInfo_result. get_success()
ComponentPageInfo
Nimbus.Client. getComponentPageInfo(String topology_id, String component_id, String window, boolean is_include_sys)
ComponentPageInfo
Nimbus.Iface. getComponentPageInfo(String topology_id, String component_id, String window, boolean is_include_sys)
ComponentPageInfo
Nimbus.AsyncClient.getComponentPageInfo_call. getResult()
ComponentPageInfo
Nimbus.Client. recv_getComponentPageInfo()
Methods in org.apache.storm.generated that return types with arguments of type ComponentPageInfo Modifier and Type Method Description org.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 ComponentPageInfo Modifier and Type Method Description int
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 ComponentPageInfo Modifier and Type Method Description void
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 ComponentPageInfo Constructor Description ComponentPageInfo(ComponentPageInfo other)
Performs 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 ComponentPageInfo Constructor Description getComponentPageInfo_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 ComponentPageInfo Modifier and Type Method Description static 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.
-