A B C D E F G H I K L M N O P R S T V 

A

ack(Object) - Method in class org.apache.flink.storm.util.NullTerminatingSpout
 
activate(String) - Method in class org.apache.flink.storm.api.FlinkLocalCluster
 
activate() - Method in class org.apache.flink.storm.util.NullTerminatingSpout
 

B

bolt - Variable in class org.apache.flink.storm.wrappers.BoltWrapper
The wrapped Storm bolt.
BoltWrapper<IN,OUT> - Class in org.apache.flink.storm.wrappers
A BoltWrapper wraps an IRichBolt in order to execute the Storm bolt within a Flink Streaming program.
BoltWrapper(IRichBolt) - Constructor for class org.apache.flink.storm.wrappers.BoltWrapper
Instantiates a new BoltWrapper that wraps the given Storm bolt such that it can be used within a Flink streaming program.
BoltWrapper(IRichBolt, Fields) - Constructor for class org.apache.flink.storm.wrappers.BoltWrapper
Instantiates a new BoltWrapper that wraps the given Storm bolt such that it can be used within a Flink streaming program.
BoltWrapper(IRichBolt, String[]) - Constructor for class org.apache.flink.storm.wrappers.BoltWrapper
Instantiates a new BoltWrapper that wraps the given Storm bolt such that it can be used within a Flink streaming program.
BoltWrapper(IRichBolt, Collection<String>) - Constructor for class org.apache.flink.storm.wrappers.BoltWrapper
Instantiates a new BoltWrapper that wraps the given Storm bolt such that it can be used within a Flink streaming program.
BoltWrapper(IRichBolt, Fields, String[]) - Constructor for class org.apache.flink.storm.wrappers.BoltWrapper
Instantiates a new BoltWrapper that wraps the given Storm bolt such that it can be used within a Flink streaming program.
BoltWrapper(IRichBolt, Fields, Collection<String>) - Constructor for class org.apache.flink.storm.wrappers.BoltWrapper
Instantiates a new BoltWrapper that wraps the given Storm bolt such that it can be used within a Flink streaming program.
BoltWrapper(IRichBolt, String, String, String, Fields, Collection<String>) - Constructor for class org.apache.flink.storm.wrappers.BoltWrapper
Instantiates a new BoltWrapper that wraps the given Storm bolt such that it can be used within a Flink streaming program.

C

cancel() - Method in class org.apache.flink.storm.wrappers.SpoutWrapper
clear() - Method in class org.apache.flink.storm.util.StormConfig
 
close() - Method in class org.apache.flink.storm.util.NullTerminatingSpout
 
close() - Method in class org.apache.flink.storm.wrappers.SpoutWrapper
 
contains(String) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
containsKey(Object) - Method in class org.apache.flink.storm.util.StormConfig
 
containsValue(Object) - Method in class org.apache.flink.storm.util.StormConfig
 
createLocalCluster() - Method in class org.apache.flink.storm.api.FlinkLocalCluster.DefaultLocalClusterFactory
 
createLocalCluster() - Method in interface org.apache.flink.storm.api.FlinkLocalCluster.LocalClusterFactory
Creates a local Flink cluster.
createTopology(TopologyBuilder) - Static method in class org.apache.flink.storm.api.FlinkTopology
Creates a Flink program that uses the specified spouts and bolts.

D

deactivate(String) - Method in class org.apache.flink.storm.api.FlinkLocalCluster
 
deactivate() - Method in class org.apache.flink.storm.util.NullTerminatingSpout
 
declareOutputFields(OutputFieldsDeclarer) - Method in class org.apache.flink.storm.util.NullTerminatingSpout
 
DEFAULT_ID - Static variable in class org.apache.flink.storm.wrappers.BoltWrapper
The default input component ID.
DEFUALT_BOLT_NAME - Static variable in class org.apache.flink.storm.wrappers.BoltWrapper
The default bolt ID.
dispose() - Method in class org.apache.flink.storm.wrappers.BoltWrapper
 

