Uses of Class
org.apache.storm.generated.GetInfoOptions
-
Uses of GetInfoOptions in org.apache.storm
Modifier and TypeMethodDescriptionILocalCluster.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) -
Uses of GetInfoOptions in org.apache.storm.daemon.nimbus
Modifier and TypeMethodDescriptionNimbus.getTopologyInfoByNameWithOpts
(String name, GetInfoOptions options) Nimbus.getTopologyInfoWithOpts
(String topoId, GetInfoOptions options) -
Uses of GetInfoOptions in org.apache.storm.generated
Modifier and TypeMethodDescriptionGetInfoOptions.deepCopy()
Nimbus.getTopologyInfoByNameWithOpts_args.get_options()
Nimbus.getTopologyInfoWithOpts_args.get_options()
Modifier and TypeMethodDescriptionint
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) Nimbus.Client.getTopologyInfoByNameWithOpts
(String name, GetInfoOptions options) 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) Nimbus.Client.getTopologyInfoWithOpts
(String id, GetInfoOptions options) 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) ModifierConstructorDescriptionGetInfoOptions
(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)