Uses of Class
org.apache.storm.generated.TopologyPageInfo
Packages that use TopologyPageInfo
Package
Description
-
Uses of TopologyPageInfo in org.apache.storm
Methods in org.apache.storm that return TopologyPageInfoModifier and TypeMethodDescriptionLocalCluster.getTopologyPageInfo
(String id, String window, boolean isIncludeSys) -
Uses of TopologyPageInfo in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that return TopologyPageInfoModifier and TypeMethodDescriptionNimbus.getTopologyPageInfo
(String topoId, String window, boolean includeSys) -
Uses of TopologyPageInfo in org.apache.storm.daemon.ui
Methods in org.apache.storm.daemon.ui with parameters of type TopologyPageInfoModifier and TypeMethodDescriptionUIHelpers.getTopologySummary
(TopologyPageInfo topologyPageInfo, String window, Map<String, Object> config, String remoteUser) getTopologySummary. -
Uses of TopologyPageInfo in org.apache.storm.generated
Methods in org.apache.storm.generated that return TopologyPageInfoModifier 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()
Methods in org.apache.storm.generated that return types with arguments of type TopologyPageInfoModifier and TypeMethodDescriptionorg.apache.storm.thrift.async.AsyncMethodCallback<TopologyPageInfo>
Nimbus.AsyncProcessor.getTopologyPageInfo.getResultHandler
(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in org.apache.storm.generated with parameters of type TopologyPageInfoModifier and TypeMethodDescriptionint
TopologyPageInfo.compareTo
(TopologyPageInfo other) boolean
TopologyPageInfo.equals
(TopologyPageInfo that) void
Nimbus.getTopologyPageInfo_result.set_success
(TopologyPageInfo success) Method parameters in org.apache.storm.generated with type arguments of type TopologyPageInfoModifier 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) Constructors in org.apache.storm.generated with parameters of type TopologyPageInfoModifierConstructorDescriptiongetTopologyPageInfo_result
(TopologyPageInfo success, NotAliveException e, AuthorizationException aze) TopologyPageInfo
(TopologyPageInfo other) Performs a deep copy on other.Constructor parameters in org.apache.storm.generated with type arguments of type TopologyPageInfoModifierConstructorDescriptiongetTopologyPageInfo_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
Methods in org.apache.storm.stats that return TopologyPageInfoModifier 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.