Skip navigation links
A B C D E F G I M N O P R S T V W 

A

AbstractBoltSink - Class in org.apache.flink.storm.util
Implements a sink that write the received data so some external output.
AbstractBoltSink(OutputFormatter) - Constructor for class org.apache.flink.storm.util.AbstractBoltSink
 
AbstractLineSpout - Class in org.apache.flink.storm.util
Base class for Spouts that read data line by line from an arbitrary source.
AbstractLineSpout() - Constructor for class org.apache.flink.storm.util.AbstractLineSpout
 
ack(Object) - Method in class org.apache.flink.storm.util.AbstractLineSpout
 
activate() - Method in class org.apache.flink.storm.util.AbstractLineSpout
 
ATTRIBUTE_COUNT - Static variable in class org.apache.flink.storm.wordcount.operators.BoltCounter
 
ATTRIBUTE_COUNT - Static variable in class org.apache.flink.storm.wordcount.operators.BoltCounterByName
 
ATTRIBUTE_COUNT - Static variable in class org.apache.flink.storm.wordcount.operators.BoltTokenizer
 
ATTRIBUTE_COUNT - Static variable in class org.apache.flink.storm.wordcount.operators.BoltTokenizerByName
 
ATTRIBUTE_COUNT_INDEX - Static variable in class org.apache.flink.storm.wordcount.operators.BoltTokenizer
 
ATTRIBUTE_COUNT_INDEX - Static variable in class org.apache.flink.storm.wordcount.operators.BoltTokenizerByName
 
ATTRIBUTE_LINE - Static variable in class org.apache.flink.storm.util.AbstractLineSpout
 
ATTRIBUTE_WORD - Static variable in class org.apache.flink.storm.wordcount.operators.BoltCounter
 
ATTRIBUTE_WORD - Static variable in class org.apache.flink.storm.wordcount.operators.BoltCounterByName
 
ATTRIBUTE_WORD - Static variable in class org.apache.flink.storm.wordcount.operators.BoltTokenizer
 
ATTRIBUTE_WORD - Static variable in class org.apache.flink.storm.wordcount.operators.BoltTokenizerByName
 
ATTRIBUTE_WORD_INDEX - Static variable in class org.apache.flink.storm.wordcount.operators.BoltTokenizer
 
ATTRIBUTE_WORD_INDEX - Static variable in class org.apache.flink.storm.wordcount.operators.BoltTokenizerByName
 

B

BoltCounter - Class in org.apache.flink.storm.wordcount.operators
Implements the word counter that counts the occurrence of each unique word.
BoltCounter() - Constructor for class org.apache.flink.storm.wordcount.operators.BoltCounter
 
BoltCounterByName - Class in org.apache.flink.storm.wordcount.operators
Implements the word counter that counts the occurrence of each unique word.
BoltCounterByName() - Constructor for class org.apache.flink.storm.wordcount.operators.BoltCounterByName
 
BoltFileSink - Class in org.apache.flink.storm.util
Implements a sink that write the received data to the given file (as a result of Object.toString() for each attribute).
BoltFileSink(String) - Constructor for class org.apache.flink.storm.util.BoltFileSink
 
BoltFileSink(String, OutputFormatter) - Constructor for class org.apache.flink.storm.util.BoltFileSink
 
BoltPrintSink - Class in org.apache.flink.storm.util
Implements a sink that prints the received data to stdout.
BoltPrintSink(OutputFormatter) - Constructor for class org.apache.flink.storm.util.BoltPrintSink
 
BoltTokenizer - Class in org.apache.flink.storm.wordcount.operators
Implements the string tokenizer that splits sentences into words as a bolt.
BoltTokenizer() - Constructor for class org.apache.flink.storm.wordcount.operators.BoltTokenizer
 
BoltTokenizerByName - Class in org.apache.flink.storm.wordcount.operators
Implements the string tokenizer that splits sentences into words as a bolt.
BoltTokenizerByName() - Constructor for class org.apache.flink.storm.wordcount.operators.BoltTokenizerByName
 
