Uses of Interface
org.apache.storm.generated.Supervisor.Iface
Package
Description
-
Uses of Supervisor.Iface in org.apache.storm.daemon.supervisor
Modifier and TypeMethodDescriptionstatic ContainerLauncher
ContainerLauncher.make
(Map<String, Object> conf, String supervisorId, int supervisorPort, IContext sharedContext, StormMetricsRegistry metricsRegistry, ContainerMemoryTracker containerMemoryTracker, Supervisor.Iface localSupervisor) Factory to create the right container launcher for the config and the environment.ModifierConstructorDescriptionLocalContainer
(Map<String, Object> conf, String supervisorId, int supervisorPort, int port, LocalAssignment assignment, IContext sharedContext, StormMetricsRegistry metricsRegistry, ContainerMemoryTracker containerMemoryTracker, Supervisor.Iface localSupervisor) LocalContainerLauncher
(Map<String, Object> conf, String supervisorId, int supervisorPort, IContext sharedContext, StormMetricsRegistry metricsRegistry, ContainerMemoryTracker containerMemoryTracker, Supervisor.Iface localSupervisor) -
Uses of Supervisor.Iface in org.apache.storm.generated
Modifier and TypeClassDescriptionstatic class
Supervisor.Processor<I extends Supervisor.Iface>
static class
static class
static class
-
Uses of Supervisor.Iface in org.apache.storm.utils