Uses of Interface
org.apache.storm.scheduler.INimbus
-
Uses of INimbus in org.apache.storm
Modifier and TypeMethodDescriptionLocalCluster.Builder.withINimbus
(INimbus inimbus) Override the INimbus instance that nimbus will use. -
Uses of INimbus in org.apache.storm.daemon.nimbus
ModifierConstructorDescriptionNimbus
(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
ModifierConstructorDescriptionCluster
(INimbus nimbus, ResourceMetrics resourceMetrics, Map<String, SupervisorDetails> supervisors, Map<String, ? extends SchedulerAssignment> assignments, Topologies topologies, Map<String, Object> conf)