BoltTokenizerWordCount - Class in org.apache.flink.storm.wordcount
Implements the "WordCount" program that computes a simple word occurrence histogram over text files in a streaming fashion.
BoltTokenizerWordCount() - Constructor for class org.apache.flink.storm.wordcount.BoltTokenizerWordCount
 
BoltTokenizerWordCountPojo - Class in org.apache.flink.storm.wordcount
Implements the "WordCount" program that computes a simple word occurrence histogram over text files in a streaming fashion.
BoltTokenizerWordCountPojo() - Constructor for class org.apache.flink.storm.wordcount.BoltTokenizerWordCountPojo
 
BoltTokenizerWordCountWithNames - Class in org.apache.flink.storm.wordcount
Implements the "WordCount" program that computes a simple word occurrence histogram over text files in a streaming fashion.
BoltTokenizerWordCountWithNames() - Constructor for class org.apache.flink.storm.wordcount.BoltTokenizerWordCountWithNames
 
buildTopology() - Static method in class org.apache.flink.storm.exclamation.ExclamationTopology
 
buildTopology() - Static method in class org.apache.flink.storm.wordcount.WordCountTopology
 
buildTopology(boolean) - Static method in class org.apache.flink.storm.wordcount.WordCountTopology
 

C

cleanup() - Method in class org.apache.flink.storm.exclamation.operators.ExclamationBolt
 
cleanup() - Method in class org.apache.flink.storm.util.AbstractBoltSink
 
cleanup() - Method in class org.apache.flink.storm.util.BoltFileSink
 
cleanup() - Method in class org.apache.flink.storm.wordcount.operators.BoltCounter
 
cleanup() - Method in class org.apache.flink.storm.wordcount.operators.BoltCounterByName
 
cleanup() - Method in class org.apache.flink.storm.wordcount.operators.BoltTokenizer
 
cleanup() - Method in class org.apache.flink.storm.wordcount.operators.BoltTokenizerByName
 
close() - Method in class org.apache.flink.storm.util.AbstractLineSpout
 
close() - Method in class org.apache.flink.storm.util.FileSpout
 
collector - Variable in class org.apache.flink.storm.util.AbstractLineSpout
 
counter - Variable in class org.apache.flink.storm.util.InMemorySpout
 
counterId - Static variable in class org.apache.flink.storm.wordcount.WordCountTopology
 

D

deactivate() - Method in class org.apache.flink.storm.util.AbstractLineSpout
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.flink.storm.exclamation.operators.ExclamationBolt
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.flink.storm.split.operators.RandomSpout
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.flink.storm.split.operators.VerifyAndEnrichBolt
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.flink.storm.util.AbstractBoltSink
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.flink.storm.util.AbstractLineSpout
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.flink.storm.wordcount.operators.BoltCounter
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.flink.storm.wordcount.operators.BoltCounterByName
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.flink.storm.wordcount.operators.BoltTokenizer
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.flink.storm.wordcount.operators.BoltTokenizerByName
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.flink.storm.wordcount.operators.WordCountFileSpout
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.flink.storm.wordcount.operators.WordCountInMemorySpout
 

E

errorOccured - Static variable in class org.apache.flink.storm.split.operators.VerifyAndEnrichBolt
 
EVEN_STREAM - Static variable in class org.apache.flink.storm.split.operators.RandomSpout
 
EXCLAMATION_COUNT - Static variable in class org.apache.flink.storm.exclamation.operators.ExclamationBolt
 
ExclamationBolt - Class in org.apache.flink.storm.exclamation.operators
 
ExclamationBolt() - Constructor for class org.apache.flink.storm.exclamation.operators.ExclamationBolt
 
ExclamationLocal - Class in org.apache.flink.storm.exclamation
Implements the "Exclamation" program that attaches five exclamation mark to every line of a text files in a streaming fashion.
ExclamationLocal() - Constructor for class org.apache.flink.storm.exclamation.ExclamationLocal
 
