Uses of Class
org.apache.storm.generated.GetInfoOptions
-
Packages that use GetInfoOptions Package Description org.apache.storm org.apache.storm.daemon.nimbus org.apache.storm.generated -
-
Uses of GetInfoOptions in org.apache.storm
Methods in org.apache.storm with parameters of type GetInfoOptions Modifier and Type Method Description 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)
-
Uses of GetInfoOptions in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus with parameters of type GetInfoOptions Modifier and Type Method Description TopologyInfo
Nimbus. getTopologyInfoByNameWithOpts(String name, GetInfoOptions options)
TopologyInfo
Nimbus. getTopologyInfoWithOpts(String topoId, GetInfoOptions options)
-
Uses of GetInfoOptions in org.apache.storm.generated
Methods in org.apache.storm.generated that return GetInfoOptions Modifier and Type Method Description GetInfoOptions
GetInfoOptions. deepCopy()
GetInfoOptions
Nimbus.getTopologyInfoByNameWithOpts_args. get_options()
GetInfoOptions
Nimbus.getTopologyInfoWithOpts_args. get_options()
Methods in org.apache.storm.generated with parameters of type GetInfoOptions Modifier and Type Method Description int
GetInfoOptions. compareTo(GetInfoOptions other)
boolean
GetInfoOptions. equals(GetInfoOptions that)
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)
TopologyInfo
Nimbus.Client. getTopologyInfoByNameWithOpts(String name, GetInfoOptions options)
TopologyInfo
Nimbus.Iface. getTopologyInfoByNameWithOpts(String name, GetInfoOptions options)
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)
TopologyInfo
Nimbus.Client. getTopologyInfoWithOpts(String id, GetInfoOptions options)
TopologyInfo
Nimbus.Iface. getTopologyInfoWithOpts(String id, GetInfoOptions options)
void
Nimbus.Client. send_getTopologyInfoByNameWithOpts(String name, GetInfoOptions options)
void
Nimbus.Client. send_getTopologyInfoWithOpts(String id, GetInfoOptions options)
void
Nimbus.getTopologyInfoByNameWithOpts_args. set_options(GetInfoOptions options)
void
Nimbus.getTopologyInfoWithOpts_args. set_options(GetInfoOptions options)
Constructors in org.apache.storm.generated with parameters of type GetInfoOptions Constructor Description GetInfoOptions(GetInfoOptions other)
Performs a deep copy on other.getTopologyInfoByNameWithOpts_args(String name, GetInfoOptions options)
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_args(String id, GetInfoOptions options)
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)
-