Uses of Class
org.apache.storm.daemon.nimbus.Nimbus
-
Packages that use Nimbus Package Description org.apache.storm org.apache.storm.daemon.nimbus -
-
Uses of Nimbus in org.apache.storm
Methods in org.apache.storm that return Nimbus Modifier and Type Method Description Nimbus
LocalCluster. getNimbus()
Reference to nimbus.Method parameters in org.apache.storm with type arguments of type Nimbus Modifier and Type Method Description LocalCluster.Builder
LocalCluster.Builder. withNimbusWrapper(UnaryOperator<Nimbus> nimbusWrapper)
Before nimbus is created/used call nimbusWrapper on it first and use the result instead. -
Uses of Nimbus in org.apache.storm.daemon.nimbus
Methods in org.apache.storm.daemon.nimbus that return Nimbus Modifier and Type Method Description static Nimbus
Nimbus. launch(INimbus inimbus)
-