Uses of Interface
org.apache.storm.scheduler.ISupervisor
-
Packages that use ISupervisor Package Description org.apache.storm.daemon.supervisor -
-
Uses of ISupervisor in org.apache.storm.daemon.supervisor
Classes in org.apache.storm.daemon.supervisor that implement ISupervisor Modifier and Type Class Description class
StandaloneSupervisor
Methods in org.apache.storm.daemon.supervisor that return ISupervisor Modifier and Type Method Description ISupervisor
Supervisor. getiSupervisor()
Constructors in org.apache.storm.daemon.supervisor with parameters of type ISupervisor Constructor Description Slot(AsyncLocalizer localizer, Map<String,Object> conf, ContainerLauncher containerLauncher, String host, int port, LocalState localState, IStormClusterState clusterState, ISupervisor supervisor, AtomicReference<Map<Long,LocalAssignment>> cachedCurrentAssignments, OnlyLatestExecutor<Integer> metricsExec, WorkerMetricsProcessor metricsProcessor, org.apache.storm.daemon.supervisor.SlotMetrics slotMetrics)
Supervisor(Map<String,Object> conf, IContext sharedContext, ISupervisor iSupervisor, StormMetricsRegistry metricsRegistry)
Constructor for supervisor daemon.
-