Package | Description |
---|---|
org.apache.storm | |
org.apache.storm.generated | |
org.apache.storm.sql |
Modifier and Type | Method and Description |
---|---|
static void |
StormSubmitter.submitTopology(String name,
Map stormConf,
StormTopology topology,
SubmitOptions opts)
Submits a topology to run on the cluster.
|
static void |
StormSubmitter.submitTopology(String name,
Map stormConf,
StormTopology topology,
SubmitOptions opts,
StormSubmitter.ProgressListener progressListener)
Submits a topology to run on the cluster.
|
static void |
StormSubmitter.submitTopologyAs(String name,
Map stormConf,
StormTopology topology,
SubmitOptions opts,
StormSubmitter.ProgressListener progressListener,
String asUser)
Submits a topology to run on the cluster as a particular user.
|
void |
ILocalCluster.submitTopologyWithOpts(String topologyName,
Map conf,
StormTopology topology,
SubmitOptions submitOpts) |
static void |
StormSubmitter.submitTopologyWithProgressBar(String name,
Map stormConf,
StormTopology topology,
SubmitOptions opts)
Submits a topology to run on the cluster with a progress bar.
|
Modifier and Type | Method and Description |
---|---|
SubmitOptions |
SubmitOptions.deepCopy() |
SubmitOptions |
Nimbus.submitTopologyWithOpts_args.get_options() |
Modifier and Type | Method and Description |
---|---|
int |
SubmitOptions.compareTo(SubmitOptions other) |
boolean |
SubmitOptions.equals(SubmitOptions that) |
void |
Nimbus.Client.send_submitTopologyWithOpts(String name,
String uploadedJarLocation,
String jsonConf,
StormTopology topology,
SubmitOptions options) |
void |
Nimbus.submitTopologyWithOpts_args.set_options(SubmitOptions options) |
void |
Nimbus.Iface.submitTopologyWithOpts(String name,
String uploadedJarLocation,
String jsonConf,
StormTopology topology,
SubmitOptions options) |
void |
Nimbus.Client.submitTopologyWithOpts(String name,
String uploadedJarLocation,
String jsonConf,
StormTopology topology,
SubmitOptions options) |
void |
Nimbus.AsyncIface.submitTopologyWithOpts(String name,
String uploadedJarLocation,
String jsonConf,
StormTopology topology,
SubmitOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
Nimbus.AsyncClient.submitTopologyWithOpts(String name,
String uploadedJarLocation,
String jsonConf,
StormTopology topology,
SubmitOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
Constructor and Description |
---|
SubmitOptions(SubmitOptions other)
Performs a deep copy on other.
|
submitTopologyWithOpts_args(String name,
String uploadedJarLocation,
String jsonConf,
StormTopology topology,
SubmitOptions options) |
submitTopologyWithOpts_call(String name,
String uploadedJarLocation,
String jsonConf,
StormTopology topology,
SubmitOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Modifier and Type | Method and Description |
---|---|
abstract void |
StormSql.submit(String name,
Iterable<String> statements,
Map<String,?> stormConf,
SubmitOptions opts,
StormSubmitter.ProgressListener progressListener,
String asUser)
Submit the SQL statements to Nimbus and run it as a topology.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.