E

entrySet() - Method in class org.apache.flink.storm.util.StormConfig
 
equals(Object) - Method in class org.apache.flink.storm.util.SplitStreamType
 
equals(Object) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
execute() - Method in class org.apache.flink.storm.api.FlinkTopology
Directly executes the Storm topology based on the current context (local when in IDE and remote when executed through ./bin/flink).

F

fail(Object) - Method in class org.apache.flink.storm.util.NullTerminatingSpout
 
fieldIndex(String) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
FiniteSpout - Interface in org.apache.flink.storm.util
This interface represents a spout that emits a finite number of records.
FlinkClient - Class in org.apache.flink.storm.api
FlinkClient mimics a Storm NimbusClient and Nimbus.Client at once, to interact with Flink's JobManager instead of Storm's Nimbus.
FlinkClient(Map, String, int) - Constructor for class org.apache.flink.storm.api.FlinkClient
Instantiates a new FlinkClient for the given configuration, host name, and port.
FlinkClient(Map, String, int, Integer) - Constructor for class org.apache.flink.storm.api.FlinkClient
Instantiates a new FlinkClient for the given configuration, host name, and port.
flinkCollector - Variable in class org.apache.flink.storm.wrappers.BoltWrapper
We have to use this because Operators must output StreamRecord.
FlinkLocalCluster - Class in org.apache.flink.storm.api
FlinkLocalCluster mimics a Storm LocalCluster.
FlinkLocalCluster() - Constructor for class org.apache.flink.storm.api.FlinkLocalCluster
 
FlinkLocalCluster(FlinkMiniCluster) - Constructor for class org.apache.flink.storm.api.FlinkLocalCluster
 
FlinkLocalCluster.DefaultLocalClusterFactory - Class in org.apache.flink.storm.api
A factory that instantiates a FlinkLocalCluster.
FlinkLocalCluster.DefaultLocalClusterFactory() - Constructor for class org.apache.flink.storm.api.FlinkLocalCluster.DefaultLocalClusterFactory
 
FlinkLocalCluster.LocalClusterFactory - Interface in org.apache.flink.storm.api
A factory that creates local clusters.
FlinkSubmitter - Class in org.apache.flink.storm.api
FlinkSubmitter mimics a StormSubmitter to submit Storm topologies to a Flink cluster.
FlinkSubmitter() - Constructor for class org.apache.flink.storm.api.FlinkSubmitter
 
FlinkSubmitter.FlinkProgressListener - Interface in org.apache.flink.storm.api
Dummy interface use to track progress of file upload.
FlinkTopology - Class in org.apache.flink.storm.api
FlinkTopology translates a TopologyBuilder to a Flink program.

G

get(Object) - Method in class org.apache.flink.storm.util.StormConfig
 
getBinary(int) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getBinaryByField(String) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getBoolean(int) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getBooleanByField(String) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getByte(int) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getByteByField(String) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getClient() - Method in class org.apache.flink.storm.api.FlinkClient
Return a reference to itself.
getClusterInfo() - Method in class org.apache.flink.storm.api.FlinkLocalCluster
 
getComponentConfiguration() - Method in class org.apache.flink.storm.util.NullTerminatingSpout
 
getConfiguredClient(Map) - Static method in class org.apache.flink.storm.api.FlinkClient
Returns a FlinkClient that uses the configured Config.NIMBUS_HOST and Config.NIMBUS_THRIFT_PORT as JobManager address.
getDouble(int) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getDoubleByField(String) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getExecutionEnvironment() - Method in class org.apache.flink.storm.api.FlinkTopology
Returns the underlying Flink StreamExecutionEnvironment for the Storm topology.
getFields() - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getFloat(int) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getFloatByField(String) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getInteger(int) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getIntegerByField(String) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getLocalCluster() - Static method in class org.apache.flink.storm.api.FlinkLocalCluster
Returns a FlinkLocalCluster that should be used for execution.
getLong(int) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getLongByField(String) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getMessageId() - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getShort(int) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getShortByField(String) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getSourceComponent() - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getSourceGlobalStreamid() - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getSourceStreamId() - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getSourceTask() - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getState() - Method in class org.apache.flink.storm.api.FlinkLocalCluster
 