ExclamationTopology - Class in org.apache.flink.storm.exclamation
Implements the "Exclamation" program that attaches two exclamation marks to every line of a text files in a streaming fashion.
ExclamationTopology() - Constructor for class org.apache.flink.storm.exclamation.ExclamationTopology
 
ExclamationWithBolt - Class in org.apache.flink.storm.exclamation
Implements the "Exclamation" program that attaches 3+x exclamation marks to every line of a text files in a streaming fashion.
ExclamationWithBolt() - Constructor for class org.apache.flink.storm.exclamation.ExclamationWithBolt
 
ExclamationWithSpout - Class in org.apache.flink.storm.exclamation
Implements the "Exclamation" program that attaches six exclamation marks to every line of a text files in a streaming fashion.
ExclamationWithSpout() - Constructor for class org.apache.flink.storm.exclamation.ExclamationWithSpout
 
execute(Tuple) - Method in class org.apache.flink.storm.exclamation.operators.ExclamationBolt
 
execute(Tuple) - Method in class org.apache.flink.storm.split.operators.VerifyAndEnrichBolt
 
execute(Tuple) - Method in class org.apache.flink.storm.util.AbstractBoltSink
 
execute(Tuple) - Method in class org.apache.flink.storm.wordcount.operators.BoltCounter
 
execute(Tuple) - Method in class org.apache.flink.storm.wordcount.operators.BoltCounterByName
 
execute(Tuple) - Method in class org.apache.flink.storm.wordcount.operators.BoltTokenizer
 
execute(Tuple) - Method in class org.apache.flink.storm.wordcount.operators.BoltTokenizerByName
 

F

fail(Object) - Method in class org.apache.flink.storm.util.AbstractLineSpout
 
FileSpout - Class in org.apache.flink.storm.util
Implements a Spout that reads data from a given local file.
FileSpout() - Constructor for class org.apache.flink.storm.util.FileSpout
 
FileSpout(String) - Constructor for class org.apache.flink.storm.util.FileSpout
 
FiniteFileSpout - Class in org.apache.flink.storm.util
Implements a Spout that reads data from a given local file.
FiniteFileSpout() - Constructor for class org.apache.flink.storm.util.FiniteFileSpout
 
FiniteFileSpout(String) - Constructor for class org.apache.flink.storm.util.FiniteFileSpout
 
FiniteInMemorySpout - Class in org.apache.flink.storm.util
Implements a Spout that reads String[] data stored in memory.
FiniteInMemorySpout(String[]) - Constructor for class org.apache.flink.storm.util.FiniteInMemorySpout
 
firstBoltId - Static variable in class org.apache.flink.storm.exclamation.ExclamationTopology
 
flatMap(String, Collector<Tuple2<String, Integer>>) - Method in class org.apache.flink.storm.wordcount.SpoutSourceWordCount.Tokenizer
 
format(Tuple) - Method in interface org.apache.flink.storm.util.OutputFormatter
Converts a Storm Tuple to a string.
format(Tuple) - Method in class org.apache.flink.storm.util.SimpleOutputFormatter
Converts a Storm Tuple with 1 field to a string by retrieving the value of that field.
format(Tuple) - Method in class org.apache.flink.storm.util.TupleOutputFormatter
 

G

getComponentConfiguration() - Method in class org.apache.flink.storm.exclamation.operators.ExclamationBolt
 
getComponentConfiguration() - Method in class org.apache.flink.storm.util.AbstractBoltSink
 
getComponentConfiguration() - Method in class org.apache.flink.storm.util.AbstractLineSpout
 
getComponentConfiguration() - Method in class org.apache.flink.storm.wordcount.operators.BoltCounter
 
getComponentConfiguration() - Method in class org.apache.flink.storm.wordcount.operators.BoltCounterByName
 
getComponentConfiguration() - Method in class org.apache.flink.storm.wordcount.operators.BoltTokenizer
 
getComponentConfiguration() - Method in class org.apache.flink.storm.wordcount.operators.BoltTokenizerByName
 
getSentence() - Method in class org.apache.flink.storm.wordcount.operators.WordCountDataPojos.Sentence
 

