Uses of Class
org.apache.storm.daemon.supervisor.ContainerLauncher
Packages that use ContainerLauncher
-
Uses of ContainerLauncher in org.apache.storm.daemon.supervisor
Subclasses of ContainerLauncher in org.apache.storm.daemon.supervisorModifier and TypeClassDescriptionclass
Launch containers with no security using standard java commands.class
Launch Containers in local mode.Methods in org.apache.storm.daemon.supervisor that return ContainerLauncherModifier 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 ContainerLauncherModifierConstructorDescriptionSlot
(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)