getStormTopology() - Method in class org.apache.flink.storm.api.FlinkTopology
 
getString(int) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getStringByField(String) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getTopology(String) - Method in class org.apache.flink.storm.api.FlinkLocalCluster
 
getTopologyConf(String) - Method in class org.apache.flink.storm.api.FlinkLocalCluster
 
getTopologyInfo(String) - Method in class org.apache.flink.storm.api.FlinkLocalCluster
 
getValue(int) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getValueByField(String) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getValueByName(String) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
getValues() - Method in class org.apache.flink.storm.wrappers.StormTuple
 

H

hashCode() - Method in class org.apache.flink.storm.wrappers.StormTuple
 

I

initialize(FlinkLocalCluster.LocalClusterFactory) - Static method in class org.apache.flink.storm.api.FlinkLocalCluster
Sets a different factory for FlinkLocalClusters to be used for execution.
isEmpty() - Method in class org.apache.flink.storm.util.StormConfig
 

K

keySet() - Method in class org.apache.flink.storm.util.StormConfig
 
killTopology(String) - Method in class org.apache.flink.storm.api.FlinkClient
 
killTopology(String) - Method in class org.apache.flink.storm.api.FlinkLocalCluster
 
killTopologyWithOpts(String, KillOptions) - Method in class org.apache.flink.storm.api.FlinkClient
 
killTopologyWithOpts(String, KillOptions) - Method in class org.apache.flink.storm.api.FlinkLocalCluster
 

L

logger - Static variable in class org.apache.flink.storm.api.FlinkSubmitter
 

M

map(SplitStreamType<T>) - Method in class org.apache.flink.storm.util.SplitStreamMapper
 
MergedInputsBoltWrapper<IN,OUT> - Class in org.apache.flink.storm.wrappers
A MergedInputsBoltWrapper is a BoltWrapper that expects input tuples of type StormTuple.
MergedInputsBoltWrapper(IRichBolt) - Constructor for class org.apache.flink.storm.wrappers.MergedInputsBoltWrapper
Instantiates a new MergedInputsBoltWrapper that wraps the given Storm bolt such that it can be used within a Flink streaming program.
MergedInputsBoltWrapper(IRichBolt, String[]) - Constructor for class org.apache.flink.storm.wrappers.MergedInputsBoltWrapper
Instantiates a new MergedInputsBoltWrapper that wraps the given Storm bolt such that it can be used within a Flink streaming program.
MergedInputsBoltWrapper(IRichBolt, Collection<String>) - Constructor for class org.apache.flink.storm.wrappers.MergedInputsBoltWrapper
Instantiates a new MergedInputsBoltWrapper that wraps the given Storm bolt such that it can be used within a Flink streaming program.
MergedInputsBoltWrapper(IRichBolt, String, Collection<String>) - Constructor for class org.apache.flink.storm.wrappers.MergedInputsBoltWrapper
Instantiates a new MergedInputsBoltWrapper that wraps the given Storm bolt such that it can be used within a Flink streaming program.

N

nextTuple() - Method in class org.apache.flink.storm.util.NullTerminatingSpout
 
NullTerminatingSpout - Class in org.apache.flink.storm.util
NullTerminatingSpout in a finite spout (ie, implements FiniteSpout interface) that wraps an infinite spout, and returns true in NullTerminatingSpout.reachedEnd() when the wrapped spout does not emit a tuple in nextTuple() for the first time.
NullTerminatingSpout(IRichSpout) - Constructor for class org.apache.flink.storm.util.NullTerminatingSpout
 

O

open(Map, TopologyContext, SpoutOutputCollector) - Method in class org.apache.flink.storm.util.NullTerminatingSpout
 
