Uses of Class
org.apache.storm.generated.TopologyPageInfo
-
Packages that use TopologyPageInfo 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 TopologyPageInfo in org.apache.storm
Methods in org.apache.storm that return TopologyPageInfo Modifier and Type Method Description TopologyPageInfo
LocalCluster. 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 TopologyPageInfo Modifier and Type Method Description TopologyPageInfo
Nimbus. 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 TopologyPageInfo Modifier and Type Method Description static Map<String,Object>
UIHelpers. 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 TopologyPageInfo Modifier and Type Method Description TopologyPageInfo
TopologyPageInfo. deepCopy()
TopologyPageInfo
Nimbus.getTopologyPageInfo_result. get_success()
TopologyPageInfo
Nimbus.AsyncClient.getTopologyPageInfo_call. getResult()
TopologyPageInfo
Nimbus.Client. getTopologyPageInfo(String id, String window, boolean is_include_sys)
TopologyPageInfo
Nimbus.Iface. getTopologyPageInfo(String id, String window, boolean is_include_sys)
TopologyPageInfo
Nimbus.Client. recv_getTopologyPageInfo()
Methods in org.apache.storm.generated that return types with arguments of type TopologyPageInfo Modifier and Type Method Description org.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 TopologyPageInfo Modifier and Type Method Description int
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 TopologyPageInfo Modifier and Type Method Description void
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 TopologyPageInfo Constructor Description getTopologyPageInfo_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 TopologyPageInfo Constructor Description getTopologyPageInfo_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 TopologyPageInfo Modifier and Type Method Description static 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.
-