I

InMemorySpout<T> - Class in org.apache.flink.storm.util
Implements a Spout that reads data stored in memory.
InMemorySpout(T[]) - Constructor for class org.apache.flink.storm.util.InMemorySpout
 
INPUT_FILE_PATH - Static variable in class org.apache.flink.storm.util.FileSpout
 

M

main(String[]) - Static method in class org.apache.flink.storm.exclamation.ExclamationLocal
 
main(String[]) - Static method in class org.apache.flink.storm.exclamation.ExclamationWithBolt
 
main(String[]) - Static method in class org.apache.flink.storm.exclamation.ExclamationWithSpout
 
main(String[]) - Static method in class org.apache.flink.storm.join.SingleJoinExample
 
main(String[]) - Static method in class org.apache.flink.storm.print.PrintSampleStream
 
main(String[]) - Static method in class org.apache.flink.storm.split.SpoutSplitExample
 
main(String[]) - Static method in class org.apache.flink.storm.wordcount.BoltTokenizerWordCount
 
main(String[]) - Static method in class org.apache.flink.storm.wordcount.BoltTokenizerWordCountPojo
 
main(String[]) - Static method in class org.apache.flink.storm.wordcount.BoltTokenizerWordCountWithNames
 
main(String[]) - Static method in class org.apache.flink.storm.wordcount.SpoutSourceWordCount
 
main(String[]) - Static method in class org.apache.flink.storm.wordcount.WordCountLocal
 
main(String[]) - Static method in class org.apache.flink.storm.wordcount.WordCountLocalByName
 
main(String[]) - Static method in class org.apache.flink.storm.wordcount.WordCountRemoteByClient
 
main(String[]) - Static method in class org.apache.flink.storm.wordcount.WordCountRemoteBySubmitter
 

N

nextTuple() - Method in class org.apache.flink.storm.split.operators.RandomSpout
 
nextTuple() - Method in class org.apache.flink.storm.util.FileSpout
 
nextTuple() - Method in class org.apache.flink.storm.util.FiniteFileSpout
 
nextTuple() - Method in class org.apache.flink.storm.util.InMemorySpout
 

O

ODD_STREAM - Static variable in class org.apache.flink.storm.split.operators.RandomSpout
 
open(Map, TopologyContext, SpoutOutputCollector) - Method in class org.apache.flink.storm.split.operators.RandomSpout
 
open(Map, TopologyContext, SpoutOutputCollector) - Method in class org.apache.flink.storm.util.AbstractLineSpout
 
open(Map, TopologyContext, SpoutOutputCollector) - Method in class org.apache.flink.storm.util.FileSpout
 
open(Map, TopologyContext, SpoutOutputCollector) - Method in class org.apache.flink.storm.util.FiniteFileSpout
 
org.apache.flink.storm.exclamation - package org.apache.flink.storm.exclamation
 
org.apache.flink.storm.exclamation.operators - package org.apache.flink.storm.exclamation.operators
 
org.apache.flink.storm.join - package org.apache.flink.storm.join
 
org.apache.flink.storm.print - package org.apache.flink.storm.print
 
org.apache.flink.storm.split - package org.apache.flink.storm.split
 
org.apache.flink.storm.split.operators - package org.apache.flink.storm.split.operators
 
org.apache.flink.storm.util - package org.apache.flink.storm.util
 
org.apache.flink.storm.wordcount - package org.apache.flink.storm.wordcount
 
org.apache.flink.storm.wordcount.operators - package org.apache.flink.storm.wordcount.operators
 
OutputFormatter - Interface in org.apache.flink.storm.util
 

P

path - Variable in class org.apache.flink.storm.util.FileSpout
 
prepare(Map, TopologyContext, OutputCollector) - Method in class org.apache.flink.storm.exclamation.operators.ExclamationBolt
 
prepare(Map, TopologyContext, OutputCollector) - Method in class org.apache.flink.storm.split.operators.VerifyAndEnrichBolt
 