open() - Method in class org.apache.flink.storm.wrappers.BoltWrapper
 
org.apache.flink.storm.api - package org.apache.flink.storm.api
 
org.apache.flink.storm.util - package org.apache.flink.storm.util
 
org.apache.flink.storm.wrappers - package org.apache.flink.storm.wrappers
 

P

processElement(StreamRecord<IN>) - Method in class org.apache.flink.storm.wrappers.BoltWrapper
 
processElement(StreamRecord<StormTuple<IN>>) - Method in class org.apache.flink.storm.wrappers.MergedInputsBoltWrapper
 
processWatermark(Watermark) - Method in class org.apache.flink.storm.wrappers.BoltWrapper
 
put(Object, Object) - Method in class org.apache.flink.storm.util.StormConfig
 
putAll(Map) - Method in class org.apache.flink.storm.util.StormConfig
 

R

reachedEnd() - Method in interface org.apache.flink.storm.util.FiniteSpout
When returns true, the spout has reached the end of the stream.
reachedEnd() - Method in class org.apache.flink.storm.util.NullTerminatingSpout
 
rebalance(String, RebalanceOptions) - Method in class org.apache.flink.storm.api.FlinkLocalCluster
 
remove(Object) - Method in class org.apache.flink.storm.util.StormConfig
 
run(SourceFunction.SourceContext<OUT>) - Method in class org.apache.flink.storm.wrappers.SpoutWrapper
 

S

select(SplitStreamType<T>) - Method in class org.apache.flink.storm.util.StormStreamSelector
 
select(Fields) - Method in class org.apache.flink.storm.wrappers.StormTuple
 
setStormTopology(StormTopology) - Method in class org.apache.flink.storm.wrappers.BoltWrapper
Sets the original Storm topology.
setStormTopology(StormTopology) - Method in class org.apache.flink.storm.wrappers.SpoutWrapper
Sets the original Storm topology.
shutdown() - Method in class org.apache.flink.storm.api.FlinkLocalCluster
 
size() - Method in class org.apache.flink.storm.util.StormConfig
 
size() - Method in class org.apache.flink.storm.wrappers.StormTuple
 
SplitStreamMapper<T> - Class in org.apache.flink.storm.util
Strips SplitStreamType<T> away, ie, extracts the wrapped record of type T.
SplitStreamMapper() - Constructor for class org.apache.flink.storm.util.SplitStreamMapper
 
SplitStreamType<T> - Class in org.apache.flink.storm.util
Used by org.apache.flink.storm.wrappers.AbstractStormCollector to wrap output tuples if multiple output streams are declared.
SplitStreamType() - Constructor for class org.apache.flink.storm.util.SplitStreamType
 
