Uses of Interface
org.apache.storm.scheduler.INimbus
Packages that use INimbus
-
Uses of INimbus in org.apache.storm
Methods in org.apache.storm with parameters of type INimbusModifier and TypeMethodDescriptionLocalCluster.Builder.withINimbus
(INimbus inimbus) Override the INimbus instance that nimbus will use. -
Uses of INimbus in org.apache.storm.daemon.nimbus
Classes in org.apache.storm.daemon.nimbus that implement INimbusMethods in org.apache.storm.daemon.nimbus with parameters of type INimbusConstructors in org.apache.storm.daemon.nimbus with parameters of type INimbusModifierConstructorDescriptionNimbus
(Map<String, Object> conf, INimbus inimbus, IStormClusterState stormClusterState, NimbusInfo hostPortInfo, BlobStore blobStore, TopoCache topoCache, ILeaderElector leaderElector, IGroupMappingServiceProvider groupMapper, StormMetricsRegistry metricsRegistry) Nimbus
(Map<String, Object> conf, INimbus inimbus, IStormClusterState stormClusterState, NimbusInfo hostPortInfo, BlobStore blobStore, ILeaderElector leaderElector, IGroupMappingServiceProvider groupMapper, StormMetricsRegistry metricsRegistry) -
Uses of INimbus in org.apache.storm.scheduler
Methods in org.apache.storm.scheduler that return INimbusConstructors in org.apache.storm.scheduler with parameters of type INimbusModifierConstructorDescriptionCluster
(INimbus nimbus, ResourceMetrics resourceMetrics, Map<String, SupervisorDetails> supervisors, Map<String, ? extends SchedulerAssignment> assignments, Topologies topologies, Map<String, Object> conf)