Uses of Interface
org.apache.storm.daemon.supervisor.ExitCodeCallback
Packages that use ExitCodeCallback
Package
Description
-
Uses of ExitCodeCallback in org.apache.storm.container
Methods in org.apache.storm.container with parameters of type ExitCodeCallbackModifier and TypeMethodDescriptionvoid
DefaultResourceIsolationManager.launchWorkerProcess
(String user, String topologyId, Map<String, Object> topoConf, int port, String workerId, List<String> command, Map<String, String> env, String logPrefix, ExitCodeCallback processExitCallback, File targetDir) void
ResourceIsolationInterface.launchWorkerProcess
(String user, String topologyId, Map<String, Object> topoConf, int port, String workerId, List<String> command, Map<String, String> env, String logPrefix, ExitCodeCallback processExitCallback, File targetDir) After reserving resources for the worker (i.e. calling reserveResourcesForWorker), this function can be used to launch worker process. -
Uses of ExitCodeCallback in org.apache.storm.container.cgroup
Methods in org.apache.storm.container.cgroup with parameters of type ExitCodeCallback -
Uses of ExitCodeCallback in org.apache.storm.container.docker
Methods in org.apache.storm.container.docker with parameters of type ExitCodeCallback -
Uses of ExitCodeCallback in org.apache.storm.container.oci
Methods in org.apache.storm.container.oci with parameters of type ExitCodeCallback -
Uses of ExitCodeCallback in org.apache.storm.daemon.supervisor
Methods in org.apache.storm.daemon.supervisor with parameters of type ExitCodeCallbackModifier and TypeMethodDescriptionstatic Process
ClientSupervisorUtils.launchProcess
(List<String> command, Map<String, String> environment, String logPrefix, ExitCodeCallback exitCodeCallback, File dir) Launch a new process as perProcessBuilder
with a given callback.static Process
ClientSupervisorUtils.processLauncher
(Map<String, Object> conf, String user, List<String> commandPrefix, List<String> args, Map<String, String> environment, String logPreFix, ExitCodeCallback exitCodeCallback, File dir)