Package | Description |
---|---|
org.apache.storm | |
org.apache.storm.daemon.nimbus | |
org.apache.storm.generated |
Modifier and Type | Method and Description |
---|---|
TopologyInfo |
LocalCluster.getTopologyInfoByNameWithOpts(String name,
GetInfoOptions options) |
TopologyInfo |
ILocalCluster.getTopologyInfoByNameWithOpts(String name,
GetInfoOptions options)
Get the state of a topology.
|
TopologyInfo |
LocalCluster.getTopologyInfoWithOpts(String id,
GetInfoOptions options) |
TopologyInfo |
ILocalCluster.getTopologyInfoWithOpts(String id,
GetInfoOptions options)
Get the state of a topology.
|
Modifier and Type | Method and Description |
---|---|
TopologyInfo |
Nimbus.getTopologyInfoByNameWithOpts(String name,
GetInfoOptions options) |
TopologyInfo |
Nimbus.getTopologyInfoWithOpts(String topoId,
GetInfoOptions options) |
Modifier and Type | Method and Description |
---|---|
GetInfoOptions |
GetInfoOptions.deepCopy() |
GetInfoOptions |
Nimbus.getTopologyInfoByNameWithOpts_args.get_options() |
GetInfoOptions |
Nimbus.getTopologyInfoWithOpts_args.get_options() |
Modifier and Type | Method and Description |
---|---|
int |
GetInfoOptions.compareTo(GetInfoOptions other) |
boolean |
GetInfoOptions.equals(GetInfoOptions that) |
TopologyInfo |
Nimbus.Iface.getTopologyInfoByNameWithOpts(String name,
GetInfoOptions options) |
TopologyInfo |
Nimbus.Client.getTopologyInfoByNameWithOpts(String name,
GetInfoOptions options) |
void |
Nimbus.AsyncIface.getTopologyInfoByNameWithOpts(String name,
GetInfoOptions options,
org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler) |
void |
Nimbus.AsyncClient.getTopologyInfoByNameWithOpts(String name,
GetInfoOptions options,
org.apache.storm.thrift.async.AsyncMethodCallback<TopologyInfo> resultHandler) |
TopologyInfo |
Nimbus.Iface.getTopologyInfoWithOpts(String id,
GetInfoOptions options) |
TopologyInfo |
Nimbus.Client.getTopologyInfoWithOpts(String id,
GetInfoOptions options) |
void |
Nimbus.AsyncIface.getTopologyInfoWithOpts(String id,
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.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) |
Constructor and 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) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.