Uses of Class
org.apache.storm.generated.AlreadyAliveException
Packages that use AlreadyAliveException
Package
Description
ElasticSearch examples classes.
ElasticSearch Trident example classes.
-
Uses of AlreadyAliveException in org.apache.storm
Methods in org.apache.storm that throw AlreadyAliveExceptionModifier and TypeMethodDescriptionvoid
LocalCluster.submitTopology
(String name, String uploadedJarLocation, String jsonConf, StormTopology topology) static void
StormSubmitter.submitTopology
(String name, Map<String, Object> topoConf, StormTopology topology) Submits a topology to run on the cluster.static void
StormSubmitter.submitTopology
(String name, Map<String, Object> topoConf, StormTopology topology, SubmitOptions opts) Submits a topology to run on the cluster.static void
StormSubmitter.submitTopology
(String name, Map<String, Object> topoConf, StormTopology topology, SubmitOptions opts, StormSubmitter.ProgressListener progressListener) Submits a topology to run on the cluster.static void
StormSubmitter.submitTopologyAs
(String name, Map<String, Object> topoConf, StormTopology topology, SubmitOptions opts, StormSubmitter.ProgressListener progressListener, String asUser) Submits a topology to run on the cluster as a particular user.void
LocalCluster.submitTopologyWithOpts
(String name, String uploadedJarLocation, String jsonConf, StormTopology topology, SubmitOptions options) static void
StormSubmitter.submitTopologyWithProgressBar
(String name, Map<String, Object> topoConf, StormTopology topology) Submits a topology to run on the cluster with a progress bar.static void
StormSubmitter.submitTopologyWithProgressBar
(String name, Map<String, Object> topoConf, StormTopology topology, SubmitOptions opts) Submits a topology to run on the cluster with a progress bar. -
Uses of AlreadyAliveException in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that throw AlreadyAliveExceptionModifier and TypeMethodDescriptionvoid
Nimbus.submitTopology
(String name, String uploadedJarLocation, String jsonConf, StormTopology topology) void
Nimbus.submitTopologyWithOpts
(String topoName, String uploadedJarLocation, String jsonConf, StormTopology topology, SubmitOptions options) -
Uses of AlreadyAliveException in org.apache.storm.elasticsearch.bolt
Methods in org.apache.storm.elasticsearch.bolt that throw AlreadyAliveException -
Uses of AlreadyAliveException in org.apache.storm.elasticsearch.trident
Methods in org.apache.storm.elasticsearch.trident that throw AlreadyAliveException -
Uses of AlreadyAliveException in org.apache.storm.generated
Methods in org.apache.storm.generated that return AlreadyAliveExceptionModifier and TypeMethodDescriptionAlreadyAliveException.deepCopy()
Nimbus.submitTopology_result.get_e()
Nimbus.submitTopologyWithOpts_result.get_e()
Methods in org.apache.storm.generated with parameters of type AlreadyAliveExceptionModifier and TypeMethodDescriptionint
AlreadyAliveException.compareTo
(AlreadyAliveException other) boolean
AlreadyAliveException.equals
(AlreadyAliveException that) void
Nimbus.submitTopology_result.set_e
(AlreadyAliveException e) void
Nimbus.submitTopologyWithOpts_result.set_e
(AlreadyAliveException e) Methods in org.apache.storm.generated that throw AlreadyAliveExceptionModifier and TypeMethodDescriptionNimbus.AsyncClient.submitTopology_call.getResult()
Nimbus.AsyncClient.submitTopologyWithOpts_call.getResult()
void
Nimbus.Client.recv_submitTopology()
void
Nimbus.Client.recv_submitTopologyWithOpts()
void
Nimbus.Client.submitTopology
(String name, String uploadedJarLocation, String jsonConf, StormTopology topology) void
Nimbus.Iface.submitTopology
(String name, String uploadedJarLocation, String jsonConf, StormTopology topology) void
Nimbus.Client.submitTopologyWithOpts
(String name, String uploadedJarLocation, String jsonConf, StormTopology topology, SubmitOptions options) void
Nimbus.Iface.submitTopologyWithOpts
(String name, String uploadedJarLocation, String jsonConf, StormTopology topology, SubmitOptions options) Constructors in org.apache.storm.generated with parameters of type AlreadyAliveExceptionModifierConstructorDescriptionPerforms a deep copy on other.submitTopology_result
(AlreadyAliveException e, InvalidTopologyException ite, AuthorizationException aze) submitTopologyWithOpts_result
(AlreadyAliveException e, InvalidTopologyException ite, AuthorizationException aze) -
Uses of AlreadyAliveException in org.apache.storm.kafka.trident
Methods in org.apache.storm.kafka.trident that throw AlreadyAliveException -
Uses of AlreadyAliveException in org.apache.storm.utils
Subclasses of AlreadyAliveException in org.apache.storm.utilsModifier and TypeClassDescriptionclass
Wraps the generated TException to allow getMessage() to return a valid string.