Uses of Class
org.apache.storm.generated.TopologyPageInfo
Package
Description
-
Uses of TopologyPageInfo in org.apache.storm
Modifier and TypeMethodDescriptionLocalCluster.getTopologyPageInfo
(String id, String window, boolean isIncludeSys) -
Uses of TopologyPageInfo in org.apache.storm.daemon.nimbus
Modifier and TypeMethodDescriptionNimbus.getTopologyPageInfo
(String topoId, String window, boolean includeSys) -
Uses of TopologyPageInfo in org.apache.storm.daemon.ui
Modifier and TypeMethodDescriptionUIHelpers.getTopologySummary
(TopologyPageInfo topologyPageInfo, String window, Map<String, Object> config, String remoteUser) getTopologySummary. -
Uses of TopologyPageInfo in org.apache.storm.generated
Modifier and TypeMethodDescriptionTopologyPageInfo.deepCopy()
Nimbus.getTopologyPageInfo_result.get_success()
Nimbus.AsyncClient.getTopologyPageInfo_call.getResult()
Nimbus.Client.getTopologyPageInfo
(String id, String window, boolean is_include_sys) Nimbus.Iface.getTopologyPageInfo
(String id, String window, boolean is_include_sys) Nimbus.Client.recv_getTopologyPageInfo()
Modifier and TypeMethodDescriptionorg.apache.storm.thrift.async.AsyncMethodCallback<TopologyPageInfo>
Nimbus.AsyncProcessor.getTopologyPageInfo.getResultHandler
(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Modifier and TypeMethodDescriptionint
TopologyPageInfo.compareTo
(TopologyPageInfo other) boolean
TopologyPageInfo.equals
(TopologyPageInfo that) void
Nimbus.getTopologyPageInfo_result.set_success
(TopologyPageInfo success) Modifier and TypeMethodDescriptionvoid
Nimbus.AsyncClient.getTopologyPageInfo
(String id, String window, boolean is_include_sys, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyPageInfo> resultHandler) void
Nimbus.AsyncIface.getTopologyPageInfo
(String id, String window, boolean is_include_sys, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyPageInfo> resultHandler) void
Nimbus.AsyncProcessor.getTopologyPageInfo.start
(I iface, Nimbus.getTopologyPageInfo_args args, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyPageInfo> resultHandler) ModifierConstructorDescriptiongetTopologyPageInfo_result
(TopologyPageInfo success, NotAliveException e, AuthorizationException aze) TopologyPageInfo
(TopologyPageInfo other) Performs a deep copy on other.ModifierConstructorDescriptiongetTopologyPageInfo_call
(String id, String window, boolean is_include_sys, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyPageInfo> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport) -
Uses of TopologyPageInfo in org.apache.storm.stats
Modifier and TypeMethodDescriptionstatic TopologyPageInfo
StatsUtil.aggTopoExecsStats
(String topologyId, Map exec2nodePort, Map task2component, Map<List<Integer>, Map<String, Object>> beats, StormTopology topology, String window, boolean includeSys, IStormClusterState clusterState) aggregate topo executors stats.