SpoutWrapper<OUT> - Class in org.apache.flink.storm.wrappers
A SpoutWrapper wraps an IRichSpout in order to execute it within a Flink Streaming program.
SpoutWrapper(IRichSpout) - Constructor for class org.apache.flink.storm.wrappers.SpoutWrapper
Instantiates a new SpoutWrapper that calls the nextTuple() method of the given spout in an infinite loop.
SpoutWrapper(IRichSpout, Integer) - Constructor for class org.apache.flink.storm.wrappers.SpoutWrapper
Instantiates a new SpoutWrapper that calls the nextTuple() method of the given spout a finite number of times.
SpoutWrapper(IRichSpout, String[]) - Constructor for class org.apache.flink.storm.wrappers.SpoutWrapper
Instantiates a new SpoutWrapper that calls the nextTuple() method of the given spout in an infinite loop.
SpoutWrapper(IRichSpout, String[], Integer) - Constructor for class org.apache.flink.storm.wrappers.SpoutWrapper
Instantiates a new SpoutWrapper that calls the nextTuple() method of the given spout a finite number of times.
SpoutWrapper(IRichSpout, Collection<String>) - Constructor for class org.apache.flink.storm.wrappers.SpoutWrapper
Instantiates a new SpoutWrapper that calls the nextTuple() method of the given spout in an infinite loop.
SpoutWrapper(IRichSpout, Collection<String>, Integer) - Constructor for class org.apache.flink.storm.wrappers.SpoutWrapper
Instantiates a new SpoutWrapper that calls the nextTuple() method of the given spout a finite number of times.
SpoutWrapper(IRichSpout, String, Collection<String>, Integer) - Constructor for class org.apache.flink.storm.wrappers.SpoutWrapper
Instantiates a new SpoutWrapper that calls the nextTuple() method of the given spout a finite number of times.
stop() - Method in class org.apache.flink.storm.wrappers.SpoutWrapper
StormConfig - Class in org.apache.flink.storm.util
StormConfig is used to provide a user-defined Storm configuration (ie, a raw Map or Config object) for embedded Spouts and Bolts.
StormConfig() - Constructor for class org.apache.flink.storm.util.StormConfig
Creates an empty configuration.
StormConfig(Map) - Constructor for class org.apache.flink.storm.util.StormConfig
Creates an configuration with initial values provided by the given Map.
StormStreamSelector<T> - Class in org.apache.flink.storm.util
Used by FlinkTopology to split multiple declared output streams within Flink.
StormStreamSelector() - Constructor for class org.apache.flink.storm.util.StormStreamSelector
 
StormTuple<IN> - Class in org.apache.flink.storm.wrappers
StormTuple converts a Flink tuple of type IN into a Storm tuple.
StormTuple(IN, Fields, int, String, String, MessageId) - Constructor for class org.apache.flink.storm.wrappers.StormTuple
Create a new Storm tuple from the given Flink tuple.
streamId - Variable in class org.apache.flink.storm.util.SplitStreamType
The stream ID this tuple belongs to.
SUBMIT_BLOCKING - Static variable in class org.apache.flink.storm.api.FlinkLocalCluster
Configuration key to submit topology in blocking mode if flag is set to true.
submitJar(Map, String) - Static method in class org.apache.flink.storm.api.FlinkSubmitter
In Flink, jar files are submitted directly when a program is started.
submitJar(String) - Static method in class org.apache.flink.storm.api.FlinkSubmitter
In Flink, jar files are submitted directly when a program is started.
submitTopology(String, String, FlinkTopology) - Method in class org.apache.flink.storm.api.FlinkClient
Parameter uploadedJarLocation is actually used to point to the local jar, because Flink does not support uploading a jar file before hand.
submitTopology(String, Map, FlinkTopology) - Method in class org.apache.flink.storm.api.FlinkLocalCluster
 
submitTopology(String, Map<?, ?>, FlinkTopology, SubmitOptions) - Static method in class org.apache.flink.storm.api.FlinkSubmitter
Submits a topology to run on the cluster.
submitTopology(String, Map, FlinkTopology) - Static method in class org.apache.flink.storm.api.FlinkSubmitter
Submits a topology to run on the cluster.
submitTopologyWithOpts(String, String, FlinkTopology) - Method in class org.apache.flink.storm.api.FlinkClient
Parameter uploadedJarLocation is actually used to point to the local jar, because Flink does not support uploading a jar file before hand.
submitTopologyWithOpts(String, Map, FlinkTopology, SubmitOptions) - Method in class org.apache.flink.storm.api.FlinkLocalCluster
 
submitTopologyWithProgressBar(String, Map<?, ?>, FlinkTopology) - Static method in class org.apache.flink.storm.api.FlinkSubmitter

T

toString() - Method in class org.apache.flink.storm.util.SplitStreamType
 
toString() - Method in class org.apache.flink.storm.wrappers.StormTuple
 

V

value - Variable in class org.apache.flink.storm.util.SplitStreamType
The actual data value.
values() - Method in class org.apache.flink.storm.util.StormConfig
 
A B C D E F G H I K L M N O P R S T V 

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