Uses of Interface
org.apache.storm.generated.Supervisor.Iface
Packages that use Supervisor.Iface
Package
Description
-
Uses of Supervisor.Iface in org.apache.storm.daemon.supervisor
Methods in org.apache.storm.daemon.supervisor that return Supervisor.IfaceMethods in org.apache.storm.daemon.supervisor with parameters of type Supervisor.IfaceModifier 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.Constructors in org.apache.storm.daemon.supervisor with parameters of type Supervisor.IfaceModifierConstructorDescriptionLocalContainer
(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
Classes in org.apache.storm.generated with type parameters of type Supervisor.IfaceModifier and TypeClassDescriptionstatic class
Supervisor.Processor<I extends Supervisor.Iface>
static class
static class
static class
Classes in org.apache.storm.generated that implement Supervisor.Iface -
Uses of Supervisor.Iface in org.apache.storm.utils
Methods in org.apache.storm.utils that return Supervisor.Iface