Uses of Class
org.apache.storm.generated.TopologyInfo
Packages that use TopologyInfo
Package
Description
-
Uses of TopologyInfo in org.apache.storm
Methods in org.apache.storm that return TopologyInfoModifier and TypeMethodDescriptionILocalCluster.getTopologyInfo
(String id) Get the state of a topology.LocalCluster.getTopologyInfo
(String id) ILocalCluster.getTopologyInfoByName
(String name) Get the state of a topology.LocalCluster.getTopologyInfoByName
(String name) ILocalCluster.getTopologyInfoByNameWithOpts
(String name, GetInfoOptions options) Get the state of a topology.LocalCluster.getTopologyInfoByNameWithOpts
(String name, GetInfoOptions options) ILocalCluster.getTopologyInfoWithOpts
(String id, GetInfoOptions options) Get the state of a topology.LocalCluster.getTopologyInfoWithOpts
(String id, GetInfoOptions options) Methods in org.apache.storm with parameters of type TopologyInfoModifier and TypeMethodDescriptionvoid
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 TopologyInfoModifier and TypeMethodDescriptionNimbus.getTopologyInfo
(String id) Nimbus.getTopologyInfoByName
(String name) Nimbus.getTopologyInfoByNameWithOpts
(String name, GetInfoOptions options) 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 TopologyInfoModifier and TypeMethodDescriptionUIHelpers.getTopologyWorkers
(TopologyInfo topologyInfo, Map config) getTopologyWorkers. -
Uses of TopologyInfo in org.apache.storm.generated
Methods in org.apache.storm.generated that return TopologyInfoModifier and TypeMethodDescriptionTopologyInfo.deepCopy()
Nimbus.getTopologyInfo_result.get_success()
Nimbus.getTopologyInfoByName_result.get_success()
Nimbus.getTopologyInfoByNameWithOpts_result.get_success()
Nimbus.getTopologyInfoWithOpts_result.get_success()
Nimbus.AsyncClient.getTopologyInfo_call.getResult()
Nimbus.AsyncClient.getTopologyInfoByName_call.getResult()
Nimbus.AsyncClient.getTopologyInfoByNameWithOpts_call.getResult()
Nimbus.AsyncClient.getTopologyInfoWithOpts_call.getResult()
Nimbus.Client.getTopologyInfo
(String id) Nimbus.Iface.getTopologyInfo
(String id) Nimbus.Client.getTopologyInfoByName
(String name) Nimbus.Iface.getTopologyInfoByName
(String name) Nimbus.Client.getTopologyInfoByNameWithOpts
(String name, GetInfoOptions options) Nimbus.Iface.getTopologyInfoByNameWithOpts
(String name, GetInfoOptions options) Nimbus.Client.getTopologyInfoWithOpts
(String id, GetInfoOptions options) Nimbus.Iface.getTopologyInfoWithOpts
(String id, GetInfoOptions options) Nimbus.Client.recv_getTopologyInfo()
Nimbus.Client.recv_getTopologyInfoByName()
Nimbus.Client.recv_getTopologyInfoByNameWithOpts()
Nimbus.Client.recv_getTopologyInfoWithOpts()
Methods in org.apache.storm.generated that return types with arguments of type TopologyInfoModifier and TypeMethodDescriptionorg.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 TopologyInfoModifier and TypeMethodDescriptionint
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 TopologyInfoModifier and TypeMethodDescriptionvoid
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 TopologyInfoModifierConstructorDescriptiongetTopologyInfo_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 TopologyInfoModifierConstructorDescriptiongetTopologyInfo_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