|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidTopologyException | |
|---|---|
| backtype.storm | |
| backtype.storm.generated | |
| backtype.storm.nimbus | |
| Uses of InvalidTopologyException in backtype.storm |
|---|
| Methods in backtype.storm that throw InvalidTopologyException | |
|---|---|
static void |
StormSubmitter.submitTopology(String name,
Map stormConf,
StormTopology topology)
Submits a topology to run on the cluster. |
void |
ILocalCluster.submitTopology(String topologyName,
Map conf,
StormTopology topology)
|
static void |
StormSubmitter.submitTopology(String name,
Map stormConf,
StormTopology topology,
SubmitOptions opts,
StormSubmitter.ProgressListener progressListener)
Submits a topology to run on the cluster. |
void |
ILocalCluster.submitTopologyWithOpts(String topologyName,
Map conf,
StormTopology topology,
SubmitOptions submitOpts)
|
static void |
StormSubmitter.submitTopologyWithProgressBar(String name,
Map stormConf,
StormTopology topology)
Submits a topology to run on the cluster with a progress bar. |
static void |
StormSubmitter.submitTopologyWithProgressBar(String name,
Map stormConf,
StormTopology topology,
SubmitOptions opts)
Submits a topology to run on the cluster with a progress bar. |
| Uses of InvalidTopologyException in backtype.storm.generated |
|---|
| Methods in backtype.storm.generated that return InvalidTopologyException | |
|---|---|
InvalidTopologyException |
InvalidTopologyException.deepCopy()
|
InvalidTopologyException |
Nimbus.submitTopology_result.get_ite()
|
InvalidTopologyException |
Nimbus.submitTopologyWithOpts_result.get_ite()
|
InvalidTopologyException |
Nimbus.rebalance_result.get_ite()
|
| Methods in backtype.storm.generated with parameters of type InvalidTopologyException | |
|---|---|
int |
InvalidTopologyException.compareTo(InvalidTopologyException other)
|
boolean |
InvalidTopologyException.equals(InvalidTopologyException that)
|
void |
Nimbus.submitTopology_result.set_ite(InvalidTopologyException ite)
|
void |
Nimbus.submitTopologyWithOpts_result.set_ite(InvalidTopologyException ite)
|
void |
Nimbus.rebalance_result.set_ite(InvalidTopologyException ite)
|
| Methods in backtype.storm.generated that throw InvalidTopologyException | |
|---|---|
void |
Nimbus.AsyncClient.submitTopology_call.getResult()
|
void |
Nimbus.AsyncClient.submitTopologyWithOpts_call.getResult()
|
void |
Nimbus.AsyncClient.rebalance_call.getResult()
|
void |
Nimbus.Iface.rebalance(String name,
RebalanceOptions options)
|
void |
Nimbus.Client.rebalance(String name,
RebalanceOptions options)
|
void |
Nimbus.Client.recv_rebalance()
|
void |
Nimbus.Client.recv_submitTopology()
|
void |
Nimbus.Client.recv_submitTopologyWithOpts()
|
void |
Nimbus.Iface.submitTopology(String name,
String uploadedJarLocation,
String jsonConf,
StormTopology topology)
|
void |
Nimbus.Client.submitTopology(String name,
String uploadedJarLocation,
String jsonConf,
StormTopology topology)
|
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)
|
| Constructors in backtype.storm.generated with parameters of type InvalidTopologyException | |
|---|---|
InvalidTopologyException(InvalidTopologyException other)
Performs a deep copy on other. |
|
Nimbus.rebalance_result(NotAliveException e,
InvalidTopologyException ite)
|
|
Nimbus.submitTopology_result(AlreadyAliveException e,
InvalidTopologyException ite)
|
|
Nimbus.submitTopologyWithOpts_result(AlreadyAliveException e,
InvalidTopologyException ite)
|
|
| Uses of InvalidTopologyException in backtype.storm.nimbus |
|---|
| Methods in backtype.storm.nimbus that throw InvalidTopologyException | |
|---|---|
void |
ITopologyValidator.validate(String topologyName,
Map topologyConf,
StormTopology topology)
|
void |
DefaultTopologyValidator.validate(String topologyName,
Map topologyConf,
StormTopology topology)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||