Uses of Class
org.apache.storm.utils.ShellProcess
-
Packages that use ShellProcess Package Description org.apache.storm.utils -
-
Uses of ShellProcess in org.apache.storm.utils
Methods in org.apache.storm.utils with parameters of type ShellProcess Modifier and Type Method Description void
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.
-