Skip navigation links
D E F G L O S 

D

declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.storm.flux.wrappers.bolts.FluxShellBolt
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.storm.flux.wrappers.bolts.LogInfoBolt
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.storm.flux.wrappers.spouts.FluxShellSpout
 

E

execute(Tuple, BasicOutputCollector) - Method in class org.apache.storm.flux.wrappers.bolts.LogInfoBolt
 

F

FluxShellBolt - Class in org.apache.storm.flux.wrappers.bolts
A generic ShellBolt implementation that allows you specify output fields and even streams without having to subclass ShellBolt to do so.
FluxShellBolt(String[]) - Constructor for class org.apache.storm.flux.wrappers.bolts.FluxShellBolt
Create a ShellBolt with command line arguments
FluxShellBolt(String[], String[]) - Constructor for class org.apache.storm.flux.wrappers.bolts.FluxShellBolt
Create a ShellBolt with command line arguments and output fields
FluxShellSpout - Class in org.apache.storm.flux.wrappers.spouts
A generic ShellSpout implementation that allows you specify output fields and even streams without having to subclass ShellSpout to do so.
FluxShellSpout(String[]) - Constructor for class org.apache.storm.flux.wrappers.spouts.FluxShellSpout
Create a ShellSpout with command line arguments
FluxShellSpout(String[], String[]) - Constructor for class org.apache.storm.flux.wrappers.spouts.FluxShellSpout
Create a ShellSpout with command line arguments and output fields

G

getComponentConfiguration() - Method in class org.apache.storm.flux.wrappers.bolts.FluxShellBolt
 
getComponentConfiguration() - Method in class org.apache.storm.flux.wrappers.spouts.FluxShellSpout
 

L

LogInfoBolt - Class in org.apache.storm.flux.wrappers.bolts
Simple bolt that does nothing other than LOG.info() every tuple recieveed.
LogInfoBolt() - Constructor for class org.apache.storm.flux.wrappers.bolts.LogInfoBolt
 

O

org.apache.storm.flux.wrappers.bolts - package org.apache.storm.flux.wrappers.bolts
 
org.apache.storm.flux.wrappers.spouts - package org.apache.storm.flux.wrappers.spouts
 

S

setDefaultStream(String[]) - Method in class org.apache.storm.flux.wrappers.bolts.FluxShellBolt
Set default stream outputFields, this method is called from YAML file:
setDefaultStream(String[]) - Method in class org.apache.storm.flux.wrappers.spouts.FluxShellSpout
Set default stream outputFields, this method is called from YAML file:
setNamedStream(String, String[]) - Method in class org.apache.storm.flux.wrappers.bolts.FluxShellBolt
Set custom named stream outputFields, this method is called from YAML file:
setNamedStream(String, String[]) - Method in class org.apache.storm.flux.wrappers.spouts.FluxShellSpout
Set custom named stream outputFields, this method is called from YAML file:
D E F G L O S 
Skip navigation links

Copyright © 2016 The Apache Software Foundation. All Rights Reserved.