Uses of Class
org.apache.storm.generated.ShellComponent
-
Packages that use ShellComponent Package Description org.apache.storm.generated org.apache.storm.spout org.apache.storm.task -
-
Uses of ShellComponent in org.apache.storm.generated
Methods in org.apache.storm.generated that return ShellComponent Modifier and Type Method Description ShellComponent
ShellComponent. deepCopy()
ShellComponent
ComponentObject. get_shell()
Methods in org.apache.storm.generated with parameters of type ShellComponent Modifier and Type Method Description int
ShellComponent. compareTo(ShellComponent other)
boolean
ShellComponent. equals(ShellComponent that)
void
ComponentObject. set_shell(ShellComponent value)
static ComponentObject
ComponentObject. shell(ShellComponent value)
Constructors in org.apache.storm.generated with parameters of type ShellComponent Constructor Description ShellComponent(ShellComponent other)
Performs a deep copy on other. -
Uses of ShellComponent in org.apache.storm.spout
Constructors in org.apache.storm.spout with parameters of type ShellComponent Constructor Description ShellSpout(ShellComponent component)
-
Uses of ShellComponent in org.apache.storm.task
Constructors in org.apache.storm.task with parameters of type ShellComponent Constructor Description ShellBolt(ShellComponent component)
-