prepare(Map, TopologyContext, OutputCollector) - Method in class org.apache.flink.storm.util.AbstractBoltSink
 
prepare(Map, TopologyContext, OutputCollector) - Method in class org.apache.flink.storm.wordcount.operators.BoltCounter
 
prepare(Map, TopologyContext, OutputCollector) - Method in class org.apache.flink.storm.wordcount.operators.BoltCounterByName
 
prepare(Map, TopologyContext, OutputCollector) - Method in class org.apache.flink.storm.wordcount.operators.BoltTokenizer
 
prepare(Map, TopologyContext, OutputCollector) - Method in class org.apache.flink.storm.wordcount.operators.BoltTokenizerByName
 
prepareSimple(Map<?, ?>, TopologyContext) - Method in class org.apache.flink.storm.util.AbstractBoltSink
 
prepareSimple(Map, TopologyContext) - Method in class org.apache.flink.storm.util.BoltFileSink
 
prepareSimple(Map, TopologyContext) - Method in class org.apache.flink.storm.util.BoltPrintSink
 
PrintSampleStream - Class in org.apache.flink.storm.print
Prints incoming tweets.
PrintSampleStream() - Constructor for class org.apache.flink.storm.print.PrintSampleStream
 

R

RandomSpout - Class in org.apache.flink.storm.split.operators
 
RandomSpout(boolean, long) - Constructor for class org.apache.flink.storm.split.operators.RandomSpout
 
reachedEnd() - Method in class org.apache.flink.storm.util.FiniteFileSpout
Can be called before nextTuple() any times including 0.
reachedEnd() - Method in class org.apache.flink.storm.util.FiniteInMemorySpout
 
reader - Variable in class org.apache.flink.storm.util.FileSpout
 

S

secondBoltId - Static variable in class org.apache.flink.storm.exclamation.ExclamationTopology
 
Sentence() - Constructor for class org.apache.flink.storm.wordcount.operators.WordCountDataPojos.Sentence
 
Sentence(String) - Constructor for class org.apache.flink.storm.wordcount.operators.WordCountDataPojos.Sentence
 
SENTENCES - Static variable in class org.apache.flink.storm.wordcount.operators.WordCountDataPojos
 
setSentence(String) - Method in class org.apache.flink.storm.wordcount.operators.WordCountDataPojos.Sentence
 
SimpleOutputFormatter - Class in org.apache.flink.storm.util
 
SimpleOutputFormatter() - Constructor for class org.apache.flink.storm.util.SimpleOutputFormatter
 
SingleJoinExample - Class in org.apache.flink.storm.join
 
SingleJoinExample() - Constructor for class org.apache.flink.storm.join.SingleJoinExample
 
sinkId - Static variable in class org.apache.flink.storm.exclamation.ExclamationTopology
 
sinkId - Static variable in class org.apache.flink.storm.wordcount.WordCountTopology
 
source - Variable in class org.apache.flink.storm.util.InMemorySpout
 
spoutId - Static variable in class org.apache.flink.storm.exclamation.ExclamationTopology
 
spoutId - Static variable in class org.apache.flink.storm.wordcount.WordCountTopology
 
SpoutSourceWordCount - Class in org.apache.flink.storm.wordcount
Implements the "WordCount" program that computes a simple word occurrence histogram over text files in a streaming fashion.
SpoutSourceWordCount() - Constructor for class org.apache.flink.storm.wordcount.SpoutSourceWordCount
 
SpoutSourceWordCount.Tokenizer - Class in org.apache.flink.storm.wordcount
Implements the string tokenizer that splits sentences into words as a user-defined FlatMapFunction.
SpoutSplitExample - Class in org.apache.flink.storm.split
Implements a simple example with two declared output streams for the embedded spout.
SpoutSplitExample() - Constructor for class org.apache.flink.storm.split.SpoutSplitExample
 

T

tokenierzerId - Static variable in class org.apache.flink.storm.wordcount.WordCountTopology
 
Tokenizer() - Constructor for class org.apache.flink.storm.wordcount.SpoutSourceWordCount.Tokenizer
 
