Uses of Class
org.apache.storm.utils.ShellProcess
Packages that use ShellProcess
-
Uses of ShellProcess in org.apache.storm.utils
Methods in org.apache.storm.utils with parameters of type ShellProcessModifier and TypeMethodDescriptionvoid
DefaultShellLogHandler.setUpContext
(Class<?> ownerCls, ShellProcess process, TopologyContext context) This default implementation saves theShellProcess
so it can output the process info string later.void
ShellLogHandler.setUpContext
(Class<?> ownerCls, ShellProcess process, TopologyContext context) Called at least once beforeShellLogHandler.log(org.apache.storm.multilang.ShellMsg)
for each spout and bolt.