Uses of Class
org.apache.storm.generated.TopologyInfo
-
Packages that use TopologyInfo Package Description org.apache.storm org.apache.storm.daemon.nimbus org.apache.storm.daemon.ui org.apache.storm.generated org.apache.storm.utils -
-
Uses of TopologyInfo in org.apache.storm
Methods in org.apache.storm that return TopologyInfo Modifier and Type Method Description TopologyInfo
ILocalCluster. getTopologyInfo(String id)
Get the state of a topology.TopologyInfo
LocalCluster. getTopologyInfo(String id)
TopologyInfo
ILocalCluster. getTopologyInfoByName(String name)
Get the state of a topology.TopologyInfo
LocalCluster. getTopologyInfoByName(String name)
TopologyInfo
ILocalCluster. getTopologyInfoByNameWithOpts(String name, GetInfoOptions options)
Get the state of a topology.TopologyInfo
LocalCluster. getTopologyInfoByNameWithOpts(String name, GetInfoOptions options)
TopologyInfo
ILocalCluster. getTopologyInfoWithOpts(String id, GetInfoOptions options)
Get the state of a topology.TopologyInfo
LocalCluster. getTopologyInfoWithOpts(String id, GetInfoOptions options)
Methods in org.apache.storm with parameters of type TopologyInfo Modifier and Type Method Description void
ISubmitterHook. notify(TopologyInfo topologyInfo, Map<String,Object> topoConf, StormTopology topology)
-
Uses of TopologyInfo in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that return TopologyInfo Modifier and Type Method Description TopologyInfo
Nimbus. getTopologyInfo(String id)
TopologyInfo
Nimbus. getTopologyInfoByName(String name)
TopologyInfo
Nimbus. getTopologyInfoByNameWithOpts(String name, GetInfoOptions options)
TopologyInfo
Nimbus. getTopologyInfoWithOpts(String topoId, GetInfoOptions options)
-
Uses of TopologyInfo in org.apache.storm.daemon.ui
Methods in org.apache.storm.daemon.ui with parameters of type TopologyInfo Modifier and Type Method Description static Map<String,Object>
UIHelpers. getTopologyWorkers(TopologyInfo topologyInfo, Map config)
getTopologyWorkers. -
Uses of TopologyInfo in org.apache.storm.generated
Methods in org.apache.storm.generated that return types with arguments of type TopologyInfo Modifier and Type Method Description org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo>
Nimbus.AsyncProcessor.getTopologyInfo. getResultHandler(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo>
Nimbus.AsyncProcessor.getTopologyInfoByName. getResultHandler(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo>
Nimbus.AsyncProcessor.getTopologyInfoByNameWithOpts. getResultHandler(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo>
Nimbus.AsyncProcessor.getTopologyInfoWithOpts. getResultHandler(org.apache.storm.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
Methods in org.apache.storm.generated with parameters of type TopologyInfo Modifier and Type Method Description int
TopologyInfo. compareTo(TopologyInfo other)
boolean
TopologyInfo. equals(TopologyInfo that)
void
Nimbus.getTopologyInfo_result. set_success(TopologyInfo success)
void
Nimbus.getTopologyInfoByName_result. set_success(TopologyInfo success)
void
Nimbus.getTopologyInfoByNameWithOpts_result. set_success(TopologyInfo success)
void
Nimbus.getTopologyInfoWithOpts_result. set_success(TopologyInfo success)
Method parameters in org.apache.storm.generated with type arguments of type TopologyInfo Modifier and Type Method Description void
Nimbus.AsyncClient. getTopologyInfo(String id, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler)
void
Nimbus.AsyncIface. getTopologyInfo(String id, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler)
void
Nimbus.AsyncClient. getTopologyInfoByName(String name, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler)
void
Nimbus.AsyncIface. getTopologyInfoByName(String name, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler)
void
Nimbus.AsyncClient. getTopologyInfoByNameWithOpts(String name, GetInfoOptions options, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler)
void
Nimbus.AsyncIface. getTopologyInfoByNameWithOpts(String name, GetInfoOptions options, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler)
void
Nimbus.AsyncClient. getTopologyInfoWithOpts(String id, GetInfoOptions options, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler)
void
Nimbus.AsyncIface. getTopologyInfoWithOpts(String id, GetInfoOptions options, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler)
void
Nimbus.AsyncProcessor.getTopologyInfo. start(I iface, Nimbus.getTopologyInfo_args args, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler)
void
Nimbus.AsyncProcessor.getTopologyInfoByName. start(I iface, Nimbus.getTopologyInfoByName_args args, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler)
void
Nimbus.AsyncProcessor.getTopologyInfoByNameWithOpts. start(I iface, Nimbus.getTopologyInfoByNameWithOpts_args args, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler)
void
Nimbus.AsyncProcessor.getTopologyInfoWithOpts. start(I iface, Nimbus.getTopologyInfoWithOpts_args args, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler)
Constructors in org.apache.storm.generated with parameters of type TopologyInfo Constructor Description getTopologyInfo_result(TopologyInfo success, NotAliveException e, AuthorizationException aze)
getTopologyInfoByName_result(TopologyInfo success, NotAliveException e, AuthorizationException aze)
getTopologyInfoByNameWithOpts_result(TopologyInfo success, NotAliveException e, AuthorizationException aze)
getTopologyInfoWithOpts_result(TopologyInfo success, NotAliveException e, AuthorizationException aze)
TopologyInfo(TopologyInfo other)
Performs a deep copy on other.Constructor parameters in org.apache.storm.generated with type arguments of type TopologyInfo Constructor Description getTopologyInfo_call(String id, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport)
getTopologyInfoByName_call(String name, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport)
getTopologyInfoByNameWithOpts_call(String name, GetInfoOptions options, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport)
getTopologyInfoWithOpts_call(String id, GetInfoOptions options, org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler, org.apache.storm.thrift.async.TAsyncClient client, org.apache.storm.thrift.protocol.TProtocolFactory protocolFactory, org.apache.storm.thrift.transport.TNonblockingTransport transport)
-
Uses of TopologyInfo in org.apache.storm.utils
Methods in org.apache.storm.utils that return TopologyInfo Modifier and Type Method Description static TopologyInfo
Utils. getTopologyInfo(String name, String asUser, Map<String,Object> topoConf)
-