topologyId - Static variable in class org.apache.flink.storm.exclamation.ExclamationLocal
 
topologyId - Static variable in class org.apache.flink.storm.wordcount.WordCountLocal
 
topologyId - Static variable in class org.apache.flink.storm.wordcount.WordCountLocalByName
 
topologyId - Static variable in class org.apache.flink.storm.wordcount.WordCountRemoteByClient
 
topologyId - Static variable in class org.apache.flink.storm.wordcount.WordCountRemoteBySubmitter
 
toString() - Method in class org.apache.flink.storm.wordcount.operators.WordCountDataPojos.Sentence
 
TupleOutputFormatter - Class in org.apache.flink.storm.util
 
TupleOutputFormatter() - Constructor for class org.apache.flink.storm.util.TupleOutputFormatter
 
TUPLES - Static variable in class org.apache.flink.storm.wordcount.operators.WordCountDataTuple
 

V

VerifyAndEnrichBolt - Class in org.apache.flink.storm.split.operators
 
VerifyAndEnrichBolt(boolean) - Constructor for class org.apache.flink.storm.split.operators.VerifyAndEnrichBolt
 

W

WordCountDataPojos - Class in org.apache.flink.storm.wordcount.operators
 
WordCountDataPojos() - Constructor for class org.apache.flink.storm.wordcount.operators.WordCountDataPojos
 
WordCountDataPojos.Sentence - Class in org.apache.flink.storm.wordcount.operators
 
WordCountDataTuple - Class in org.apache.flink.storm.wordcount.operators
 
WordCountDataTuple() - Constructor for class org.apache.flink.storm.wordcount.operators.WordCountDataTuple
 
WordCountFileSpout - Class in org.apache.flink.storm.wordcount.operators
Implements a Spout that reads data from a given local file.
WordCountFileSpout(String) - Constructor for class org.apache.flink.storm.wordcount.operators.WordCountFileSpout
 
WordCountInMemorySpout - Class in org.apache.flink.storm.wordcount.operators
Implements a Spout that reads data from WordCountData.WORDS.
WordCountInMemorySpout() - Constructor for class org.apache.flink.storm.wordcount.operators.WordCountInMemorySpout
 
WordCountLocal - Class in org.apache.flink.storm.wordcount
Implements the "WordCount" program that computes a simple word occurrence histogram over text files in a streaming fashion.
WordCountLocal() - Constructor for class org.apache.flink.storm.wordcount.WordCountLocal
 
WordCountLocalByName - Class in org.apache.flink.storm.wordcount
Implements the "WordCount" program that computes a simple word occurrence histogram over text files in a streaming fashion.
WordCountLocalByName() - Constructor for class org.apache.flink.storm.wordcount.WordCountLocalByName
 
WordCountRemoteByClient - Class in org.apache.flink.storm.wordcount
Implements the "WordCount" program that computes a simple word occurrence histogram over text files in a streaming fashion.
WordCountRemoteByClient() - Constructor for class org.apache.flink.storm.wordcount.WordCountRemoteByClient
 
WordCountRemoteBySubmitter - Class in org.apache.flink.storm.wordcount
Implements the "WordCount" program that computes a simple word occurrence histogram over text files in a streaming fashion.
WordCountRemoteBySubmitter() - Constructor for class org.apache.flink.storm.wordcount.WordCountRemoteBySubmitter
 
WordCountTopology - Class in org.apache.flink.storm.wordcount
Implements the "WordCount" program that computes a simple word occurrence histogram over text files in a streaming fashion.
WordCountTopology() - Constructor for class org.apache.flink.storm.wordcount.WordCountTopology
 
writeExternal(String) - Method in class org.apache.flink.storm.util.AbstractBoltSink
 
writeExternal(String) - Method in class org.apache.flink.storm.util.BoltFileSink
 
writeExternal(String) - Method in class org.apache.flink.storm.util.BoltPrintSink
 
A B C D E F G I M N O P R S T V W 
Skip navigation links

Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.