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

A

AbstractStreamOperator<OUT> - Class in org.apache.flink.streaming.api.operators
Base class for operators that do not contain a user-defined function.
AbstractStreamOperator() - Constructor for class org.apache.flink.streaming.api.operators.AbstractStreamOperator
 
AbstractUdfStreamOperator<OUT,F extends org.apache.flink.api.common.functions.Function & Serializable> - Class in org.apache.flink.streaming.api.operators
This is used as the base class for operators that have a user-defined function.
AbstractUdfStreamOperator(F) - Constructor for class org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator
 
ActiveCloneableEvictionPolicyWrapper<DATA> - Class in org.apache.flink.streaming.api.windowing.policy
The ActiveEvictionPolicy wraps around a non active EvictionPolicy.
ActiveCloneableEvictionPolicyWrapper(CloneableEvictionPolicy<DATA>) - Constructor for class org.apache.flink.streaming.api.windowing.policy.ActiveCloneableEvictionPolicyWrapper
Creates a wrapper which activates the eviction policy which is wrapped in.
ActiveEvictionPolicy<DATA> - Interface in org.apache.flink.streaming.api.windowing.policy
This interface is used for active eviction policies.
ActiveEvictionPolicyWrapper<DATA> - Class in org.apache.flink.streaming.api.windowing.policy
This ActiveEvictionPolicy wraps around a non active EvictionPolicy.
ActiveEvictionPolicyWrapper(EvictionPolicy<DATA>) - Constructor for class org.apache.flink.streaming.api.windowing.policy.ActiveEvictionPolicyWrapper
Creates a wrapper which activates the eviction policy which is wrapped in.
activeFakeElementEmission(ActiveTriggerCallback) - Method in class org.apache.flink.streaming.api.windowing.policy.TimeTriggerPolicy
This method is only called in case the runnable triggers a window end according to the SystemTimestamp.
ActiveTriggerCallback - Interface in org.apache.flink.streaming.api.windowing.policy
In case an ActiveTriggerPolicy is used, it can implement own Runnable classes.
ActiveTriggerPolicy<DATA> - Interface in org.apache.flink.streaming.api.windowing.policy
This interface extends the TriggerPolicy interface with functionality for active triggers.
actOnAllBlocked() - Method in class org.apache.flink.streaming.runtime.io.BarrierBuffer
Method that is executed once the barrier has been received from all channels.
add(Object, Object) - Method in class org.apache.flink.streaming.api.functions.aggregation.SumFunction
 
add(Object, Object) - Method in class org.apache.flink.streaming.api.functions.aggregation.SumFunction.ByteSum
 
add(Object, Object) - Method in class org.apache.flink.streaming.api.functions.aggregation.SumFunction.DoubleSum
 
add(Object, Object) - Method in class org.apache.flink.streaming.api.functions.aggregation.SumFunction.FloatSum
 
add(Object, Object) - Method in class org.apache.flink.streaming.api.functions.aggregation.SumFunction.IntSum
 
add(Object, Object) - Method in class org.apache.flink.streaming.api.functions.aggregation.SumFunction.LongSum
 
add(Object, Object) - Method in class org.apache.flink.streaming.api.functions.aggregation.SumFunction.ShortSum
 
add(T) - Method in class org.apache.flink.streaming.api.state.CircularFifoList
 
add(Object) - Method in class org.apache.flink.streaming.api.state.NullableCircularBuffer
Adds the given element to this buffer.
add(Extractor<TO, OUT>) - Method in class org.apache.flink.streaming.api.windowing.extractor.ConcatenatedExtract
 
addCollector(Collector<?>, StreamEdge) - Method in class org.apache.flink.streaming.api.collector.CollectorWrapper
 
addCollector(Collector<?>, StreamEdge) - Method in class org.apache.flink.streaming.api.collector.selector.BroadcastOutputSelectorWrapper
 
addCollector(Collector<?>, StreamEdge) - Method in class org.apache.flink.streaming.api.collector.selector.DirectedOutputSelectorWrapper
 
addCollector(Collector<?>, StreamEdge) - Method in interface org.apache.flink.streaming.api.collector.selector.OutputSelectorWrapper
 
addCoOperator(Integer, TwoInputStreamOperator<IN1, IN2, OUT>, TypeInformation<IN1>, TypeInformation<IN2>, TypeInformation<OUT>, String) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
addCurrentToBuffer(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingGroupedPreReducer
 
addCurrentToBuffer(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
addDefaultKryoSerializer(Class<?>, Serializer<?>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Adds a new Kryo default serializer to the Runtime.
addDefaultKryoSerializer(Class<?>, Class<? extends Serializer<?>>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Adds a new Kryo default serializer to the Runtime.
addEdge(Integer, Integer, StreamPartitioner<?>, int, List<String>) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
addFinalAggregate(StreamWindow<T>) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingGroupedPreReducer
 
addFinalAggregate(StreamWindow<T>) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
addGeneralWindowCombine(CoWindowFunction<IN1, IN2, OUT>, TypeInformation<OUT>, long, long, TimestampWrapper<IN1>, TimestampWrapper<IN2>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
addInEdge(StreamEdge) - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
addIterationHead(Integer, Integer, Integer, long) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
addIterationTail(Integer, Integer, Integer, long) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
addNode(Integer, Class<? extends AbstractInvokable>, StreamOperator<?>, String) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
addOperator(Integer, StreamOperator<OUT>, TypeInformation<IN>, TypeInformation<OUT>, String) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
addOutEdge(StreamEdge) - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
addOutputSelector(Integer, OutputSelector<T>) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
addOutputSelector(OutputSelector<?>) - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
addSink(SinkFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Adds the given sink to this DataStream.
addSource(SourceFunction<OUT>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Adds a data source with a custom type information thus opening a DataStream.
addSource(SourceFunction<OUT>, String) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Ads a data source with a custom type information thus opening a DataStream.
addSource(Integer, StreamOperator<OUT>, TypeInformation<IN>, TypeInformation<OUT>, String) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
addToAvailable(InputGate) - Method in class org.apache.flink.streaming.runtime.io.CoRecordReader
 
addToBuffer1(IN1) - Method in class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
addToBuffer2(IN2) - Method in class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
addToBufferIfEligible(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
afterEmit() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingCountGroupedPreReducer
 
afterEmit() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingCountPreReducer
 
afterEmit() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
afterEmit() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimeGroupedPreReducer
 
afterEmit() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimePreReducer
 
afterStore() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingCountGroupedPreReducer
 
afterStore() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingCountPreReducer
 
afterStore() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
aggregate(AggregationFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
 
aggregate(AggregationFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
 
AggregationFunction<T> - Class in org.apache.flink.streaming.api.functions.aggregation
 
AggregationFunction(int) - Constructor for class org.apache.flink.streaming.api.functions.aggregation.AggregationFunction
 
AggregationFunction.AggregationType - Enum in org.apache.flink.streaming.api.functions.aggregation
 
ArrayFromTuple - Class in org.apache.flink.streaming.api.windowing.extractor
Converts a Tuple to an Object-Array.
ArrayFromTuple() - Constructor for class org.apache.flink.streaming.api.windowing.extractor.ArrayFromTuple
Using this constructor the extractor will convert the whole tuple (all fields in the original order) to an array.
ArrayFromTuple(int...) - Constructor for class org.apache.flink.streaming.api.windowing.extractor.ArrayFromTuple
Using this constructor the extractor will combine the fields as specified in the indexes parameter in an object array.
ArrayKeySelector(int...) - Constructor for class org.apache.flink.streaming.util.keys.KeySelectorUtil.ArrayKeySelector
 

B

BarrierBuffer - Class in org.apache.flink.streaming.runtime.io
Class encapsulating the functionality that is necessary to sync inputs on superstep barriers.
BarrierBuffer(InputGate, AbstractReader) - Constructor for class org.apache.flink.streaming.runtime.io.BarrierBuffer
 
barrierBuffer1 - Variable in class org.apache.flink.streaming.runtime.io.CoRecordReader
 
barrierBuffer2 - Variable in class org.apache.flink.streaming.runtime.io.CoRecordReader
 
BasicWindowBuffer<T> - Class in org.apache.flink.streaming.api.windowing.windowbuffer
Basic window buffer that stores the elements in a simple list without any pre-aggregation.
BasicWindowBuffer() - Constructor for class org.apache.flink.streaming.api.windowing.windowbuffer.BasicWindowBuffer
 
batchPerSlide - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
blockChannel(int) - Method in class org.apache.flink.streaming.runtime.io.BarrierBuffer
Blocks the given channel index, from which a barrier has been received.
BlockingQueueBroker - Class in org.apache.flink.streaming.runtime.io
 
broadcast() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Sets the partitioning of the DataStream so that the output tuples are broadcasted to every parallel instance of the next component.
broadcast() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
broadcastBarrier(long, long) - Method in class org.apache.flink.streaming.runtime.tasks.OutputHandler
 
broadcastEvent(TaskEvent) - Method in class org.apache.flink.streaming.api.collector.StreamOutput
 
BroadcastOutputSelectorWrapper<OUT> - Class in org.apache.flink.streaming.api.collector.selector
 
BroadcastOutputSelectorWrapper() - Constructor for class org.apache.flink.streaming.api.collector.selector.BroadcastOutputSelectorWrapper
 
BroadcastPartitioner<T> - Class in org.apache.flink.streaming.runtime.partitioner
Partitioner that selects all the output channels.
BroadcastPartitioner() - Constructor for class org.apache.flink.streaming.runtime.partitioner.BroadcastPartitioner
 
buffer - Variable in class org.apache.flink.streaming.api.operators.windowing.StreamWindowBuffer
 
buffer - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.BasicWindowBuffer
 
BufferSpiller - Class in org.apache.flink.streaming.runtime.io
 
BufferSpiller() - Constructor for class org.apache.flink.streaming.runtime.io.BufferSpiller
 
byAggregate - Variable in class org.apache.flink.streaming.api.functions.aggregation.ComparableAggregator
 
ByteSum() - Constructor for class org.apache.flink.streaming.api.functions.aggregation.SumFunction.ByteSum
 

C

callUserFunction() - Method in class org.apache.flink.streaming.api.operators.co.CoStreamWindow
 
cancel() - Method in class org.apache.flink.streaming.api.functions.source.FileMonitoringFunction
 
cancel() - Method in class org.apache.flink.streaming.api.functions.source.FileSourceFunction
 
cancel() - Method in class org.apache.flink.streaming.api.functions.source.FromElementsFunction
 
cancel() - Method in class org.apache.flink.streaming.api.functions.source.FromIteratorFunction
 
cancel() - Method in class org.apache.flink.streaming.api.functions.source.FromSplittableIteratorFunction
 
cancel() - Method in class org.apache.flink.streaming.api.functions.source.SocketTextStreamFunction
 
cancel() - Method in interface org.apache.flink.streaming.api.functions.source.SourceFunction
Cancels the source.
cancel() - Method in class org.apache.flink.streaming.api.operators.StreamSource
 
cancel() - Method in class org.apache.flink.streaming.runtime.tasks.SourceStreamTask
 
cancel() - Method in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
CANNOT_EXECUTE_EMPTY_JOB - Static variable in class org.apache.flink.streaming.util.ClusterUtil
 
CentralActiveTrigger<DATA> - Interface in org.apache.flink.streaming.api.windowing.policy
Interface for defining grouped windowing policies which can interact with other groups to trigger on the latest available information globally available to all groups.
chainedOperators - Variable in class org.apache.flink.streaming.runtime.tasks.OutputHandler
 
chainingStrategy - Variable in class org.apache.flink.streaming.api.operators.AbstractStreamOperator
 
checkFieldRange(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Checks if the given field position is allowed for the output type
CheckpointCommitter - Interface in org.apache.flink.streaming.api.checkpoint
This interface must be implemented by functions/operations that want to receive a commit notification once a checkpoint has been completely acknowledged by all participants.
Checkpointed<T extends Serializable> - Interface in org.apache.flink.streaming.api.checkpoint
This method must be implemented by functions that have state that needs to be checkpointed.
CheckpointedAsynchronously<T extends Serializable> - Interface in org.apache.flink.streaming.api.checkpoint
This interface marks a function/operator as asynchronously checkpointed.
checkpointLock - Variable in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
checkWindowEnd(long) - Method in class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
CircularFifoList<T> - Class in org.apache.flink.streaming.api.state
A simple class, that manages a circular queue with sliding interval.
CircularFifoList() - Constructor for class org.apache.flink.streaming.api.state.CircularFifoList
 
circularList1 - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamWindow
 
circularList1 - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
circularList2 - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamWindow
 
circularList2 - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
clean(F) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
clean(F) - Method in class org.apache.flink.streaming.api.datastream.DataStream
 
clean(F) - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamCrossOperator
 
clean(F) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
clean(F) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Returns a "closure-cleaned" version of the given function.
cleanFile(String) - Method in class org.apache.flink.streaming.api.functions.sink.WriteSinkFunction
Creates target file if it does not exist, cleans it if it exists.
cleanup() - Method in class org.apache.flink.streaming.runtime.io.BarrierBuffer
 
cleanup() - Method in class org.apache.flink.streaming.runtime.io.CoRecordReader
 
cleanup() - Method in class org.apache.flink.streaming.runtime.io.StreamingAbstractRecordReader
 
cleanup() - Method in interface org.apache.flink.streaming.runtime.io.StreamingReader
 
cleanupCalled - Variable in class org.apache.flink.streaming.api.functions.sink.FileSinkFunction
 
clear() - Method in class org.apache.flink.streaming.api.graph.StreamGraph
Remove all registered nodes etc.
clear() - Method in class org.apache.flink.streaming.api.state.NullableCircularBuffer
Clears this buffer.
clearBuffers() - Method in class org.apache.flink.streaming.api.collector.StreamOutput
 
clearBuffers() - Method in class org.apache.flink.streaming.runtime.io.CoRecordReader
 
clearBuffers() - Method in class org.apache.flink.streaming.runtime.io.StreamingAbstractRecordReader
 
clearBuffers() - Method in class org.apache.flink.streaming.runtime.io.StreamingMutableRecordReader
 
clearBuffers() - Method in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
clearBuffers() - Method in class org.apache.flink.streaming.runtime.tasks.TwoInputStreamTask
 
clearWriters() - Method in class org.apache.flink.streaming.runtime.tasks.OutputHandler
 
client - Variable in class org.apache.flink.streaming.api.environment.StreamContextEnvironment
 
clone() - Method in class org.apache.flink.streaming.api.windowing.policy.ActiveCloneableEvictionPolicyWrapper
 
clone() - Method in interface org.apache.flink.streaming.api.windowing.policy.CloneableEvictionPolicy
This method should return an exact copy of the object it belongs to including the current object state.
clone() - Method in class org.apache.flink.streaming.api.windowing.policy.CloneableMultiEvictionPolicy
 
clone() - Method in class org.apache.flink.streaming.api.windowing.policy.CloneableMultiTriggerPolicy
 
clone() - Method in interface org.apache.flink.streaming.api.windowing.policy.CloneableTriggerPolicy
This method should return an exact copy of the object it belongs to including the current object state.
clone() - Method in class org.apache.flink.streaming.api.windowing.policy.CountEvictionPolicy
 
clone() - Method in class org.apache.flink.streaming.api.windowing.policy.CountTriggerPolicy
 
clone() - Method in class org.apache.flink.streaming.api.windowing.policy.DeltaPolicy
 
clone() - Method in class org.apache.flink.streaming.api.windowing.policy.PunctuationPolicy
 
clone() - Method in class org.apache.flink.streaming.api.windowing.policy.TimeEvictionPolicy
 
clone() - Method in class org.apache.flink.streaming.api.windowing.policy.TimeTriggerPolicy
 
clone() - Method in class org.apache.flink.streaming.api.windowing.policy.TumblingEvictionPolicy
 
clone() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.BasicWindowBuffer
 
clone() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingCountGroupedPreReducer
 
clone() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingCountPreReducer
 
clone() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
clone() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimeGroupedPreReducer
 
clone() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimePreReducer
 
clone() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingGroupedPreReducer
 
clone() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingPreReducer
 
clone() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.WindowBuffer
 
CloneableEvictionPolicy<DATA> - Interface in org.apache.flink.streaming.api.windowing.policy
When used in grouped windowing, eviction policies must provide a clone method.
CloneableMultiEvictionPolicy<DATA> - Class in org.apache.flink.streaming.api.windowing.policy
This policy does the same as MultiEvictionPolicy.
CloneableMultiEvictionPolicy(CloneableEvictionPolicy<DATA>...) - Constructor for class org.apache.flink.streaming.api.windowing.policy.CloneableMultiEvictionPolicy
This policy does the same as MultiTriggerPolicy.
CloneableMultiEvictionPolicy(MultiEvictionPolicy.EvictionStrategy, CloneableEvictionPolicy<DATA>...) - Constructor for class org.apache.flink.streaming.api.windowing.policy.CloneableMultiEvictionPolicy
This policy does the same as MultiTriggerPolicy.
CloneableMultiTriggerPolicy<DATA> - Class in org.apache.flink.streaming.api.windowing.policy
This policy does the same as MultiTriggerPolicy.
CloneableMultiTriggerPolicy(CloneableTriggerPolicy<DATA>...) - Constructor for class org.apache.flink.streaming.api.windowing.policy.CloneableMultiTriggerPolicy
This policy does the same as MultiTriggerPolicy.
CloneableTriggerPolicy<DATA> - Interface in org.apache.flink.streaming.api.windowing.policy
When used in grouped windowing, trigger policies can provide a clone method.
close() - Method in class org.apache.flink.streaming.api.collector.CollectorWrapper
 
close() - Method in class org.apache.flink.streaming.api.collector.StreamOutput
 
close() - Method in class org.apache.flink.streaming.api.functions.sink.FileSinkFunction
 
close() - Method in class org.apache.flink.streaming.api.functions.sink.PrintSinkFunction
 
close() - Method in class org.apache.flink.streaming.api.functions.sink.SocketClientSink
Closes the connection with the Socket server.
close() - Method in class org.apache.flink.streaming.api.functions.source.FileSourceFunction
 
close() - Method in class org.apache.flink.streaming.api.operators.AbstractStreamOperator
 
close() - Method in class org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator
 
close() - Method in class org.apache.flink.streaming.api.operators.co.CoStreamWindow
 
close() - Method in interface org.apache.flink.streaming.api.operators.StreamOperator
This method is called after no more elements for can arrive for processing.
close() - Method in class org.apache.flink.streaming.api.operators.windowing.GroupedActiveDiscretizer
 
close() - Method in class org.apache.flink.streaming.api.operators.windowing.GroupedStreamDiscretizer
 
close() - Method in class org.apache.flink.streaming.api.operators.windowing.ParallelMergeOperator
 
close() - Method in class org.apache.flink.streaming.api.operators.windowing.StreamDiscretizer
 
close() - Method in class org.apache.flink.streaming.api.windowing.StreamWindow
 
close() - Method in class org.apache.flink.streaming.runtime.io.BufferSpiller
 
close() - Method in class org.apache.flink.streaming.runtime.io.SpillReader
 
close() - Method in class org.apache.flink.streaming.runtime.io.StreamRecordWriter
 
closeOperator() - Method in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
closeWith(DataStream<IN>, boolean) - Method in class org.apache.flink.streaming.api.datastream.IterativeDataStream
Closes the iteration.
closeWith(DataStream<IN>) - Method in class org.apache.flink.streaming.api.datastream.IterativeDataStream
Closes the iteration.
ClusterUtil - Class in org.apache.flink.streaming.util
 
ClusterUtil() - Constructor for class org.apache.flink.streaming.util.ClusterUtil
 
CoFlatMapFunction<IN1,IN2,OUT> - Interface in org.apache.flink.streaming.api.functions.co
A CoFlatMapFunction represents a FlatMap transformation with two different input types.
collect(OUT) - Method in class org.apache.flink.streaming.api.collector.CollectorWrapper
 
collect(OUT) - Method in class org.apache.flink.streaming.api.collector.StreamOutput
 
collect(T) - Method in interface org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext
Emits one element from the source.
collect(T) - Method in class org.apache.flink.streaming.api.windowing.StreamWindow
 
CollectorWrapper<OUT> - Class in org.apache.flink.streaming.api.collector
 
CollectorWrapper(OutputSelectorWrapper<OUT>) - Constructor for class org.apache.flink.streaming.api.collector.CollectorWrapper
 
CoMapFunction<IN1,IN2,OUT> - Interface in org.apache.flink.streaming.api.functions.co
A CoMapFunction represents a Map transformation with two different input types.
commitCheckpoint(long) - Method in interface org.apache.flink.streaming.api.checkpoint.CheckpointCommitter
This method is called as a notification once a distributed checkpoint has been completed.
ComparableAggregator<T> - Class in org.apache.flink.streaming.api.functions.aggregation
 
ComparableAggregator(int, AggregationFunction.AggregationType, boolean) - Constructor for class org.apache.flink.streaming.api.functions.aggregation.ComparableAggregator
 
ComparableKeySelector(TypeComparator<IN>, int) - Constructor for class org.apache.flink.streaming.util.keys.KeySelectorUtil.ComparableKeySelector
 
comparator - Variable in class org.apache.flink.streaming.api.functions.aggregation.ComparableAggregator
 
Comparator - Class in org.apache.flink.streaming.api.functions.aggregation
 
Comparator() - Constructor for class org.apache.flink.streaming.api.functions.aggregation.Comparator
 
compatibleWith(StreamWindow<T>) - Method in class org.apache.flink.streaming.api.windowing.StreamWindow
Checks whether this window can be merged with the given one.
ConcatenatedExtract<FROM,OVER,TO> - Class in org.apache.flink.streaming.api.windowing.extractor
Combines two extractors which will be executed one after each other.
ConcatenatedExtract(Extractor<FROM, OVER>, Extractor<OVER, TO>) - Constructor for class org.apache.flink.streaming.api.windowing.extractor.ConcatenatedExtract
Combines two extractors which will be executed one after each other.
configuration - Variable in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
confirmCheckpoint(long, long) - Method in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
confirmCheckpointCompleted(long, long) - Method in class org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator
 
confirmCheckpointCompleted(long, long) - Method in interface org.apache.flink.streaming.api.operators.StatefulStreamOperator
 
connect(DataStream<R>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Creates a new ConnectedDataStream by connecting DataStream outputs of (possible) different types with each other.
ConnectedDataStream<IN1,IN2> - Class in org.apache.flink.streaming.api.datastream
The ConnectedDataStream represents a stream for two different data types.
ConnectedDataStream(DataStream<IN1>, DataStream<IN2>) - Constructor for class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
ConnectedDataStream(ConnectedDataStream<IN1, IN2>) - Constructor for class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
connectGraph(DataStream<X>, Integer, int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Internal function for assembling the underlying JobGraph of the job.
ConnectorSource<OUT> - Class in org.apache.flink.streaming.api.functions.source
 
ConnectorSource(DeserializationSchema<OUT>) - Constructor for class org.apache.flink.streaming.api.functions.source.ConnectorSource
 
CONTENTS - Static variable in class org.apache.flink.streaming.api.graph.JSONGenerator
 
contexts - Variable in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
copy() - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
copy() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Creates a copy of the DataStream
copy() - Method in class org.apache.flink.streaming.api.datastream.DataStreamSink
 
copy() - Method in class org.apache.flink.streaming.api.datastream.DiscretizedStream
 
copy() - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
 
copy() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
copy() - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
copy(StreamWindow<T>) - Method in class org.apache.flink.streaming.api.windowing.StreamWindowSerializer
 
copy(StreamWindow<T>, StreamWindow<T>) - Method in class org.apache.flink.streaming.api.windowing.StreamWindowSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.streaming.api.windowing.StreamWindowSerializer
 
copy() - Method in class org.apache.flink.streaming.runtime.partitioner.RebalancePartitioner
 
copy() - Method in class org.apache.flink.streaming.runtime.partitioner.StreamPartitioner
 
copy(StreamRecord<T>) - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecordSerializer
 
copy(StreamRecord<T>, StreamRecord<T>) - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecordSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecordSerializer
 
CoReaderIterator<T1,T2> - Class in org.apache.flink.streaming.runtime.io
A CoReaderIterator wraps a CoRecordReader producing records of two input types.
CoReaderIterator(CoRecordReader<DeserializationDelegate<T1>, DeserializationDelegate<T2>>, TypeSerializer<T1>, TypeSerializer<T2>) - Constructor for class org.apache.flink.streaming.runtime.io.CoReaderIterator
 
CoRecordReader<T1 extends org.apache.flink.core.io.IOReadableWritable,T2 extends org.apache.flink.core.io.IOReadableWritable> - Class in org.apache.flink.streaming.runtime.io
A CoRecordReader wraps MutableRecordReaders of two different input types to read records effectively.
CoRecordReader(InputGate, InputGate) - Constructor for class org.apache.flink.streaming.runtime.io.CoRecordReader
 
CoReduceFunction<IN1,IN2,OUT> - Interface in org.apache.flink.streaming.api.functions.co
The CoReduceFunction interface represents a Reduce transformation with two different input streams.
CosineDistance<DATA> - Class in org.apache.flink.streaming.api.windowing.deltafunction
This delta function calculates the cosine distance between two given vectors.
CosineDistance() - Constructor for class org.apache.flink.streaming.api.windowing.deltafunction.CosineDistance
 
CosineDistance(Extractor<DATA, double[]>) - Constructor for class org.apache.flink.streaming.api.windowing.deltafunction.CosineDistance
 
CoStreamFlatMap<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.operators.co
 
CoStreamFlatMap(CoFlatMapFunction<IN1, IN2, OUT>) - Constructor for class org.apache.flink.streaming.api.operators.co.CoStreamFlatMap
 
CoStreamGroupedReduce<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.operators.co
 
CoStreamGroupedReduce(CoReduceFunction<IN1, IN2, OUT>, KeySelector<IN1, ?>, KeySelector<IN2, ?>) - Constructor for class org.apache.flink.streaming.api.operators.co.CoStreamGroupedReduce
 
CoStreamMap<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.operators.co
 
CoStreamMap(CoMapFunction<IN1, IN2, OUT>) - Constructor for class org.apache.flink.streaming.api.operators.co.CoStreamMap
 
CoStreamReduce<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.operators.co
 
CoStreamReduce(CoReduceFunction<IN1, IN2, OUT>) - Constructor for class org.apache.flink.streaming.api.operators.co.CoStreamReduce
 
CoStreamWindow<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.operators.co
 
CoStreamWindow(CoWindowFunction<IN1, IN2, OUT>, long, long, TimestampWrapper<IN1>, TimestampWrapper<IN2>) - Constructor for class org.apache.flink.streaming.api.operators.co.CoStreamWindow
 
CoStreamWindow.StreamWindow - Class in org.apache.flink.streaming.api.operators.co
 
count() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Creates a new DataStream containing the current number (count) of received records.
Count - Class in org.apache.flink.streaming.api.windowing.helper
Represents a count based trigger or eviction policy.
Count(int) - Constructor for class org.apache.flink.streaming.api.windowing.helper.Count
Specifies on which element a trigger or an eviction should happen (based on the count of the elements).
counter - Static variable in class org.apache.flink.streaming.api.datastream.DataStream
 
CountEvictionPolicy<IN> - Class in org.apache.flink.streaming.api.windowing.policy
This eviction policy allows the eviction of data points from the buffer using a counter of arriving elements and a threshold (maximal buffer size) By default this policy does not react on fake elements.
CountEvictionPolicy(int) - Constructor for class org.apache.flink.streaming.api.windowing.policy.CountEvictionPolicy
This constructor allows the setup of the simplest possible count based eviction.
CountEvictionPolicy(int, int) - Constructor for class org.apache.flink.streaming.api.windowing.policy.CountEvictionPolicy
This constructor allows to set up both, the maximum number of elements and the number of elements to be deleted in case of an eviction.
CountEvictionPolicy(int, int, int) - Constructor for class org.apache.flink.streaming.api.windowing.policy.CountEvictionPolicy
CountTriggerPolicy<IN> - Class in org.apache.flink.streaming.api.windowing.policy
This policy triggers at every n'th element.
CountTriggerPolicy(int) - Constructor for class org.apache.flink.streaming.api.windowing.policy.CountTriggerPolicy
This constructor will set up a count based trigger, which triggers after max elements have arrived.
CountTriggerPolicy(int, int) - Constructor for class org.apache.flink.streaming.api.windowing.policy.CountTriggerPolicy
In addition to CountTriggerPolicy.CountTriggerPolicy(int) this constructor allows to set a custom start value for the element counter.
coWindow(List<IN1>, List<IN2>, Collector<O>) - Method in interface org.apache.flink.streaming.api.functions.co.CoWindowFunction
 
coWindow(List<IN1>, List<IN2>, Collector<OUT>) - Method in class org.apache.flink.streaming.api.functions.co.CrossWindowFunction
 
coWindow(List<IN1>, List<IN2>, Collector<OUT>) - Method in class org.apache.flink.streaming.api.functions.co.JoinWindowFunction
 
coWindow(List<IN1>, List<IN2>, Collector<O>) - Method in class org.apache.flink.streaming.api.functions.co.RichCoWindowFunction
 
CoWindowFunction<IN1,IN2,O> - Interface in org.apache.flink.streaming.api.functions.co
 
create(List<OutputSelector<?>>) - Static method in class org.apache.flink.streaming.api.collector.selector.OutputSelectorWrapperFactory
 
createActiveTriggerRunnable(ActiveTriggerCallback) - Method in interface org.apache.flink.streaming.api.windowing.policy.ActiveTriggerPolicy
This is the factory method for a runnable.
createActiveTriggerRunnable(ActiveTriggerCallback) - Method in class org.apache.flink.streaming.api.windowing.policy.MultiTriggerPolicy
 
createActiveTriggerRunnable(ActiveTriggerCallback) - Method in class org.apache.flink.streaming.api.windowing.policy.TimeTriggerPolicy
In case SystemTimestamp is used, a runnable is returned which triggers based on the current system time.
createEmptyWindow() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.WindowBuffer
 
createExecutionEnvironment() - Method in interface org.apache.flink.streaming.api.environment.StreamExecutionEnvironmentFactory
Creates a StreamExecutionEnvironment from this factory.
createInput(InputFormat<OUT, ?>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Generic method to create an input data stream with InputFormat.
createInput(InputFormat<OUT, ?>, TypeInformation<OUT>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Generic method to create an input data stream with InputFormat.
createInputGate(Collection<InputGate>) - Static method in class org.apache.flink.streaming.runtime.io.InputGateFactory
 
createInputGate(InputGate[]) - Static method in class org.apache.flink.streaming.runtime.io.InputGateFactory
 
createInstance() - Method in class org.apache.flink.streaming.api.windowing.StreamWindowSerializer
 
createInstance() - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecordSerializer
 
createJobGraph(String) - Method in class org.apache.flink.streaming.api.graph.StreamingJobGraphGenerator
 
createLocalEnvironment() - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
createLocalEnvironment(int) - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
createNextWindowOperator() - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamCrossOperator
 
createNextWindowOperator() - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamJoinOperator
 
createNextWindowOperator() - Method in class org.apache.flink.streaming.api.datastream.temporal.TemporalOperator
 
createRecordWriter(ResultPartitionWriter, ChannelSelector<OUT>, long) - Static method in class org.apache.flink.streaming.runtime.io.RecordWriterFactory
 
createRemoteEnvironment(String, int, String...) - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
createRemoteEnvironment(String, int, int, String...) - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
createRuntimeContext(StreamConfig) - Method in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
createSerializer(ExecutionConfig) - Method in class org.apache.flink.streaming.api.windowing.StreamWindowTypeInfo
 
cross(DataStream<IN2>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Initiates a temporal Cross transformation.
A Cross transformation combines the elements of two DataStreams into one DataStream over a specified time window.
CrossWindow(StreamCrossOperator<I1, I2>, DataStream<Tuple2<I1, I2>>) - Constructor for class org.apache.flink.streaming.api.datastream.temporal.StreamCrossOperator.CrossWindow
 
CrossWindowFunction<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.functions.co
 
CrossWindowFunction(CrossFunction<IN1, IN2, OUT>) - Constructor for class org.apache.flink.streaming.api.functions.co.CrossWindowFunction
 
currentEligible(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingCountGroupedPreReducer
 
currentEligible(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingCountPreReducer
 
currentEligible(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
currentEligible(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimeGroupedPreReducer
 
currentEligible(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimePreReducer
 
currentEnvironment - Static variable in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
 
currentNotEmpty() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingGroupedPreReducer
 
currentNotEmpty() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
currentNumberOfSubtasks - Variable in class org.apache.flink.streaming.api.functions.sink.FileSinkFunction
 
currentReduced - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
currentReducedMap - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingGroupedPreReducer
 
currentValue1 - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamReduce
 
currentValue2 - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamReduce
 

D

DataStream<OUT> - Class in org.apache.flink.streaming.api.datastream
A DataStream represents a stream of elements of the same type.
DataStream(StreamExecutionEnvironment, TypeInformation<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.DataStream
Create a new DataStream in the given execution environment with partitioning set to forward by default.
DataStream(DataStream<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.DataStream
Create a new DataStream by creating a copy of another DataStream
dataStream - Variable in class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
dataStream1 - Variable in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
dataStream2 - Variable in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
DataStreamSink<IN> - Class in org.apache.flink.streaming.api.datastream
Represents the end of a DataStream.
DataStreamSink(StreamExecutionEnvironment, String, TypeInformation<IN>, OneInputStreamOperator<IN, ?>) - Constructor for class org.apache.flink.streaming.api.datastream.DataStreamSink
 
DataStreamSink(DataStream<IN>) - Constructor for class org.apache.flink.streaming.api.datastream.DataStreamSink
 
DataStreamSource<OUT> - Class in org.apache.flink.streaming.api.datastream
The DataStreamSource represents the starting point of a DataStream.
DataStreamSource(StreamExecutionEnvironment, String, TypeInformation<OUT>, StreamOperator<OUT>, boolean, String) - Constructor for class org.apache.flink.streaming.api.datastream.DataStreamSource
 
DEFAULT_JOB_NAME - Static variable in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
 
DEFAULT_START_VALUE - Static variable in class org.apache.flink.streaming.api.windowing.policy.CountTriggerPolicy
 
DefaultJoinFunction() - Constructor for class org.apache.flink.streaming.api.datastream.temporal.StreamJoinOperator.DefaultJoinFunction
 
delay - Variable in class org.apache.flink.streaming.api.windowing.helper.Time
 
delegate1 - Variable in class org.apache.flink.streaming.runtime.io.CoReaderIterator
 
delegate2 - Variable in class org.apache.flink.streaming.runtime.io.CoReaderIterator
 
Delta<DATA> - Class in org.apache.flink.streaming.api.windowing.helper
This helper represents a trigger or eviction policy based on a DeltaFunction.
Delta(DeltaFunction<DATA>, DATA, double) - Constructor for class org.apache.flink.streaming.api.windowing.helper.Delta
Creates a delta helper representing a delta count or eviction policy
DeltaFunction<DATA> - Interface in org.apache.flink.streaming.api.windowing.deltafunction
This interface allows the implementation of a function which calculates the delta between two data points.
deltaFuntion - Variable in class org.apache.flink.streaming.api.windowing.policy.DeltaPolicy
 
DeltaPolicy<DATA> - Class in org.apache.flink.streaming.api.windowing.policy
This policy calculates a delta between the data point which triggered last and the currently arrived data point.
DeltaPolicy(DeltaFunction<DATA>, DATA, double, TypeSerializer) - Constructor for class org.apache.flink.streaming.api.windowing.policy.DeltaPolicy
Creates a delta policy which calculates a delta between the data point which triggered last and the currently arrived data point.
DeserializationSchema<T> - Interface in org.apache.flink.streaming.util.serialization
 
deserialize(DataInputView) - Method in class org.apache.flink.streaming.api.windowing.StreamWindowSerializer
 
deserialize(StreamWindow<T>, DataInputView) - Method in class org.apache.flink.streaming.api.windowing.StreamWindowSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecordSerializer
 
deserialize(StreamRecord<T>, DataInputView) - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecordSerializer
 
deserialize(byte[]) - Method in interface org.apache.flink.streaming.util.serialization.DeserializationSchema
Deserializes the incoming data.
deserialize(byte[]) - Method in class org.apache.flink.streaming.util.serialization.JavaDefaultStringSchema
 
deserialize(byte[]) - Method in class org.apache.flink.streaming.util.serialization.RawSchema
 
deserialize(byte[]) - Method in class org.apache.flink.streaming.util.serialization.SimpleStringSchema
 
deserialize(byte[]) - Method in class org.apache.flink.streaming.util.serialization.TypeInformationSerializationSchema
 
DirectedOutputSelectorWrapper<OUT> - Class in org.apache.flink.streaming.api.collector.selector
 
DirectedOutputSelectorWrapper(List<OutputSelector<OUT>>) - Constructor for class org.apache.flink.streaming.api.collector.selector.DirectedOutputSelectorWrapper
 
disableChaining() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
Turns off chaining for this operator so thread co-location will not be used as an optimization.
disableInputCopy() - Method in class org.apache.flink.streaming.api.operators.AbstractStreamOperator
Enable object-reuse for this operator instance.
disableOperatorChaining() - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Disables operator chaining for streaming operators.
DiscretizedStream<OUT> - Class in org.apache.flink.streaming.api.datastream
A DiscretizedStream represents a data stream that has been divided into windows (predefined chunks).
DiscretizedStream(SingleOutputStreamOperator<StreamWindow<OUT>, ?>, KeySelector<OUT, ?>, WindowUtils.WindowTransformation, boolean) - Constructor for class org.apache.flink.streaming.api.datastream.DiscretizedStream
 
discretizerKey - Variable in class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
DoubleSum() - Constructor for class org.apache.flink.streaming.api.functions.aggregation.SumFunction.DoubleSum
 
dumpStreamingPlanAsJSON(File) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
duplicate() - Method in class org.apache.flink.streaming.api.windowing.StreamWindowSerializer
 
duplicate() - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecordSerializer
 

E

elementsPerPreAggregate - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
elementsSinceLastPreAggregate - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
emit(T) - Method in class org.apache.flink.streaming.runtime.io.StreamRecordWriter
 
emitEmpty() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingPreReducer
 
emitEmpty - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.WindowBuffer
 
emitEmpty() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.WindowBuffer
 
emitPerGroup - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.WindowBuffer
 
emitWindow() - Method in class org.apache.flink.streaming.api.operators.windowing.StreamDiscretizer
This method emits the content of the buffer as a new StreamWindow if not empty
emitWindow(Collector<StreamWindow<T>>) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.BasicWindowBuffer
 
emitWindow(Collector<StreamWindow<T>>) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.JumpingCountGroupedPreReducer
 
emitWindow(Collector<StreamWindow<T>>) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.JumpingCountPreReducer
 
emitWindow(Collector<StreamWindow<T>>) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.JumpingTimeGroupedPreReducer
 
emitWindow(Collector<StreamWindow<T>>) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.JumpingTimePreReducer
 
emitWindow(Collector<StreamWindow<T>>) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
emitWindow(Collector<StreamWindow<T>>) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingGroupedPreReducer
 
emitWindow(Collector<StreamWindow<T>>) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingPreReducer
 
emitWindow(Collector<StreamWindow<T>>) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.WindowBuffer
 
EmptyWindowFilter<OUT> - Class in org.apache.flink.streaming.api.operators.windowing
 
EmptyWindowFilter() - Constructor for class org.apache.flink.streaming.api.operators.windowing.EmptyWindowFilter
 
enableCheckpointing(long) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Method for enabling fault-tolerance.
enableCheckpointing(long, boolean) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Deprecated.
enableCheckpointing() - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Method for enabling fault-tolerance.
environment - Variable in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
environment - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
equals(Object) - Method in class org.apache.flink.streaming.api.graph.StreamEdge
 
equals(Object) - Method in class org.apache.flink.streaming.api.operators.windowing.GroupedStreamDiscretizer
 
equals(Object) - Method in class org.apache.flink.streaming.api.operators.windowing.StreamDiscretizer
 
equals(Object) - Method in class org.apache.flink.streaming.api.windowing.helper.TimestampWrapper
 
equals(Object) - Method in class org.apache.flink.streaming.api.windowing.policy.CountEvictionPolicy
 
equals(Object) - Method in class org.apache.flink.streaming.api.windowing.policy.CountTriggerPolicy
 
equals(Object) - Method in class org.apache.flink.streaming.api.windowing.policy.DeltaPolicy
 
equals(Object) - Method in class org.apache.flink.streaming.api.windowing.policy.PunctuationPolicy
 
equals(Object) - Method in class org.apache.flink.streaming.api.windowing.policy.TimeEvictionPolicy
 
equals(Object) - Method in class org.apache.flink.streaming.api.windowing.policy.TimeTriggerPolicy
 
equals(Object) - Method in class org.apache.flink.streaming.api.windowing.policy.TumblingEvictionPolicy
 
equals(Object) - Method in class org.apache.flink.streaming.api.windowing.StreamWindow
 
equals(Object) - Method in class org.apache.flink.streaming.runtime.tasks.StreamingSuperstep
 
equalTo(int...) - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamJoinOperator.JoinPredicate
Creates a temporal Join transformation and defines the Tuple fields of the second join DataStream that should be used as join keys.
equalTo(String...) - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamJoinOperator.JoinPredicate
Creates a temporal Join transformation and defines the fields of the second join DataStream that should be used as join keys.
equalTo(KeySelector<I2, K>) - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamJoinOperator.JoinPredicate
Creates a temporal Join transformation and defines a KeySelector function for the second join DataStream .
The KeySelector function is called for each element of the second DataStream and extracts a single key value on which the DataStream is joined.
EuclideanDistance<DATA> - Class in org.apache.flink.streaming.api.windowing.deltafunction
This delta function calculates the euclidean distance between two given points.
EuclideanDistance() - Constructor for class org.apache.flink.streaming.api.windowing.deltafunction.EuclideanDistance
 
EuclideanDistance(Extractor<DATA, double[]>) - Constructor for class org.apache.flink.streaming.api.windowing.deltafunction.EuclideanDistance
 
every(WindowingHelper) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Create a WindowedDataStream on the full stream history, to produce periodic aggregates.
every(long, TimeUnit) - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamCrossOperator.CrossWindow
 
every(long) - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamCrossOperator.CrossWindow
 
every(long, TimeUnit) - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamJoinOperator.JoinWindow
 
every(long) - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamJoinOperator.JoinWindow
 
every(long, TimeUnit) - Method in interface org.apache.flink.streaming.api.datastream.temporal.TemporalWindow
Defines the slide interval for this temporal operator
every(long) - Method in interface org.apache.flink.streaming.api.datastream.temporal.TemporalWindow
Defines the slide interval for this temporal operator
every(WindowingHelper) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Defines the slide size (trigger frequency) for the windowed data stream.
evict(int) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.BasicWindowBuffer
 
evict(int) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
evict(int) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimeGroupedPreReducer
 
evict(int) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimePreReducer
 
evict(int) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingGroupedPreReducer
 
evict(int) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingPreReducer
 
evict(int) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.WindowBuffer
 
evictionHelper - Variable in class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
evictionPolicy - Variable in class org.apache.flink.streaming.api.operators.windowing.GroupedStreamDiscretizer
 
evictionPolicy - Variable in class org.apache.flink.streaming.api.operators.windowing.StreamDiscretizer
 
EvictionPolicy<DATA> - Interface in org.apache.flink.streaming.api.windowing.policy
An eviction policy specifies under which condition data points should be deleted from the buffer.
execute() - Method in class org.apache.flink.streaming.api.environment.LocalStreamEnvironment
Executes the JobGraph of the on a mini cluster of CLusterUtil with a default name.
execute(String) - Method in class org.apache.flink.streaming.api.environment.LocalStreamEnvironment
Executes the JobGraph of the on a mini cluster of CLusterUtil with a user specified name.
execute() - Method in class org.apache.flink.streaming.api.environment.RemoteStreamEnvironment
 
execute(String) - Method in class org.apache.flink.streaming.api.environment.RemoteStreamEnvironment
 
execute() - Method in class org.apache.flink.streaming.api.environment.StreamContextEnvironment
 
execute(String) - Method in class org.apache.flink.streaming.api.environment.StreamContextEnvironment
 
execute() - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Triggers the program execution.
execute(String) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Triggers the program execution.
execute() - Method in class org.apache.flink.streaming.api.environment.StreamPlanEnvironment
 
execute(String) - Method in class org.apache.flink.streaming.api.environment.StreamPlanEnvironment
 
executionConfig - Variable in class org.apache.flink.streaming.api.operators.AbstractStreamOperator
 
executionConfig - Variable in class org.apache.flink.streaming.api.windowing.helper.WindowingHelper
Provides information for initial value serialization in Delta, unused in other subclasses.
extract(Tuple) - Method in class org.apache.flink.streaming.api.windowing.extractor.ArrayFromTuple
 
extract(FROM) - Method in class org.apache.flink.streaming.api.windowing.extractor.ConcatenatedExtract
 
extract(FROM) - Method in interface org.apache.flink.streaming.api.windowing.extractor.Extractor
Extracts/Converts the given input to an object of the output type
extract(Object) - Method in class org.apache.flink.streaming.api.windowing.extractor.FieldFromArray
 
extract(Tuple) - Method in class org.apache.flink.streaming.api.windowing.extractor.FieldFromTuple
 
extract(Object) - Method in class org.apache.flink.streaming.api.windowing.extractor.FieldsFromArray
 
extract(Tuple) - Method in class org.apache.flink.streaming.api.windowing.extractor.FieldsFromTuple
 
extractFieldTypes(int[], TypeInformation<?>) - Static method in class org.apache.flink.streaming.api.datastream.StreamProjection
 
ExtractionAwareDeltaFunction<DATA,TO> - Class in org.apache.flink.streaming.api.windowing.deltafunction
Extend this abstract class to implement a delta function which is aware of extracting the data on which the delta is calculated from a more complex data structure.
ExtractionAwareDeltaFunction(Extractor<DATA, TO>) - Constructor for class org.apache.flink.streaming.api.windowing.deltafunction.ExtractionAwareDeltaFunction
 
Extractor<FROM,TO> - Interface in org.apache.flink.streaming.api.windowing.extractor
Extractors allow to extract/convert one type to another.

F

FieldFromArray<OUT> - Class in org.apache.flink.streaming.api.windowing.extractor
Extracts a single field out of an array.
FieldFromArray() - Constructor for class org.apache.flink.streaming.api.windowing.extractor.FieldFromArray
Extracts the first field (id 0) from the array
FieldFromArray(int) - Constructor for class org.apache.flink.streaming.api.windowing.extractor.FieldFromArray
Extracts the field with the given id from the array.
FieldFromTuple<OUT> - Class in org.apache.flink.streaming.api.windowing.extractor
Extracts a single field out of a tuple.
FieldFromTuple() - Constructor for class org.apache.flink.streaming.api.windowing.extractor.FieldFromTuple
Extracts the first field (id 0) from the tuple
FieldFromTuple(int) - Constructor for class org.apache.flink.streaming.api.windowing.extractor.FieldFromTuple
Extracts the field with the given id from the tuple.
FieldsFromArray<OUT> - Class in org.apache.flink.streaming.api.windowing.extractor
Extracts multiple fields from an array and puts them into a new array of the specified type.
FieldsFromArray(Class<OUT>, int...) - Constructor for class org.apache.flink.streaming.api.windowing.extractor.FieldsFromArray
Extracts multiple fields from an array and puts them in the given order into a new array of the specified type.
FieldsFromTuple - Class in org.apache.flink.streaming.api.windowing.extractor
Extracts one or more fields of the type Double from a tuple and puts them into a new double[]
FieldsFromTuple(int...) - Constructor for class org.apache.flink.streaming.api.windowing.extractor.FieldsFromTuple
Extracts one or more fields of the the type Double from a tuple and puts them into a new double[] (in the specified order).
FieldsPartitioner<T> - Class in org.apache.flink.streaming.runtime.partitioner
Partitioner that selects the same (one) channel for two Tuples having a specified fields equal.
FieldsPartitioner(KeySelector<T, ?>) - Constructor for class org.apache.flink.streaming.runtime.partitioner.FieldsPartitioner
 
FileMonitoringFunction - Class in org.apache.flink.streaming.api.functions.source
 
FileMonitoringFunction(String, long, FileMonitoringFunction.WatchType) - Constructor for class org.apache.flink.streaming.api.functions.source.FileMonitoringFunction
 
FileMonitoringFunction.WatchType - Enum in org.apache.flink.streaming.api.functions.source
 
FileReadFunction - Class in org.apache.flink.streaming.api.functions.source
 
FileReadFunction() - Constructor for class org.apache.flink.streaming.api.functions.source.FileReadFunction
 
FileSinkFunction<IN> - Class in org.apache.flink.streaming.api.functions.sink
Simple implementation of the SinkFunction writing tuples in the specified OutputFormat format.
FileSinkFunction(OutputFormat<IN>) - Constructor for class org.apache.flink.streaming.api.functions.sink.FileSinkFunction
 
FileSinkFunctionByMillis<IN> - Class in org.apache.flink.streaming.api.functions.sink
Implementation of FileSinkFunction.
FileSinkFunctionByMillis(OutputFormat<IN>, long) - Constructor for class org.apache.flink.streaming.api.functions.sink.FileSinkFunctionByMillis
 
FileSourceFunction<OUT> - Class in org.apache.flink.streaming.api.functions.source
 
FileSourceFunction(InputFormat<OUT, ?>, TypeInformation<OUT>) - Constructor for class org.apache.flink.streaming.api.functions.source.FileSourceFunction
 
fillInType(TypeInformation<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Tries to fill in the type information.
filter(FilterFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies a Filter transformation on a DataStream.
filter(StreamWindow<OUT>) - Method in class org.apache.flink.streaming.api.operators.windowing.EmptyWindowFilter
 
first - Variable in class org.apache.flink.streaming.api.functions.aggregation.ComparableAggregator
 
flatMap(CoFlatMapFunction<IN1, IN2, OUT>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Applies a CoFlatMap transformation on a ConnectedDataStream and maps the output to a common type.
flatMap(FlatMapFunction<OUT, R>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies a FlatMap transformation on a DataStream.
flatMap(Tuple3<String, Long, Long>, Collector<String>) - Method in class org.apache.flink.streaming.api.functions.source.FileReadFunction
 
flatMap(StreamWindow<OUT>, Collector<Tuple2<Integer, Integer>>) - Method in class org.apache.flink.streaming.api.operators.windowing.WindowPartExtractor
 
flatMap1(IN1, Collector<OUT>) - Method in interface org.apache.flink.streaming.api.functions.co.CoFlatMapFunction
 
flatMap1(StreamWindow<OUT>, Collector<StreamWindow<OUT>>) - Method in class org.apache.flink.streaming.api.operators.windowing.ParallelMerge
 
flatMap2(IN2, Collector<OUT>) - Method in interface org.apache.flink.streaming.api.functions.co.CoFlatMapFunction
 
flatMap2(Tuple2<Integer, Integer>, Collector<StreamWindow<OUT>>) - Method in class org.apache.flink.streaming.api.operators.windowing.ParallelMerge
 
flatten() - Method in class org.apache.flink.streaming.api.datastream.DiscretizedStream
 
flatten() - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Flattens the results of the window computations and streams out the window elements.
FloatSum() - Constructor for class org.apache.flink.streaming.api.functions.aggregation.SumFunction.FloatSum
 
flush() - Method in class org.apache.flink.streaming.api.functions.sink.FileSinkFunction
 
flushOutputs() - Method in class org.apache.flink.streaming.runtime.tasks.OutputHandler
 
fold(R, FoldFunction<OUT, R>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies a fold transformation on the data stream.
fold(R, FoldFunction<OUT, R>) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies a fold transformation on the grouped data stream grouped on by the given key position.
foldWindow(R, FoldFunction<OUT, R>, TypeInformation<R>) - Method in class org.apache.flink.streaming.api.datastream.DiscretizedStream
 
foldWindow(R, FoldFunction<OUT, R>, TypeInformation<R>) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies a fold transformation on the windowed data stream by folding the current window at every trigger.The user can also extend the RichFoldFunction to gain access to other features provided by the RichFunction interface.
foldWindow(R, FoldFunction<OUT, R>) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies a fold transformation on the windowed data stream by folding the current window at every trigger.The user can also extend the RichFoldFunction to gain access to other features provided by the RichFunction interface.
forceCheckpoint() - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
format - Variable in class org.apache.flink.streaming.api.functions.sink.FileSinkFunction
 
format - Variable in class org.apache.flink.streaming.api.functions.sink.WriteSinkFunction
 
forward() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Sets the partitioning of the DataStream so that the output tuples are forwarded to the local subtask of the next component (whenever possible).
forward() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
forwardRecords() - Method in class org.apache.flink.streaming.runtime.tasks.StreamIterationTail
 
fromCollection(Collection<OUT>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a data stream from the given non-empty collection.
fromCollection(Collection<OUT>, TypeInformation<OUT>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a data stream from the given non-empty collection.Note that this operation will result in a non-parallel data stream source, i.e.
fromCollection(Iterator<OUT>, Class<OUT>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a data stream from the given iterator.
fromCollection(Iterator<OUT>, TypeInformation<OUT>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a data stream from the given iterator.
fromElements(OUT...) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a new data stream that contains the given elements.
fromElements(R...) - Static method in class org.apache.flink.streaming.api.windowing.StreamWindow
Creates a new StreamWindow with random id from the given elements
FromElementsFunction<T> - Class in org.apache.flink.streaming.api.functions.source
 
FromElementsFunction(T...) - Constructor for class org.apache.flink.streaming.api.functions.source.FromElementsFunction
 
FromElementsFunction(Collection<T>) - Constructor for class org.apache.flink.streaming.api.functions.source.FromElementsFunction
 
FromElementsFunction(Iterable<T>) - Constructor for class org.apache.flink.streaming.api.functions.source.FromElementsFunction
 
FromIteratorFunction<T> - Class in org.apache.flink.streaming.api.functions.source
 
FromIteratorFunction(Iterator<T>) - Constructor for class org.apache.flink.streaming.api.functions.source.FromIteratorFunction
 
fromParallelCollection(SplittableIterator<OUT>, Class<OUT>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a new data stream that contains elements in the iterator.
fromParallelCollection(SplittableIterator<OUT>, TypeInformation<OUT>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a new data stream that contains elements in the iterator.
FromSplittableIteratorFunction<T> - Class in org.apache.flink.streaming.api.functions.source
 
FromSplittableIteratorFunction(SplittableIterator<T>) - Constructor for class org.apache.flink.streaming.api.functions.source.FromSplittableIteratorFunction
 
FullStream<DATA> - Class in org.apache.flink.streaming.api.windowing.helper
Window that represents the full stream history.

G

generateParallelSequence(long, long) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a new data stream that contains a sequence of numbers.
generateSequence(long, long) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a new data stream that contains a sequence of numbers.
get() - Method in class org.apache.flink.streaming.api.state.NullableCircularBuffer
Returns the least recently inserted element in this buffer.
getAggregator(int, TypeInformation<R>, AggregationFunction.AggregationType) - Static method in class org.apache.flink.streaming.api.functions.aggregation.ComparableAggregator
 
getAggregator(int, TypeInformation<R>, AggregationFunction.AggregationType, boolean) - Static method in class org.apache.flink.streaming.api.functions.aggregation.ComparableAggregator
 
getAggregator(String, TypeInformation<R>, AggregationFunction.AggregationType, boolean, ExecutionConfig) - Static method in class org.apache.flink.streaming.api.functions.aggregation.ComparableAggregator
 
getArity() - Method in class org.apache.flink.streaming.api.windowing.StreamWindowTypeInfo
 
getBufferOrEvent() - Method in class org.apache.flink.streaming.runtime.io.SpillingBufferOrEvent
If the buffer wasn't spilled simply returns the instance from the field, otherwise reads it from the spill reader
getBufferTimeout() - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Sets the maximum time frequency (milliseconds) for the flushing of the output buffers.
getBufferTimeout() - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getBufferTimeout() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getChainedOperators() - Method in class org.apache.flink.streaming.runtime.tasks.OutputHandler
 
getChainedOutputs(ClassLoader) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getChainingStrategy() - Method in class org.apache.flink.streaming.api.operators.AbstractStreamOperator
 
getChainingStrategy() - Method in interface org.apache.flink.streaming.api.operators.StreamOperator
 
getCheckpointingInterval() - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
getCheckpointLock() - Method in interface org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext
Returns the checkpoint lock.
getClassAtPos(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Gets the class of the field at the given position.
getClassAtPos(int) - Method in class org.apache.flink.streaming.api.datastream.DiscretizedStream
 
getClassAtPos(int) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
getCollector() - Method in class org.apache.flink.streaming.api.operators.co.CoStreamFlatMap
 
getConfig() - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Gets the config object.
getConfiguration() - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getDegreeOfParallelism() - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
getDeleteOnEviction() - Method in class org.apache.flink.streaming.api.windowing.policy.CountEvictionPolicy
 
getDelta(DATA, DATA) - Method in interface org.apache.flink.streaming.api.windowing.deltafunction.DeltaFunction
Calculates the delta between two given data points.
getDelta(DATA, DATA) - Method in class org.apache.flink.streaming.api.windowing.deltafunction.ExtractionAwareDeltaFunction
This method takes the two data point and runs the set extractor on it.
getDiscretizedStream() - Method in class org.apache.flink.streaming.api.datastream.DiscretizedStream
 
getDiscretizedStream() - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Returns the DataStream of StreamWindows which represent the discretised stream.
getElement() - Method in class org.apache.flink.streaming.api.windowing.WindowEvent
 
getElements() - Method in class org.apache.flink.streaming.api.state.CircularFifoList
 
getEviction() - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
getEviction() - Method in class org.apache.flink.streaming.api.operators.windowing.StreamDiscretizer
 
getEviction() - Method in class org.apache.flink.streaming.api.windowing.WindowEvent
 
getExecutionConfig() - Method in class org.apache.flink.streaming.api.datastream.DataStream
 
getExecutionConfig() - Method in class org.apache.flink.streaming.api.datastream.DiscretizedStream
 
getExecutionConfig() - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
getExecutionConfig() - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
getExecutionEnvironment() - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
getExecutionEnvironment() - Method in class org.apache.flink.streaming.api.datastream.DataStream
 
getExecutionEnvironment() - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates an execution environment that represents the context in which the program is currently executed.
getExecutionPlan() - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates the plan with which the system will execute the program, and returns it as a String using a JSON representation of the execution data flow graph.
getField(int) - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecord
Gets the field of the contained object at the given position.
getFirst() - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Returns the first DataStream.
getForAggregation(AggregationFunction.AggregationType) - Static method in class org.apache.flink.streaming.api.functions.aggregation.Comparator
 
getForClass(Class<?>) - Static method in class org.apache.flink.streaming.api.functions.aggregation.SumFunction
 
getHost() - Method in class org.apache.flink.streaming.api.environment.RemoteStreamEnvironment
Gets the hostname of the master (JobManager), where the program will be executed.
getId() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Returns the ID of the DataStream in the current StreamExecutionEnvironment.
getID() - Method in class org.apache.flink.streaming.api.graph.StreamGraph.StreamLoop
 
getId() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getId() - Method in class org.apache.flink.streaming.runtime.tasks.StreamingSuperstep
 
getInEdgeIndices() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getInEdges() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getInnerType() - Method in class org.apache.flink.streaming.api.windowing.StreamWindowTypeInfo
 
getInPhysicalEdges(ClassLoader) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getInputFormat() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getInputSplitProvider() - Method in class org.apache.flink.streaming.runtime.tasks.StreamingRuntimeContext
Returns the input split provider associated with the operator.
getIterable() - Method in class org.apache.flink.streaming.api.state.CircularFifoList
 
getIterable1() - Method in class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
getIterable2() - Method in class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
getIterationId() - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getIterationWaitTime() - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getIterator() - Method in class org.apache.flink.streaming.api.state.CircularFifoList
 
getJobGraph() - Method in class org.apache.flink.streaming.api.graph.StreamGraph
Gets the assembled JobGraph and adds a default name for it.
getJobGraph(String) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
Gets the assembled JobGraph and adds a user specified name for it.
getJobVertexClass() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getJSON() - Method in class org.apache.flink.streaming.api.graph.JSONGenerator
 
getKey(StreamWindow<R>) - Method in class org.apache.flink.streaming.api.windowing.WindowUtils.WindowKey
 
getKey(KeySelector<T, R>) - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecord
Extracts key for the stored object using the keySelector provided.
getKey(IN) - Method in class org.apache.flink.streaming.util.keys.KeySelectorUtil.ArrayKeySelector
 
getKey(IN) - Method in class org.apache.flink.streaming.util.keys.KeySelectorUtil.ComparableKeySelector
 
getKeySelector() - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
 
getLength() - Method in class org.apache.flink.streaming.api.windowing.StreamWindowSerializer
 
getLength() - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecordSerializer
 
getLoopID(Integer) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
getLoopTimeout(Integer) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
getName() - Method in class org.apache.flink.streaming.api.datastream.DiscretizedStream
Gets the name of the current data stream.
getName() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
Gets the name of the current data stream.
getName() - Method in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
getNestedDelta(double[], double[]) - Method in class org.apache.flink.streaming.api.windowing.deltafunction.CosineDistance
 
getNestedDelta(double[], double[]) - Method in class org.apache.flink.streaming.api.windowing.deltafunction.EuclideanDistance
 
getNestedDelta(TO, TO) - Method in class org.apache.flink.streaming.api.windowing.deltafunction.ExtractionAwareDeltaFunction
This method is exactly the same as DeltaFunction.getDelta(Object, Object) except that it gets the result of the previously done extractions as input.
getNextNonBlocked() - Method in class org.apache.flink.streaming.runtime.io.BarrierBuffer
Returns the next non-blocked BufferOrEvent.
getNextReaderIndexBlocking() - Method in class org.apache.flink.streaming.runtime.io.CoRecordReader
 
getNextRecord(T1, T2) - Method in class org.apache.flink.streaming.runtime.io.CoRecordReader
 
getNextRecord(T) - Method in class org.apache.flink.streaming.runtime.io.StreamingAbstractRecordReader
 
getNonChainedOutputs(ClassLoader) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getNonProcessed() - Method in class org.apache.flink.streaming.runtime.io.BarrierBuffer
Get then next non-blocked non-processed BufferOrEvent.
getNumberOfExecutionRetries() - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Gets the number of times the system will try to re-execute failed tasks.
getNumberOfInputChannels() - Method in class org.apache.flink.streaming.runtime.io.IndexedMutableReader
 
getNumberOfInputs() - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getNumberOfOutputs() - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getObject() - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecord
Gets the wrapped object from the StreamRecord
getObjectSerializer() - Method in class org.apache.flink.streaming.api.windowing.StreamWindowSerializer
 
getObjectSerializer() - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecordSerializer
 
getOperator() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getOperatorName() - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getOperatorName() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getOperators() - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
getOutEdgeIndices() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getOutEdges(ClassLoader) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getOutEdges() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getOutEdgesInOrder(ClassLoader) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getOutput() - Method in class org.apache.flink.streaming.runtime.tasks.OutputHandler
 
getOutputs() - Method in class org.apache.flink.streaming.runtime.tasks.OutputHandler
 
getOutputSelectors() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getOutputSelectorWrapper(ClassLoader) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getOutputSelectorWrapper() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getParallelism() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Gets the parallelism for this operator.
getParallelism() - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Gets the parallelism with which operation are executed by default.
getParallelism() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getPartitioner() - Method in class org.apache.flink.streaming.api.graph.StreamEdge
 
getPort() - Method in class org.apache.flink.streaming.api.environment.RemoteStreamEnvironment
Gets the port of the master (JobManager), where the program will be executed.
getProducedType() - Method in class org.apache.flink.streaming.api.functions.source.ConnectorSource
 
getProducedType() - Method in class org.apache.flink.streaming.util.serialization.JavaDefaultStringSchema
 
getProducedType() - Method in class org.apache.flink.streaming.util.serialization.RawSchema
 
getProducedType() - Method in class org.apache.flink.streaming.util.serialization.SimpleStringSchema
 
getProducedType() - Method in class org.apache.flink.streaming.util.serialization.TypeInformationSerializationSchema
 
getRecordWriter() - Method in class org.apache.flink.streaming.api.collector.StreamOutput
 
getReduceOperator(CoReduceFunction<IN1, IN2, OUT>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
getSecond() - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Returns the second DataStream.
getSelectedNames(Integer, ClassLoader) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getSelectedNames() - Method in class org.apache.flink.streaming.api.graph.StreamEdge
 
getSelectedOutputs(OUT) - Method in class org.apache.flink.streaming.api.collector.selector.BroadcastOutputSelectorWrapper
 
getSelectedOutputs(OUT) - Method in class org.apache.flink.streaming.api.collector.selector.DirectedOutputSelectorWrapper
 
getSelectedOutputs(OUT) - Method in interface org.apache.flink.streaming.api.collector.selector.OutputSelectorWrapper
 
getSelectorForKeys(Keys<X>, TypeInformation<X>, ExecutionConfig) - Static method in class org.apache.flink.streaming.util.keys.KeySelectorUtil
 
getSink() - Method in class org.apache.flink.streaming.api.graph.StreamGraph.StreamLoop
 
getSlideSize() - Method in class org.apache.flink.streaming.api.windowing.policy.CountTriggerPolicy
 
getSlideSize() - Method in class org.apache.flink.streaming.api.windowing.policy.TimeTriggerPolicy
 
getSlideSize(TriggerPolicy<?>) - Static method in class org.apache.flink.streaming.api.windowing.WindowUtils
 
getSlotSharingID() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getSource() - Method in class org.apache.flink.streaming.api.graph.StreamGraph.StreamLoop
 
getSourceId() - Method in class org.apache.flink.streaming.api.graph.StreamEdge
 
getSourceIDs() - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
getSourceVertex() - Method in class org.apache.flink.streaming.api.graph.StreamEdge
 
getSpillFile() - Method in class org.apache.flink.streaming.runtime.io.BufferSpiller
 
getSpillFile() - Method in class org.apache.flink.streaming.runtime.io.SpillReader
 
getStart() - Method in class org.apache.flink.streaming.api.windowing.policy.CountEvictionPolicy
 
getStart() - Method in class org.apache.flink.streaming.api.windowing.policy.CountTriggerPolicy
 
getStartTime() - Method in class org.apache.flink.streaming.api.windowing.helper.TimestampWrapper
 
getStateHandleProvider(ClassLoader) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getStateHandleProvider() - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
getStateMonitoring() - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getStateSnapshotFromFunction(long, long) - Method in class org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator
 
getStateSnapshotFromFunction(long, long) - Method in interface org.apache.flink.streaming.api.operators.StatefulStreamOperator
 
getStrategy() - Method in class org.apache.flink.streaming.runtime.partitioner.StreamPartitioner
 
getStreamEdge(int, int) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
getStreamGraph() - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Getter of the StreamGraph of the streaming job.
getStreamingPlanAsJSON() - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
getStreamLoops() - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
getStreamNode(Integer) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
getStreamNodes() - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
getStreamOperator(ClassLoader) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getSumFunction(int, Class<?>, TypeInformation<T>) - Static method in class org.apache.flink.streaming.api.functions.aggregation.SumAggregator
 
getSumFunction(String, TypeInformation<T>, ExecutionConfig) - Static method in class org.apache.flink.streaming.api.functions.aggregation.SumAggregator
 
getSuperstepListener() - Method in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
getTargetId() - Method in class org.apache.flink.streaming.api.graph.StreamEdge
 
getTargetVertex() - Method in class org.apache.flink.streaming.api.graph.StreamEdge
 
getTaskStubParameters() - Method in class org.apache.flink.streaming.runtime.tasks.StreamingRuntimeContext
Returns the stub parameters associated with the TaskConfig of the operator.
getTimeout() - Method in class org.apache.flink.streaming.api.graph.StreamGraph.StreamLoop
 
getTimestamp(T) - Method in class org.apache.flink.streaming.api.windowing.helper.SystemTimestamp
 
getTimestamp(T) - Method in interface org.apache.flink.streaming.api.windowing.helper.Timestamp
Values
getTimestamp(T) - Method in class org.apache.flink.streaming.api.windowing.helper.TimestampWrapper
 
getTimestamp() - Method in class org.apache.flink.streaming.runtime.tasks.StreamingSuperstep
 
getTimeStampWrapper() - Method in class org.apache.flink.streaming.api.windowing.policy.TimeEvictionPolicy
 
getTimeStampWrapper() - Method in class org.apache.flink.streaming.api.windowing.policy.TimeTriggerPolicy
 
getTimeStampWrapper(TriggerPolicy<X>) - Static method in class org.apache.flink.streaming.api.windowing.WindowUtils
 
getTimeStampWrapper(EvictionPolicy<X>) - Static method in class org.apache.flink.streaming.api.windowing.WindowUtils
 
getTotalFields() - Method in class org.apache.flink.streaming.api.windowing.StreamWindowTypeInfo
 
getTransitiveChainedTaskConfigs(ClassLoader) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getTrigger() - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
getTrigger() - Method in class org.apache.flink.streaming.api.operators.windowing.StreamDiscretizer
 
getType() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Gets the type of the stream.
getType() - Method in class org.apache.flink.streaming.api.datastream.DiscretizedStream
Gets the output type.
getType() - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Gets the output type.
getType1() - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Gets the type of the first input
getType2() - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Gets the type of the second input
getTypeClass() - Method in class org.apache.flink.streaming.api.windowing.StreamWindowTypeInfo
 
getTypeNumber() - Method in class org.apache.flink.streaming.api.graph.StreamEdge
 
getTypeSerializerIn1(ClassLoader) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getTypeSerializerIn1() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getTypeSerializerIn2(ClassLoader) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getTypeSerializerIn2() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getTypeSerializerOut() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
getTypeSerializerOut1(ClassLoader) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getTypeSerializerOut2(ClassLoader) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getUDF() - Method in enum org.apache.flink.streaming.api.windowing.WindowUtils.WindowTransformation
 
getUserFunction() - Method in class org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator
 
getVertexID() - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
getVertexIDs() - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
getWindowSize() - Method in class org.apache.flink.streaming.api.windowing.policy.CountEvictionPolicy
 
getWindowSize() - Method in class org.apache.flink.streaming.api.windowing.policy.TimeEvictionPolicy
 
getWindowSize(EvictionPolicy<?>) - Static method in class org.apache.flink.streaming.api.windowing.WindowUtils
 
getWrapper() - Static method in class org.apache.flink.streaming.api.windowing.helper.SystemTimestamp
 
global() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Sets the partitioning of the DataStream so that the output values all go to the first instance of the next processing operator.
global() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
GlobalPartitioner<T> - Class in org.apache.flink.streaming.runtime.partitioner
 
GlobalPartitioner() - Constructor for class org.apache.flink.streaming.runtime.partitioner.GlobalPartitioner
 
granularity - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
granularity - Variable in class org.apache.flink.streaming.api.windowing.helper.Time
 
granularity - Variable in class org.apache.flink.streaming.api.windowing.policy.TimeTriggerPolicy
 
granularityInMillis() - Method in class org.apache.flink.streaming.api.windowing.helper.Time
 
groupBy(int, int) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
GroupBy operation for connected data stream.
groupBy(int[], int[]) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
GroupBy operation for connected data stream.
groupBy(String, String) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
GroupBy operation for connected data stream using key expressions.
groupBy(String[], String[]) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
GroupBy operation for connected data stream using key expressions.
groupBy(KeySelector<IN1, ?>, KeySelector<IN2, ?>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
GroupBy operation for connected data stream.
groupBy(int...) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Groups the elements of a DataStream by the given key positions to be used with grouped operators like GroupedDataStream.reduce(ReduceFunction)
groupBy(String...) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Groups a DataStream using field expressions.
groupBy(KeySelector<OUT, ?>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Groups the elements of a DataStream by the key extracted by the KeySelector to be used with grouped operators like GroupedDataStream.reduce(ReduceFunction).
groupBy(int...) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Groups the elements of the WindowedDataStream by the given key positions.
groupBy(String...) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Groups the elements of the WindowedDataStream by the given field expressions.
groupBy(KeySelector<OUT, ?>) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Groups the elements of the WindowedDataStream using the given KeySelector.
groupByKey - Variable in class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
GroupedActiveDiscretizer<IN> - Class in org.apache.flink.streaming.api.operators.windowing
 
GroupedActiveDiscretizer(KeySelector<IN, ?>, CentralActiveTrigger<IN>, CloneableEvictionPolicy<IN>) - Constructor for class org.apache.flink.streaming.api.operators.windowing.GroupedActiveDiscretizer
 
GroupedDataStream<OUT> - Class in org.apache.flink.streaming.api.datastream
A GroupedDataStream represents a DataStream which has been partitioned by the given KeySelector.
GroupedDataStream(DataStream<OUT>, KeySelector<OUT, ?>) - Constructor for class org.apache.flink.streaming.api.datastream.GroupedDataStream
Creates a new GroupedDataStream, group inclusion is determined using a KeySelector on the elements of the DataStream.
GroupedDataStream(GroupedDataStream<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.GroupedDataStream
 
groupedDiscretizers - Variable in class org.apache.flink.streaming.api.operators.windowing.GroupedStreamDiscretizer
 
GroupedStreamDiscretizer<IN> - Class in org.apache.flink.streaming.api.operators.windowing
This operator represents the grouped discretization step of a window transformation.
GroupedStreamDiscretizer(KeySelector<IN, ?>, CloneableTriggerPolicy<IN>, CloneableEvictionPolicy<IN>) - Constructor for class org.apache.flink.streaming.api.operators.windowing.GroupedStreamDiscretizer
 
GroupedWindowBuffer<T> - Class in org.apache.flink.streaming.api.operators.windowing
This operator flattens the results of the window transformations by outputing the elements of the StreamWindow one-by-one
GroupedWindowBuffer(WindowBuffer<T>, KeySelector<T, ?>) - Constructor for class org.apache.flink.streaming.api.operators.windowing.GroupedWindowBuffer
 

H

handleWindowEvent(WindowEvent<T>, WindowBuffer<T>) - Method in class org.apache.flink.streaming.api.operators.windowing.StreamWindowBuffer
 
hasChainedOperators - Variable in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
hashCode() - Method in class org.apache.flink.streaming.api.graph.StreamEdge
 
hashCode() - Method in class org.apache.flink.streaming.runtime.tasks.StreamingSuperstep
 

I

id - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
ID - Static variable in class org.apache.flink.streaming.api.graph.JSONGenerator
 
id - Variable in class org.apache.flink.streaming.runtime.tasks.StreamingSuperstep
 
index - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingCountGroupedPreReducer
 
index - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingCountPreReducer
 
IndexedMutableReader<T extends org.apache.flink.core.io.IOReadableWritable> - Class in org.apache.flink.streaming.runtime.io
 
IndexedMutableReader(InputGate) - Constructor for class org.apache.flink.streaming.runtime.io.IndexedMutableReader
 
IndexedReaderIterator<T> - Class in org.apache.flink.streaming.runtime.io
 
IndexedReaderIterator(IndexedMutableReader<DeserializationDelegate<T>>, TypeSerializer<T>) - Constructor for class org.apache.flink.streaming.runtime.io.IndexedReaderIterator
 
indexInSubtaskGroup - Variable in class org.apache.flink.streaming.api.functions.sink.FileSinkFunction
 
initializeFromFactory(StreamExecutionEnvironmentFactory) - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
 
input1 - Variable in class org.apache.flink.streaming.api.datastream.temporal.TemporalOperator
 
input2 - Variable in class org.apache.flink.streaming.api.datastream.temporal.TemporalOperator
 
inputCopyDisabled - Variable in class org.apache.flink.streaming.api.operators.AbstractStreamOperator
 
inputDeserializer1 - Variable in class org.apache.flink.streaming.runtime.tasks.TwoInputStreamTask
 
inputDeserializer2 - Variable in class org.apache.flink.streaming.runtime.tasks.TwoInputStreamTask
 
InputGateFactory - Class in org.apache.flink.streaming.runtime.io
 
InputGateFactory() - Constructor for class org.apache.flink.streaming.runtime.io.InputGateFactory
 
inSerializer - Variable in class org.apache.flink.streaming.runtime.tasks.OneInputStreamTask
 
instance() - Static method in class org.apache.flink.streaming.runtime.io.BlockingQueueBroker
retrieve singleton instance
intializeConnection() - Method in class org.apache.flink.streaming.api.functions.sink.SocketClientSink
Initializes the connection to Socket.
IntSum() - Constructor for class org.apache.flink.streaming.api.functions.aggregation.SumFunction.IntSum
 
invoke(IN) - Method in class org.apache.flink.streaming.api.functions.sink.FileSinkFunction
 
invoke(IN) - Method in class org.apache.flink.streaming.api.functions.sink.PrintSinkFunction
 
invoke(IN) - Method in class org.apache.flink.streaming.api.functions.sink.RichSinkFunction
 
invoke(IN) - Method in interface org.apache.flink.streaming.api.functions.sink.SinkFunction
Function for standard sink behaviour.
invoke(IN) - Method in class org.apache.flink.streaming.api.functions.sink.SocketClientSink
Called when new data arrives to the sink, and forwards it to Socket.
invoke(IN) - Method in class org.apache.flink.streaming.api.functions.sink.WriteSinkFunction
Implementation of the invoke method of the SinkFunction class.
invoke() - Method in class org.apache.flink.streaming.runtime.tasks.OneInputStreamTask
 
invoke() - Method in class org.apache.flink.streaming.runtime.tasks.SourceStreamTask
 
invoke() - Method in class org.apache.flink.streaming.runtime.tasks.StreamIterationHead
 
invoke() - Method in class org.apache.flink.streaming.runtime.tasks.StreamIterationTail
 
invoke() - Method in class org.apache.flink.streaming.runtime.tasks.TwoInputStreamTask
 
isAllBlocked() - Method in class org.apache.flink.streaming.runtime.io.BarrierBuffer
Checks whether all channels are blocked meaning that barriers are received from all channels
isBasicType() - Method in class org.apache.flink.streaming.api.windowing.StreamWindowTypeInfo
 
isBlocked(int) - Method in class org.apache.flink.streaming.runtime.io.BarrierBuffer
Checks whether a given channel index is blocked for this inputgate
isChainingEnabled() - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
isChainStart() - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
isCheckpointingEnabled() - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
isCountOnly(TriggerPolicy<?>, EvictionPolicy<?>) - Static method in class org.apache.flink.streaming.api.windowing.WindowUtils
 
isDefaultTimestamp() - Method in class org.apache.flink.streaming.api.windowing.helper.TimestampWrapper
 
isElement() - Method in class org.apache.flink.streaming.api.windowing.WindowEvent
 
isEmpty() - Method in class org.apache.flink.streaming.api.state.CircularFifoList
 
isEmpty() - Method in class org.apache.flink.streaming.api.state.NullableCircularBuffer
Returns true if this buffer is empty; false otherwise.
isEmpty() - Method in class org.apache.flink.streaming.runtime.io.BarrierBuffer
 
isEndOfStream(T) - Method in interface org.apache.flink.streaming.util.serialization.DeserializationSchema
Method to decide whether the element signals the end of the stream.
isEndOfStream(String) - Method in class org.apache.flink.streaming.util.serialization.JavaDefaultStringSchema
 
isEndOfStream(byte[]) - Method in class org.apache.flink.streaming.util.serialization.RawSchema
 
isEndOfStream(String) - Method in class org.apache.flink.streaming.util.serialization.SimpleStringSchema
 
isEndOfStream(T) - Method in class org.apache.flink.streaming.util.serialization.TypeInformationSerializationSchema
This schema never considers an element to signal end-of-stream, so this method returns always false.
isEviction() - Method in class org.apache.flink.streaming.api.windowing.WindowEvent
 
isExtremal(Comparable<R>, R) - Method in class org.apache.flink.streaming.api.functions.aggregation.Comparator
 
isFull() - Method in class org.apache.flink.streaming.api.state.NullableCircularBuffer
Returns true if this collection is full and no new elements can be added.
isGrouped - Variable in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
isGrouped() - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
isImmutableType() - Method in class org.apache.flink.streaming.api.windowing.StreamWindowSerializer
 
isImmutableType() - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecordSerializer
 
isInputCopyingDisabled() - Method in class org.apache.flink.streaming.api.operators.AbstractStreamOperator
 
isInputCopyingDisabled() - Method in interface org.apache.flink.streaming.api.operators.StreamOperator
An operator can return true here to disable copying of its input elements.
isIterative() - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
isJumpingCountPolicy(TriggerPolicy<?>, EvictionPolicy<?>) - Static method in class org.apache.flink.streaming.api.windowing.WindowUtils
 
isJumpingTimePolicy(TriggerPolicy<?>, EvictionPolicy<?>) - Static method in class org.apache.flink.streaming.api.windowing.WindowUtils
 
isKeyType() - Method in class org.apache.flink.streaming.api.windowing.StreamWindowTypeInfo
 
isLocal - Variable in class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
isolateResources() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
Isolates the operator in its own resource group.
isolateSlot() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
isParallelPolicy(TriggerPolicy<?>, EvictionPolicy<?>, int) - Static method in class org.apache.flink.streaming.api.windowing.WindowUtils
 
isPartitioned - Variable in class org.apache.flink.streaming.api.datastream.DiscretizedStream
 
isRunning - Variable in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
isSlidingCountPolicy(TriggerPolicy<?>, EvictionPolicy<?>) - Static method in class org.apache.flink.streaming.api.windowing.WindowUtils
 
isSlidingTimePolicy(TriggerPolicy<?>, EvictionPolicy<?>) - Static method in class org.apache.flink.streaming.api.windowing.WindowUtils
 
isSpilled() - Method in class org.apache.flink.streaming.runtime.io.SpillingBufferOrEvent
 
isSplit - Variable in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
isSystemTimeTrigger(TriggerPolicy<?>) - Static method in class org.apache.flink.streaming.api.windowing.WindowUtils
 
isTimeOnly(TriggerPolicy<?>, EvictionPolicy<?>) - Static method in class org.apache.flink.streaming.api.windowing.WindowUtils
 
isTrigger() - Method in class org.apache.flink.streaming.api.windowing.WindowEvent
 
isTumblingPolicy(TriggerPolicy<?>, EvictionPolicy<?>) - Static method in class org.apache.flink.streaming.api.windowing.WindowUtils
 
isTuple - Variable in class org.apache.flink.streaming.runtime.streamrecord.StreamRecord
 
isTupleType() - Method in class org.apache.flink.streaming.api.windowing.StreamWindowTypeInfo
 
iterate() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Initiates an iterative part of the program that feeds back data streams.
iterate(long) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Initiates an iterative part of the program that feeds back data streams.
iterationID - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
iterationWaitTime - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
IterativeDataStream<IN> - Class in org.apache.flink.streaming.api.datastream
The iterative data stream represents the start of an iteration in a DataStream.
IterativeDataStream(DataStream<IN>, long) - Constructor for class org.apache.flink.streaming.api.datastream.IterativeDataStream
 
iterator() - Method in class org.apache.flink.streaming.api.state.NullableCircularBuffer
Returns an iterator over this buffer's elements.

J

jars - Variable in class org.apache.flink.streaming.api.environment.StreamContextEnvironment
 
JavaDefaultStringSchema - Class in org.apache.flink.streaming.util.serialization
 
JavaDefaultStringSchema() - Constructor for class org.apache.flink.streaming.util.serialization.JavaDefaultStringSchema
 
jobGraphBuilder - Variable in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
join(DataStream<IN2>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Initiates a temporal Join transformation.
join(I1, I2) - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamJoinOperator.DefaultJoinFunction
 
JoinWindowFunction<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.functions.co
 
JoinWindowFunction(KeySelector<IN1, ?>, KeySelector<IN2, ?>, JoinFunction<IN1, IN2, OUT>) - Constructor for class org.apache.flink.streaming.api.functions.co.JoinWindowFunction
 
JSONGenerator - Class in org.apache.flink.streaming.api.graph
 
JSONGenerator(StreamGraph) - Constructor for class org.apache.flink.streaming.api.graph.JSONGenerator
 
JumpingCountGroupedPreReducer<T> - Class in org.apache.flink.streaming.api.windowing.windowbuffer
 
JumpingCountGroupedPreReducer(ReduceFunction<T>, KeySelector<T, ?>, TypeSerializer<T>, long) - Constructor for class org.apache.flink.streaming.api.windowing.windowbuffer.JumpingCountGroupedPreReducer
 
JumpingCountPreReducer<T> - Class in org.apache.flink.streaming.api.windowing.windowbuffer
Non-grouped pre-reducer for jumping time eviction policy (the policies are based on count, and the slide size is larger than the window size).
JumpingCountPreReducer(ReduceFunction<T>, TypeSerializer<T>, long) - Constructor for class org.apache.flink.streaming.api.windowing.windowbuffer.JumpingCountPreReducer
 
JumpingTimeGroupedPreReducer<T> - Class in org.apache.flink.streaming.api.windowing.windowbuffer
 
JumpingTimeGroupedPreReducer(ReduceFunction<T>, KeySelector<T, ?>, TypeSerializer<T>, long, long, TimestampWrapper<T>) - Constructor for class org.apache.flink.streaming.api.windowing.windowbuffer.JumpingTimeGroupedPreReducer
 
JumpingTimePreReducer<T> - Class in org.apache.flink.streaming.api.windowing.windowbuffer
Non-grouped pre-reducer for jumping time eviction policy (the policies are based on time, and the slide size is larger than the window size).
JumpingTimePreReducer(ReduceFunction<T>, TypeSerializer<T>, long, long, TimestampWrapper<T>) - Constructor for class org.apache.flink.streaming.api.windowing.windowbuffer.JumpingTimePreReducer
 

K

KeepAllEvictionPolicy<T> - Class in org.apache.flink.streaming.api.windowing.policy
 
KeepAllEvictionPolicy() - Constructor for class org.apache.flink.streaming.api.windowing.policy.KeepAllEvictionPolicy
 
key - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingGroupedPreReducer
 
keySelector - Variable in class org.apache.flink.streaming.api.operators.windowing.GroupedStreamDiscretizer
 
keySelector1 - Variable in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
keySelector1 - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamGroupedReduce
 
keySelector2 - Variable in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
keySelector2 - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamGroupedReduce
 
KeySelectorUtil - Class in org.apache.flink.streaming.util.keys
 
KeySelectorUtil() - Constructor for class org.apache.flink.streaming.util.keys.KeySelectorUtil
 
KeySelectorUtil.ArrayKeySelector<IN> - Class in org.apache.flink.streaming.util.keys
 
KeySelectorUtil.ComparableKeySelector<IN> - Class in org.apache.flink.streaming.util.keys
 

L

length - Variable in class org.apache.flink.streaming.api.windowing.helper.Time
 
local() - Method in class org.apache.flink.streaming.api.datastream.DiscretizedStream
 
local() - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Sets the window discretisation local, meaning that windows will be created in parallel at environment parallelism.
LocalStreamEnvironment - Class in org.apache.flink.streaming.api.environment
 
LocalStreamEnvironment() - Constructor for class org.apache.flink.streaming.api.environment.LocalStreamEnvironment
 
LOG - Static variable in class org.apache.flink.streaming.api.functions.source.SocketTextStreamFunction
 
LongSum() - Constructor for class org.apache.flink.streaming.api.functions.aggregation.SumFunction.LongSum
 

M

makeNewGroup(Object) - Method in class org.apache.flink.streaming.api.operators.windowing.GroupedActiveDiscretizer
 
makeNewGroup(Object) - Method in class org.apache.flink.streaming.api.operators.windowing.GroupedStreamDiscretizer
This method creates a new group.
map(CoMapFunction<IN1, IN2, OUT>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Applies a CoMap transformation on a ConnectedDataStream and maps the output to a common type.
map(MapFunction<OUT, R>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies a Map transformation on a DataStream.
map1(IN1) - Method in interface org.apache.flink.streaming.api.functions.co.CoMapFunction
 
map1(IN1) - Method in interface org.apache.flink.streaming.api.functions.co.CoReduceFunction
Maps the reduced first input to the output type.
map2(IN2) - Method in interface org.apache.flink.streaming.api.functions.co.CoMapFunction
 
map2(IN2) - Method in interface org.apache.flink.streaming.api.functions.co.CoReduceFunction
Maps the reduced second input to the output type.
mapWindow(WindowMapFunction<OUT, R>) - Method in class org.apache.flink.streaming.api.datastream.DiscretizedStream
 
mapWindow(WindowMapFunction<OUT, R>, TypeInformation<R>) - Method in class org.apache.flink.streaming.api.datastream.DiscretizedStream
 
mapWindow(WindowMapFunction<OUT, R>) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies a mapWindow transformation on the windowed data stream by calling the mapWindow function on the window at every trigger.
mapWindow(WindowMapFunction<OUT, R>, TypeInformation<R>) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies a mapWindow transformation on the windowed data stream by calling the mapWindow function on the window at every trigger.
mapWindow(Iterable<IN>, Collector<OUT>) - Method in class org.apache.flink.streaming.api.functions.RichWindowMapFunction
 
mapWindow(Iterable<T>, Collector<O>) - Method in interface org.apache.flink.streaming.api.functions.WindowMapFunction
 
max(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that gives the current maximum of the data stream at the given position.
max(String) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current maximum of the pojo data stream at the given field expression.
max(int) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies an aggregation that gives the maximum of the grouped data stream at the given position, grouped by the given key position.
max(int) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies an aggregation that gives the maximum value of every window of the data stream at the given position.
max(String) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies an aggregation that that gives the maximum value of the pojo data stream at the given field expression for every window.
max(int, int) - Static method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
maxBy(String, boolean) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current maximum element of the pojo data stream by the given field expression.
maxBy(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current element with the maximum value at the given position, if more elements have the maximum value at the given position, the operator returns the first one by default.
maxBy(String) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current element with the maximum value at the given position, if more elements have the maximum value at the given position, the operator returns the first one by default.
maxBy(int, boolean) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current element with the maximum value at the given position, if more elements have the maximum value at the given position, the operator returns either the first or last one, depending on the parameter set.
maxBy(int) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies an aggregation that that gives the current element with the maximum value at the given position for each group on a grouped data stream.
maxBy(int, boolean) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies an aggregation that that gives the current element with the maximum value at the given position for each group on a grouped data stream.
maxBy(int) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies an aggregation that gives the maximum element of every window of the data stream by the given position.
maxBy(String) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies an aggregation that gives the maximum element of every window of the data stream by the given position.
maxBy(int, boolean) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies an aggregation that gives the maximum element of every window of the data stream by the given position.
maxBy(String, boolean) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies an aggregation that that gives the maximum element of the pojo data stream by the given field expression for every window.
maxSize() - Method in class org.apache.flink.streaming.api.state.NullableCircularBuffer
Gets the maximum size of the collection (the bound).
merge(StreamWindow<R>...) - Static method in class org.apache.flink.streaming.api.windowing.StreamWindow
Merges compatible windows together.
merge(List<StreamWindow<R>>) - Static method in class org.apache.flink.streaming.api.windowing.StreamWindow
Merges compatible windows together.
min(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current minimum of the data stream at the given position.
min(String) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current minimum of the pojo data stream at the given field expression.
min(int) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies an aggregation that gives the minimum of the grouped data stream at the given position, grouped by the given key position.
min(int) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies an aggregation that that gives the minimum value of every window of the data stream at the given position.
min(String) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies an aggregation that that gives the minimum value of the pojo data stream at the given field expression for every window.
minBy(String, boolean) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current minimum element of the pojo data stream by the given field expression.
minBy(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current element with the minimum value at the given position, if more elements have the minimum value at the given position, the operator returns the first one by default.
minBy(String) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current element with the minimum value at the given position, if more elements have the minimum value at the given position, the operator returns the first one by default.
minBy(int, boolean) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current element with the minimum value at the given position, if more elements have the minimum value at the given position, the operator returns either the first or last one, depending on the parameter set.
minBy(int) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies an aggregation that that gives the current element with the minimum value at the given position for each group on a grouped data stream.
minBy(int, boolean) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies an aggregation that that gives the current element with the minimum value at the given position for each group on a grouped data stream.
minBy(int) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies an aggregation that gives the minimum element of every window of the data stream by the given position.
minBy(String) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies an aggregation that gives the minimum element of every window of the data stream by the given position.
minBy(int, boolean) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies an aggregation that gives the minimum element of every window of the data stream by the given position.
minBy(String, boolean) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies an aggregation that that gives the minimum element of the pojo data stream by the given field expression for every window.
minibatchCounter - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
miniBatchEnd() - Method in class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
MultiEvictionPolicy<DATA> - Class in org.apache.flink.streaming.api.windowing.policy
This policy provides the ability to use multiple eviction policies at the same time.
MultiEvictionPolicy(EvictionPolicy<DATA>...) - Constructor for class org.apache.flink.streaming.api.windowing.policy.MultiEvictionPolicy
This policy provides the ability to use multiple eviction policies at the same time.
MultiEvictionPolicy(MultiEvictionPolicy.EvictionStrategy, EvictionPolicy<DATA>...) - Constructor for class org.apache.flink.streaming.api.windowing.policy.MultiEvictionPolicy
This policy provides the ability to use multiple eviction policies at the same time.
MultiEvictionPolicy.EvictionStrategy - Enum in org.apache.flink.streaming.api.windowing.policy
This enum provides the different options for the eviction strategy.
MultiTriggerPolicy<DATA> - Class in org.apache.flink.streaming.api.windowing.policy
This class allows to use multiple trigger policies at the same time.
MultiTriggerPolicy(TriggerPolicy<DATA>...) - Constructor for class org.apache.flink.streaming.api.windowing.policy.MultiTriggerPolicy
This policy allows to use multiple trigger policies at the same time.

N

name(String) - Method in class org.apache.flink.streaming.api.datastream.DiscretizedStream
Sets the name of the current data stream.
name(String) - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
Sets the name of the current data stream.
newSlide() - Method in class org.apache.flink.streaming.api.state.CircularFifoList
 
next(T1, T2) - Method in class org.apache.flink.streaming.runtime.io.CoReaderIterator
 
next(T) - Method in class org.apache.flink.streaming.runtime.io.StreamingMutableRecordReader
 
nextID - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.WindowBuffer
 
nextRecordTime - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamWindow
 
noEvict() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingGroupedPreReducer
 
noEvict() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingPreReducer
 
notifyEviction(DATA, boolean, int) - Method in class org.apache.flink.streaming.api.windowing.policy.ActiveEvictionPolicyWrapper
 
notifyEviction(IN, boolean, int) - Method in class org.apache.flink.streaming.api.windowing.policy.CountEvictionPolicy
 
notifyEviction(DATA, boolean, int) - Method in class org.apache.flink.streaming.api.windowing.policy.DeltaPolicy
 
notifyEviction(DATA, boolean, int) - Method in interface org.apache.flink.streaming.api.windowing.policy.EvictionPolicy
Proves if and how many elements should be deleted from the element buffer.
notifyEviction(T, boolean, int) - Method in class org.apache.flink.streaming.api.windowing.policy.KeepAllEvictionPolicy
 
notifyEviction(DATA, boolean, int) - Method in class org.apache.flink.streaming.api.windowing.policy.MultiEvictionPolicy
 
notifyEviction(IN, boolean, int) - Method in class org.apache.flink.streaming.api.windowing.policy.PunctuationPolicy
 
notifyEviction(DATA, boolean, int) - Method in class org.apache.flink.streaming.api.windowing.policy.TimeEvictionPolicy
 
notifyEviction(Object, boolean, int) - Method in class org.apache.flink.streaming.api.windowing.policy.TumblingEvictionPolicy
Deletes all elements from the buffer in case the trigger occurred.
notifyEvictionWithFakeElement(Object, int) - Method in interface org.apache.flink.streaming.api.windowing.policy.ActiveEvictionPolicy
Proves if and how many elements should be deleted from the element buffer.
notifyEvictionWithFakeElement(Object, int) - Method in class org.apache.flink.streaming.api.windowing.policy.ActiveEvictionPolicyWrapper
 
notifyEvictionWithFakeElement(Object, int) - Method in class org.apache.flink.streaming.api.windowing.policy.MultiEvictionPolicy
 
notifyEvictionWithFakeElement(Object, int) - Method in class org.apache.flink.streaming.api.windowing.policy.TimeEvictionPolicy
 
notifyOnLastGlobalElement(DATA) - Method in interface org.apache.flink.streaming.api.windowing.policy.CentralActiveTrigger
This method is called to broadcast information about the last globally seen data point to all triggers.
notifyOnLastGlobalElement(DATA) - Method in class org.apache.flink.streaming.api.windowing.policy.TimeTriggerPolicy
 
notifyTrigger(IN) - Method in class org.apache.flink.streaming.api.windowing.policy.CountTriggerPolicy
 
notifyTrigger(DATA) - Method in class org.apache.flink.streaming.api.windowing.policy.DeltaPolicy
 
notifyTrigger(DATA) - Method in class org.apache.flink.streaming.api.windowing.policy.MultiTriggerPolicy
 
notifyTrigger(IN) - Method in class org.apache.flink.streaming.api.windowing.policy.PunctuationPolicy
 
notifyTrigger(DATA) - Method in class org.apache.flink.streaming.api.windowing.policy.TimeTriggerPolicy
 
notifyTrigger(DATA) - Method in interface org.apache.flink.streaming.api.windowing.policy.TriggerPolicy
Proves and returns if a new window should be started.
NullableCircularBuffer - Class in org.apache.flink.streaming.api.state
 
NullableCircularBuffer() - Constructor for class org.apache.flink.streaming.api.state.NullableCircularBuffer
Constructs a new BoundedFifoBuffer big enough to hold 32 elements.
NullableCircularBuffer(int) - Constructor for class org.apache.flink.streaming.api.state.NullableCircularBuffer
Constructs a new BoundedFifoBuffer big enough to hold the specified number of elements.
NullableCircularBuffer(Collection) - Constructor for class org.apache.flink.streaming.api.state.NullableCircularBuffer
Constructs a new BoundedFifoBuffer big enough to hold all of the elements in the specified collection.
numberOfBatches - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
numberOfDiscretizers - Variable in class org.apache.flink.streaming.api.operators.windowing.ParallelMerge
 
numberOfParts - Variable in class org.apache.flink.streaming.api.windowing.StreamWindow
 

O

of(int) - Static method in class org.apache.flink.streaming.api.windowing.helper.Count
Specifies a count based eviction (window size) or trigger policy (slide size).
of(double, DeltaFunction<DATA>, DATA) - Static method in class org.apache.flink.streaming.api.windowing.helper.Delta
Creates a delta helper representing a delta trigger or eviction policy.
of(long, TimeUnit) - Static method in class org.apache.flink.streaming.api.windowing.helper.Time
Creates a helper representing a time trigger which triggers every given length (slide size) or a time eviction which evicts all elements older than length (window size) using System time.
of(long, Timestamp<DATA>, long) - Static method in class org.apache.flink.streaming.api.windowing.helper.Time
Creates a helper representing a time trigger which triggers every given length (slide size) or a time eviction which evicts all elements older than length (window size) using a user defined timestamp extractor.
of(long, Timestamp<DATA>) - Static method in class org.apache.flink.streaming.api.windowing.helper.Time
Creates a helper representing a time trigger which triggers every given length (slide size) or a time eviction which evicts all elements older than length (window size) using a user defined timestamp extractor.
OneInputStreamOperator<IN,OUT> - Interface in org.apache.flink.streaming.api.operators
Interface for stream operators with one input.
OneInputStreamTask<IN,OUT> - Class in org.apache.flink.streaming.runtime.tasks
 
OneInputStreamTask() - Constructor for class org.apache.flink.streaming.runtime.tasks.OneInputStreamTask
 
onEvent(InputGate) - Method in class org.apache.flink.streaming.runtime.io.CoRecordReader
 
onWindow(long, TimeUnit) - Method in class org.apache.flink.streaming.api.datastream.temporal.TemporalOperator
Continues a temporal transformation.
Defines the window size on which the two DataStreams will be transformed.
onWindow(long, Timestamp<I1>, Timestamp<I2>) - Method in class org.apache.flink.streaming.api.datastream.temporal.TemporalOperator
Continues a temporal transformation.
Defines the window size on which the two DataStreams will be transformed.To define sliding windows call TemporalWindow.every(long, java.util.concurrent.TimeUnit) on the resulting operator.
onWindow(long, Timestamp<I1>, Timestamp<I2>, long) - Method in class org.apache.flink.streaming.api.datastream.temporal.TemporalOperator
Continues a temporal transformation.
Defines the window size on which the two DataStreams will be transformed.To define sliding windows call TemporalWindow.every(long, java.util.concurrent.TimeUnit) on the resulting operator.
open(Configuration) - Method in class org.apache.flink.streaming.api.functions.sink.FileSinkFunction
 
open(Configuration) - Method in class org.apache.flink.streaming.api.functions.sink.PrintSinkFunction
 
open(Configuration) - Method in class org.apache.flink.streaming.api.functions.sink.SocketClientSink
Initialize the connection with the Socket in the server.
open(Configuration) - Method in class org.apache.flink.streaming.api.functions.source.FileSourceFunction
 
open(Configuration) - Method in class org.apache.flink.streaming.api.functions.source.FromSplittableIteratorFunction
 
open(Configuration) - Method in class org.apache.flink.streaming.api.functions.source.SocketTextStreamFunction
 
open(Configuration) - Method in class org.apache.flink.streaming.api.operators.AbstractStreamOperator
 
open(Configuration) - Method in class org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator
 
open(Configuration) - Method in class org.apache.flink.streaming.api.operators.StreamFold
 
open(Configuration) - Method in interface org.apache.flink.streaming.api.operators.StreamOperator
This method is called before any elements are processed.
open(Configuration) - Method in class org.apache.flink.streaming.api.operators.StreamProject
 
open(Configuration) - Method in class org.apache.flink.streaming.api.operators.windowing.GroupedActiveDiscretizer
 
open(Configuration) - Method in class org.apache.flink.streaming.api.operators.windowing.ParallelMerge
 
open(Configuration) - Method in class org.apache.flink.streaming.api.operators.windowing.StreamDiscretizer
 
openOperator() - Method in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
operator - Variable in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
optimizeGraph(StreamGraph) - Static method in class org.apache.flink.streaming.api.graph.WindowingOptimizer
 
org.apache.flink.streaming.api.checkpoint - package org.apache.flink.streaming.api.checkpoint
 
org.apache.flink.streaming.api.collector - package org.apache.flink.streaming.api.collector
 
org.apache.flink.streaming.api.collector.selector - package org.apache.flink.streaming.api.collector.selector
 
org.apache.flink.streaming.api.datastream - package org.apache.flink.streaming.api.datastream
 
org.apache.flink.streaming.api.datastream.temporal - package org.apache.flink.streaming.api.datastream.temporal
 
org.apache.flink.streaming.api.environment - package org.apache.flink.streaming.api.environment
 
org.apache.flink.streaming.api.functions - package org.apache.flink.streaming.api.functions
 
org.apache.flink.streaming.api.functions.aggregation - package org.apache.flink.streaming.api.functions.aggregation
 
org.apache.flink.streaming.api.functions.co - package org.apache.flink.streaming.api.functions.co
 
org.apache.flink.streaming.api.functions.sink - package org.apache.flink.streaming.api.functions.sink
 
org.apache.flink.streaming.api.functions.source - package org.apache.flink.streaming.api.functions.source
 
org.apache.flink.streaming.api.graph - package org.apache.flink.streaming.api.graph
 
org.apache.flink.streaming.api.operators - package org.apache.flink.streaming.api.operators
 
org.apache.flink.streaming.api.operators.co - package org.apache.flink.streaming.api.operators.co
 
org.apache.flink.streaming.api.operators.windowing - package org.apache.flink.streaming.api.operators.windowing
 
org.apache.flink.streaming.api.state - package org.apache.flink.streaming.api.state
 
org.apache.flink.streaming.api.windowing - package org.apache.flink.streaming.api.windowing
 
org.apache.flink.streaming.api.windowing.deltafunction - package org.apache.flink.streaming.api.windowing.deltafunction
 
org.apache.flink.streaming.api.windowing.extractor - package org.apache.flink.streaming.api.windowing.extractor
 
org.apache.flink.streaming.api.windowing.helper - package org.apache.flink.streaming.api.windowing.helper
 
org.apache.flink.streaming.api.windowing.policy - package org.apache.flink.streaming.api.windowing.policy
 
org.apache.flink.streaming.api.windowing.windowbuffer - package org.apache.flink.streaming.api.windowing.windowbuffer
 
org.apache.flink.streaming.runtime.io - package org.apache.flink.streaming.runtime.io
 
org.apache.flink.streaming.runtime.partitioner - package org.apache.flink.streaming.runtime.partitioner
 
org.apache.flink.streaming.runtime.streamrecord - package org.apache.flink.streaming.runtime.streamrecord
 
org.apache.flink.streaming.runtime.tasks - package org.apache.flink.streaming.runtime.tasks
 
org.apache.flink.streaming.util - package org.apache.flink.streaming.util
 
org.apache.flink.streaming.util.keys - package org.apache.flink.streaming.util.keys
 
org.apache.flink.streaming.util.serialization - package org.apache.flink.streaming.util.serialization
 
output - Variable in class org.apache.flink.streaming.api.operators.AbstractStreamOperator
 
Output<T> - Interface in org.apache.flink.streaming.api.operators
A StreamOperator is supplied with an object of this interface that can be used to emit elements and other messages, such as barriers and low watermarks, from an operator.
OutputHandler<OUT> - Class in org.apache.flink.streaming.runtime.tasks
 
OutputHandler(StreamTask<OUT, ?>) - Constructor for class org.apache.flink.streaming.runtime.tasks.OutputHandler
 
outputHandler - Variable in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
OutputSelector<OUT> - Interface in org.apache.flink.streaming.api.collector.selector
OutputSelectorWrapper<OUT> - Interface in org.apache.flink.streaming.api.collector.selector
 
OutputSelectorWrapperFactory - Class in org.apache.flink.streaming.api.collector.selector
 
OutputSelectorWrapperFactory() - Constructor for class org.apache.flink.streaming.api.collector.selector.OutputSelectorWrapperFactory
 
outTypeInformation - Variable in class org.apache.flink.streaming.api.operators.StreamFold
 
outTypeSerializer - Variable in class org.apache.flink.streaming.api.operators.StreamFold
 

P

PACT - Static variable in class org.apache.flink.streaming.api.graph.JSONGenerator
 
ParallelGroupedMerge<OUT> - Class in org.apache.flink.streaming.api.operators.windowing
The version of the ParallelMerge CoFlatMap that does not reduce the incoming elements only appends them to the current window.
ParallelGroupedMerge() - Constructor for class org.apache.flink.streaming.api.operators.windowing.ParallelGroupedMerge
 
parallelism - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
PARALLELISM - Static variable in class org.apache.flink.streaming.api.graph.JSONGenerator
 
ParallelMerge<OUT> - Class in org.apache.flink.streaming.api.operators.windowing
Class that encapsulates the functionality necessary to merge windows created in parallel.
ParallelMerge(ReduceFunction<OUT>) - Constructor for class org.apache.flink.streaming.api.operators.windowing.ParallelMerge
 
ParallelMergeOperator<OUT> - Class in org.apache.flink.streaming.api.operators.windowing
 
ParallelMergeOperator(ParallelMerge<OUT>) - Constructor for class org.apache.flink.streaming.api.operators.windowing.ParallelMergeOperator
 
ParallelSourceFunction<OUT> - Interface in org.apache.flink.streaming.api.functions.source
A stream data source that is executed in parallel.
parameters - Variable in class org.apache.flink.streaming.api.operators.windowing.GroupedStreamDiscretizer
 
partitionBy(StreamWindow<X>, KeySelector<X, ?>, boolean) - Static method in class org.apache.flink.streaming.api.windowing.StreamWindow
Partitions the window using the given keyselector.
partitionByHash(int, int) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
PartitionBy operation for connected data stream.
partitionByHash(int[], int[]) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
PartitionBy operation for connected data stream.
partitionByHash(String, String) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
PartitionBy operation for connected data stream using key expressions.
partitionByHash(String[], String[]) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
PartitionBy operation for connected data stream using key expressions.
partitionByHash(KeySelector<IN1, ?>, KeySelector<IN2, ?>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
PartitionBy operation for connected data stream.
partitionByHash(int...) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Sets the partitioning of the DataStream so that the output is partitioned hashing on the given fields.
partitionByHash(String...) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Sets the partitioning of the DataStream so that the output is partitioned hashing on the given fields.
partitionByHash(KeySelector<OUT, ?>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Sets the partitioning of the DataStream so that the output is partitioned using the given KeySelector.
partitioner - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
path - Variable in class org.apache.flink.streaming.api.functions.sink.WriteSinkFunction
 
position - Variable in class org.apache.flink.streaming.api.functions.aggregation.AggregationFunction
 
PreAggregator - Interface in org.apache.flink.streaming.api.windowing.windowbuffer
Interface for marking window pre-aggregators that fully process the window so that no further reduce step is necessary afterwards.
PREDECESSORS - Static variable in class org.apache.flink.streaming.api.graph.JSONGenerator
 
preNotifyTrigger(DATA) - Method in interface org.apache.flink.streaming.api.windowing.policy.ActiveTriggerPolicy
Whenever an element arrives at the operator, the ActiveTriggerPolicy.preNotifyTrigger(Object) method gets called first.
preNotifyTrigger(DATA) - Method in class org.apache.flink.streaming.api.windowing.policy.MultiTriggerPolicy
 
preNotifyTrigger(DATA) - Method in class org.apache.flink.streaming.api.windowing.policy.TimeTriggerPolicy
This method checks if we missed a window end.
print() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the standard output stream (stdout).
For each element of the DataStream the result of Object.toString() is written.
PrintSinkFunction<IN> - Class in org.apache.flink.streaming.api.functions.sink
Implementation of the SinkFunction writing every tuple to the standard output or standard error stream.
PrintSinkFunction() - Constructor for class org.apache.flink.streaming.api.functions.sink.PrintSinkFunction
Instantiates a print sink function that prints to standard out.
PrintSinkFunction(boolean) - Constructor for class org.apache.flink.streaming.api.functions.sink.PrintSinkFunction
Instantiates a print sink function that prints to standard out.
printToErr() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the standard output stream (stderr).
For each element of the DataStream the result of Object.toString() is written.
processElement(IN) - Method in interface org.apache.flink.streaming.api.operators.OneInputStreamOperator
 
processElement(IN) - Method in class org.apache.flink.streaming.api.operators.StreamCounter
 
processElement(IN) - Method in class org.apache.flink.streaming.api.operators.StreamFilter
 
processElement(IN) - Method in class org.apache.flink.streaming.api.operators.StreamFlatMap
 
processElement(IN) - Method in class org.apache.flink.streaming.api.operators.StreamFold
 
processElement(IN) - Method in class org.apache.flink.streaming.api.operators.StreamGroupedFold
 
processElement(IN) - Method in class org.apache.flink.streaming.api.operators.StreamGroupedReduce
 
processElement(IN) - Method in class org.apache.flink.streaming.api.operators.StreamMap
 
processElement(IN) - Method in class org.apache.flink.streaming.api.operators.StreamProject
 
processElement(IN) - Method in class org.apache.flink.streaming.api.operators.StreamReduce
 
processElement(IN) - Method in class org.apache.flink.streaming.api.operators.StreamSink
 
processElement(IN) - Method in class org.apache.flink.streaming.api.operators.windowing.GroupedActiveDiscretizer
 
processElement(IN) - Method in class org.apache.flink.streaming.api.operators.windowing.GroupedStreamDiscretizer
 
processElement(WindowEvent<T>) - Method in class org.apache.flink.streaming.api.operators.windowing.GroupedWindowBuffer
 
processElement(IN) - Method in class org.apache.flink.streaming.api.operators.windowing.StreamDiscretizer
 
processElement(WindowEvent<T>) - Method in class org.apache.flink.streaming.api.operators.windowing.StreamWindowBuffer
 
processElement(StreamWindow<T>) - Method in class org.apache.flink.streaming.api.operators.windowing.WindowFlattener
 
processElement(StreamWindow<T>) - Method in class org.apache.flink.streaming.api.operators.windowing.WindowMerger
 
processElement(StreamWindow<T>) - Method in class org.apache.flink.streaming.api.operators.windowing.WindowPartitioner
 
processElement1(IN1) - Method in class org.apache.flink.streaming.api.operators.co.CoStreamFlatMap
 
processElement1(IN1) - Method in class org.apache.flink.streaming.api.operators.co.CoStreamGroupedReduce
 
processElement1(IN1) - Method in class org.apache.flink.streaming.api.operators.co.CoStreamMap
 
processElement1(IN1) - Method in class org.apache.flink.streaming.api.operators.co.CoStreamReduce
 
processElement1(IN1) - Method in class org.apache.flink.streaming.api.operators.co.CoStreamWindow
 
processElement1(IN1) - Method in interface org.apache.flink.streaming.api.operators.TwoInputStreamOperator
 
processElement2(IN2) - Method in class org.apache.flink.streaming.api.operators.co.CoStreamFlatMap
 
processElement2(IN2) - Method in class org.apache.flink.streaming.api.operators.co.CoStreamGroupedReduce
 
processElement2(IN2) - Method in class org.apache.flink.streaming.api.operators.co.CoStreamMap
 
processElement2(IN2) - Method in class org.apache.flink.streaming.api.operators.co.CoStreamReduce
 
processElement2(IN2) - Method in class org.apache.flink.streaming.api.operators.co.CoStreamWindow
 
processElement2(IN2) - Method in interface org.apache.flink.streaming.api.operators.TwoInputStreamOperator
 
processRealElement(IN) - Method in class org.apache.flink.streaming.api.operators.windowing.StreamDiscretizer
This method processed an arrived real element The method is synchronized to ensure that it cannot interleave with StreamDiscretizer.triggerOnFakeElement(Object)
processSuperstep(BufferOrEvent) - Method in class org.apache.flink.streaming.runtime.io.BarrierBuffer
Processes a streaming superstep event
project(int...) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Initiates a Project transformation on a Tuple DataStream.
Note: Only Tuple DataStreams can be projected.
The transformation projects each Tuple of the DataSet onto a (sub)set of fields.
projectTuple1() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple10() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple11() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple12() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple13() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple14() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple15() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple16() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple17() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple18() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple19() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple2() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple20() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple21() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple22() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple23() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple24() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple25() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple3() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple4() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple5() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple6() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple7() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple8() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTuple9() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
projectTupleX() - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Chooses a projectTupleX according to the length of StreamProjection.fieldIndexes
PunctuationPolicy<IN,DATA> - Class in org.apache.flink.streaming.api.windowing.policy
This policy can be used to trigger and evict based on a punctuation which is present within the arriving data.
PunctuationPolicy(DATA) - Constructor for class org.apache.flink.streaming.api.windowing.policy.PunctuationPolicy
Creates the punctuation policy without using any extractor.
PunctuationPolicy(DATA, Extractor<IN, DATA>) - Constructor for class org.apache.flink.streaming.api.windowing.policy.PunctuationPolicy
Creates the punctuation policy which uses the specified extractor to isolate the punctuation from the data.

R

RawSchema - Class in org.apache.flink.streaming.util.serialization
 
RawSchema() - Constructor for class org.apache.flink.streaming.util.serialization.RawSchema
 
read(DataInputView) - Method in class org.apache.flink.streaming.runtime.tasks.StreamingSuperstep
 
readFile(FileInputFormat<OUT>, String) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Reads the given file with the given imput format.
readFileOfPrimitives(String, Class<OUT>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a data stream that represents the primitive type produced by reading the given file line wise.
readFileOfPrimitives(String, String, Class<OUT>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a data stream that represents the primitive type produced by reading the given file in delimited way.
readFileStream(String, long, FileMonitoringFunction.WatchType) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a data stream that contains the contents of file created while system watches the given path.
readNext() - Method in class org.apache.flink.streaming.runtime.tasks.OneInputStreamTask
 
readNextBuffer(int) - Method in class org.apache.flink.streaming.runtime.io.SpillReader
Reads the next buffer from the spilled file.
readTextFile(String) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a data stream that represents the Strings produced by reading the given file line wise.
readTextFile(String, String) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a data stream that represents the Strings produced by reading the given file line wise.
readTextFileWithValue(String) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a data stream that represents the strings produced by reading the given file line wise.
readTextFileWithValue(String, String, boolean) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a data stream that represents the Strings produced by reading the given file line wise.
rebalance() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Sets the partitioning of the DataStream so that the output tuples are distributed evenly to instances of the next component in a Round-robin fashion.
rebalance() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
RebalancePartitioner<T> - Class in org.apache.flink.streaming.runtime.partitioner
Partitioner that distributes the data equally by cycling through the output channels.
RebalancePartitioner(boolean) - Constructor for class org.apache.flink.streaming.runtime.partitioner.RebalancePartitioner
 
recordIterator - Variable in class org.apache.flink.streaming.runtime.tasks.OneInputStreamTask
 
RecordWriterFactory - Class in org.apache.flink.streaming.runtime.io
 
RecordWriterFactory() - Constructor for class org.apache.flink.streaming.runtime.io.RecordWriterFactory
 
reduce(CoReduceFunction<IN1, IN2, OUT>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Applies a reduce transformation on a ConnectedDataStream and maps the outputs to a common type.
reduce(ReduceFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies a reduce transformation on the data stream.
reduce(ReduceFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies a reduce transformation on the grouped data stream grouped on by the given key position.
reduce1(IN1, IN1) - Method in interface org.apache.flink.streaming.api.functions.co.CoReduceFunction
The core method of CoReduceFunction, combining two values of the first input into one value of the same type.
reduce2(IN2, IN2) - Method in interface org.apache.flink.streaming.api.functions.co.CoReduceFunction
The core method of ReduceFunction, combining two values of the second input into one value of the same type.
reduced - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
reducedMap - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingGroupedPreReducer
 
reduceLastBatch() - Method in class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
reducer - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
reduceWindow(ReduceFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DiscretizedStream
 
reduceWindow(ReduceFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies a reduce transformation on the windowed data stream by reducing the current window at every trigger.The user can also extend the RichReduceFunction to gain access to other features provided by the RichFunction interface.
registerInputOutput() - Method in class org.apache.flink.streaming.runtime.tasks.OneInputStreamTask
 
registerInputOutput() - Method in class org.apache.flink.streaming.runtime.tasks.StreamIterationHead
 
registerInputOutput() - Method in class org.apache.flink.streaming.runtime.tasks.StreamIterationTail
 
registerInputOutput() - Method in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
registerInputOutput() - Method in class org.apache.flink.streaming.runtime.tasks.TwoInputStreamTask
 
registerType(Class<?>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Registers the given type with the serialization stack.
registerTypeWithKryoSerializer(Class<?>, Serializer<?>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Registers the given type with a Kryo Serializer.
registerTypeWithKryoSerializer(Class<?>, Class<? extends Serializer<?>>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Registers the given Serializer via its class as a serializer for the given type at the KryoSerializer
releaseBlocks() - Method in class org.apache.flink.streaming.runtime.io.BarrierBuffer
Releases the blocks on all channels.
RemoteStreamEnvironment - Class in org.apache.flink.streaming.api.environment
 
RemoteStreamEnvironment(String, int, String...) - Constructor for class org.apache.flink.streaming.api.environment.RemoteStreamEnvironment
Creates a new RemoteStreamEnvironment that points to the master (JobManager) described by the given host name and port.
remove() - Method in class org.apache.flink.streaming.api.state.NullableCircularBuffer
Removes the least recently inserted element from this buffer.
removeEdge(StreamEdge) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
removeLastReduced() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingGroupedPreReducer
 
removeLastReduced() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
removeVertex(StreamNode) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
requestPartitionsOnce() - Method in class org.apache.flink.streaming.runtime.io.CoRecordReader
 
resetCurrent() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingGroupedPreReducer
 
resetCurrent() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
resetParameters() - Method in class org.apache.flink.streaming.api.functions.sink.FileSinkFunction
Statements to be executed after writing a batch goes here.
resetParameters() - Method in class org.apache.flink.streaming.api.functions.sink.FileSinkFunctionByMillis
Statements to be executed after writing a batch goes here.
resetParameters() - Method in class org.apache.flink.streaming.api.functions.sink.WriteSinkFunction
Statements to be executed after writing a batch goes here.
resetParameters() - Method in class org.apache.flink.streaming.api.functions.sink.WriteSinkFunctionByMillis
 
resetSpillFile() - Method in class org.apache.flink.streaming.runtime.io.BufferSpiller
 
restoreInitialState(Serializable) - Method in class org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator
 
restoreInitialState(Serializable) - Method in interface org.apache.flink.streaming.api.operators.StatefulStreamOperator
 
restoreState(T) - Method in interface org.apache.flink.streaming.api.checkpoint.Checkpointed
Restores the state of the function or operator to that of a previous checkpoint.
returns(String) - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
Adds a type information hint about the return type of this operator.
returns(TypeInformation<OUT>) - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
Adds a type information hint about the return type of this operator.
returns(Class<OUT>) - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
Adds a type information hint about the return type of this operator.
RichCoFlatMapFunction<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.functions.co
A RichCoFlatMapFunction represents a FlatMap transformation with two different input types.
RichCoFlatMapFunction() - Constructor for class org.apache.flink.streaming.api.functions.co.RichCoFlatMapFunction
 
RichCoMapFunction<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.functions.co
A RichCoMapFunction represents a Map transformation with two different input types.
RichCoMapFunction() - Constructor for class org.apache.flink.streaming.api.functions.co.RichCoMapFunction
 
RichCoReduceFunction<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.functions.co
A RichCoReduceFunction represents a Reduce transformation with two different input types.
RichCoReduceFunction() - Constructor for class org.apache.flink.streaming.api.functions.co.RichCoReduceFunction
 
RichCoWindowFunction<IN1,IN2,O> - Class in org.apache.flink.streaming.api.functions.co
 
RichCoWindowFunction() - Constructor for class org.apache.flink.streaming.api.functions.co.RichCoWindowFunction
 
RichParallelSourceFunction<OUT> - Class in org.apache.flink.streaming.api.functions.source
Base class for implementing a parallel data source.
RichParallelSourceFunction() - Constructor for class org.apache.flink.streaming.api.functions.source.RichParallelSourceFunction
 
RichSinkFunction<IN> - Class in org.apache.flink.streaming.api.functions.sink
 
RichSinkFunction() - Constructor for class org.apache.flink.streaming.api.functions.sink.RichSinkFunction
 
RichSourceFunction<OUT> - Class in org.apache.flink.streaming.api.functions.source
Base class for implementing a parallel data source that has access to context information (via AbstractRichFunction.getRuntimeContext()) and additional life-cycle methods (AbstractRichFunction.open(org.apache.flink.configuration.Configuration) and AbstractRichFunction.close().
RichSourceFunction() - Constructor for class org.apache.flink.streaming.api.functions.source.RichSourceFunction
 
RichWindowMapFunction<IN,OUT> - Class in org.apache.flink.streaming.api.functions
Abstract class for defining rich mapWindow transformation to be applied on WindowedDataStreams.
RichWindowMapFunction() - Constructor for class org.apache.flink.streaming.api.functions.RichWindowMapFunction
 
rnd - Static variable in class org.apache.flink.streaming.runtime.io.BufferSpiller
 
run(SourceFunction.SourceContext<Tuple3<String, Long, Long>>) - Method in class org.apache.flink.streaming.api.functions.source.FileMonitoringFunction
 
run(SourceFunction.SourceContext<OUT>) - Method in class org.apache.flink.streaming.api.functions.source.FileSourceFunction
 
run(SourceFunction.SourceContext<T>) - Method in class org.apache.flink.streaming.api.functions.source.FromElementsFunction
 
run(SourceFunction.SourceContext<T>) - Method in class org.apache.flink.streaming.api.functions.source.FromIteratorFunction
 
run(SourceFunction.SourceContext<T>) - Method in class org.apache.flink.streaming.api.functions.source.FromSplittableIteratorFunction
 
run(SourceFunction.SourceContext<String>) - Method in class org.apache.flink.streaming.api.functions.source.SocketTextStreamFunction
 
run(SourceFunction.SourceContext<T>) - Method in interface org.apache.flink.streaming.api.functions.source.SourceFunction
Starts the source.
run(Object, Collector<OUT>) - Method in class org.apache.flink.streaming.api.operators.StreamSource
 
runOnMiniCluster(JobGraph, int, long, boolean) - Static method in class org.apache.flink.streaming.util.ClusterUtil
Executes the given JobGraph locally, on a FlinkMiniCluster
runOnMiniCluster(JobGraph, int, boolean) - Static method in class org.apache.flink.streaming.util.ClusterUtil
 
runtimeContext - Variable in class org.apache.flink.streaming.api.operators.AbstractStreamOperator
 

S

schema - Variable in class org.apache.flink.streaming.api.functions.source.ConnectorSource
 
select(OUT) - Method in interface org.apache.flink.streaming.api.collector.selector.OutputSelector
Method for selecting output names for the emitted objects when using the DataStream.split(org.apache.flink.streaming.api.collector.selector.OutputSelector<OUT>) method.
select(String...) - Method in class org.apache.flink.streaming.api.datastream.SplitDataStream
Sets the output names for which the next operator will receive values.
selectChannels(SerializationDelegate<StreamRecord<T>>, int) - Method in class org.apache.flink.streaming.runtime.partitioner.BroadcastPartitioner
 
selectChannels(SerializationDelegate<StreamRecord<T>>, int) - Method in class org.apache.flink.streaming.runtime.partitioner.FieldsPartitioner
 
selectChannels(SerializationDelegate<StreamRecord<T>>, int) - Method in class org.apache.flink.streaming.runtime.partitioner.GlobalPartitioner
 
selectChannels(SerializationDelegate<StreamRecord<T>>, int) - Method in class org.apache.flink.streaming.runtime.partitioner.RebalancePartitioner
 
selectChannels(SerializationDelegate<StreamRecord<T>>, int) - Method in class org.apache.flink.streaming.runtime.partitioner.ShufflePartitioner
 
sendFakeElement(Object) - Method in interface org.apache.flink.streaming.api.windowing.policy.ActiveTriggerCallback
Submits a new fake data point to the element buffer.
sequentialID - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.WindowBuffer
 
sequentialID() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.WindowBuffer
 
SerializationSchema<T,R> - Interface in org.apache.flink.streaming.util.serialization
 
serialize(StreamWindow<T>, DataOutputView) - Method in class org.apache.flink.streaming.api.windowing.StreamWindowSerializer
 
serialize(StreamRecord<T>, DataOutputView) - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecordSerializer
 
serialize(String) - Method in class org.apache.flink.streaming.util.serialization.JavaDefaultStringSchema
 
serialize(byte[]) - Method in class org.apache.flink.streaming.util.serialization.RawSchema
 
serialize(T) - Method in interface org.apache.flink.streaming.util.serialization.SerializationSchema
Serializes the incoming element to a specified type.
serialize(String) - Method in class org.apache.flink.streaming.util.serialization.SimpleStringSchema
 
serialize(T) - Method in class org.apache.flink.streaming.util.serialization.TypeInformationSerializationSchema
 
serializer - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
setBufferTimeout(long) - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
Sets the maximum time frequency (ms) for the flushing of the output buffer.
setBufferTimeout(long) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Sets the maximum time frequency (milliseconds) for the flushing of the output buffers.
setBufferTimeout(long) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setBufferTimeout(Integer, long) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
setBufferTimeout(Long) - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
setChainedOutputs(List<StreamEdge>) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setChaining(boolean) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
setChainingStrategy(StreamOperator.ChainingStrategy) - Method in class org.apache.flink.streaming.api.operators.AbstractStreamOperator
 
setChainingStrategy(StreamOperator.ChainingStrategy) - Method in interface org.apache.flink.streaming.api.operators.StreamOperator
 
setChainStart() - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setCheckpointingEnabled(boolean) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
setCheckpointingInterval(long) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
setConnectionType(StreamPartitioner<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Internal function for setting the partitioner for the DataStream
setConnectionType(StreamPartitioner<OUT>) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
 
setDefaultLocalParallelism(int) - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Sets the default parallelism that will be used for the local execution environment created by StreamExecutionEnvironment.createLocalEnvironment().
setDegreeOfParallelism(int) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
setElement(T) - Method in class org.apache.flink.streaming.api.windowing.WindowEvent
 
setEviction(Integer) - Method in class org.apache.flink.streaming.api.windowing.WindowEvent
 
setExecutionConfig(ExecutionConfig) - Method in class org.apache.flink.streaming.api.windowing.helper.WindowingHelper
Setter for the ExecutionConfig field.
setID(int) - Method in class org.apache.flink.streaming.api.windowing.StreamWindow
 
setInitialState(StateHandle<Serializable>) - Method in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
setInPhysicalEdges(List<StreamEdge>) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setInputFormat(Integer, InputFormat<?, ?>) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
setInputFormat(InputFormat<?, ?>) - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
setIterationId(Integer) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setIterationWaitTime(long) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setJobName(String) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
setNonChainedOutputs(List<StreamEdge>) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setNumberOfExecutionRetries(int) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Sets the number of times that failed tasks are re-executed.
setNumberOfInputs(int) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setNumberOfOutputs(int) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setNumberOfParts(int) - Method in class org.apache.flink.streaming.api.windowing.StreamWindow
 
setObject(T) - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecord
Sets the object stored
setOperator(Integer, StreamOperator<OUT>) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
setOperator(StreamOperator<?>) - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
setOperatorName(String) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setOperatorName(String) - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
setOutEdges(List<StreamEdge>) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setOutEdgesInOrder(List<StreamEdge>) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setOutputSelectorWrapper(OutputSelectorWrapper<?>) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setOutType(Integer, TypeInformation<OUT>) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
setParallelism(int) - Method in class org.apache.flink.streaming.api.datastream.DataStreamSource
 
setParallelism(int) - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
Sets the parallelism for this operator.
setParallelism(int) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Sets the parallelism for operations executed through this environment.
setParallelism(Integer, int) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
setParallelism(Integer) - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
setResourceStrategy(Integer, StreamGraph.ResourceStrategy) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
setSelectedNames(Integer, List<String>) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setSerializerIn1(StreamRecordSerializer<?>) - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
setSerializerIn2(StreamRecordSerializer<?>) - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
setSerializerOut(StreamRecordSerializer<?>) - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
setSink(StreamNode) - Method in class org.apache.flink.streaming.api.graph.StreamGraph.StreamLoop
 
setSlideSize(long) - Method in class org.apache.flink.streaming.api.operators.co.CoStreamWindow
 
setSpillFile(File) - Method in class org.apache.flink.streaming.runtime.io.SpillReader
 
setStateHandleProvider(StateHandleProvider<?>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Sets the StateHandleProvider used for storing operator state checkpoints when checkpointing is enabled.
setStateHandleProvider(StateHandleProvider<?>) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setStateHandleProvider(StateHandleProvider<?>) - Method in class org.apache.flink.streaming.api.graph.StreamGraph
 
setStateMonitoring(boolean) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setStreamOperator(StreamOperator<?>) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setTargetToStandardErr() - Method in class org.apache.flink.streaming.api.functions.sink.PrintSinkFunction
 
setTargetToStandardOut() - Method in class org.apache.flink.streaming.api.functions.sink.PrintSinkFunction
 
setTransitiveChainedTaskConfigs(Map<Integer, StreamConfig>) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setTrigger() - Method in class org.apache.flink.streaming.api.windowing.WindowEvent
 
setTypeSerializerIn1(StreamRecordSerializer<?>) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setTypeSerializerIn2(StreamRecordSerializer<?>) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setTypeSerializerOut1(StreamRecordSerializer<?>) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setTypeSerializerOut2(StreamRecordSerializer<?>) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
setup(Output<OUT>, RuntimeContext) - Method in class org.apache.flink.streaming.api.operators.AbstractStreamOperator
 
setup(Output<OUT>, RuntimeContext) - Method in class org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator
 
setup(Output<OUT>, RuntimeContext) - Method in interface org.apache.flink.streaming.api.operators.StreamOperator
Initializes the StreamOperator for input and output handling.
setVertexID(Integer) - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
shiftWindow() - Method in class org.apache.flink.streaming.api.state.CircularFifoList
 
shiftWindow(int) - Method in class org.apache.flink.streaming.api.state.CircularFifoList
 
SHIP_STRATEGY - Static variable in class org.apache.flink.streaming.api.graph.JSONGenerator
 
ShortSum() - Constructor for class org.apache.flink.streaming.api.functions.aggregation.SumFunction.ShortSum
 
shuffle() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Sets the partitioning of the DataStream so that the output tuples are shuffled uniformly randomly to the next component.
shuffle() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
ShufflePartitioner<T> - Class in org.apache.flink.streaming.runtime.partitioner
Partitioner that distributes the data equally by selecting one output channel randomly.
ShufflePartitioner() - Constructor for class org.apache.flink.streaming.runtime.partitioner.ShufflePartitioner
 
SIDE - Static variable in class org.apache.flink.streaming.api.graph.JSONGenerator
 
SimpleStringSchema - Class in org.apache.flink.streaming.util.serialization
 
SimpleStringSchema() - Constructor for class org.apache.flink.streaming.util.serialization.SimpleStringSchema
 
SingleOutputStreamOperator<OUT,O extends SingleOutputStreamOperator<OUT,O>> - Class in org.apache.flink.streaming.api.datastream
The SingleOutputStreamOperator represents a user defined transformation applied on a DataStream with one predefined output type.
SingleOutputStreamOperator(StreamExecutionEnvironment, TypeInformation<OUT>, StreamOperator<?>) - Constructor for class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
SingleOutputStreamOperator(DataStream<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
SinkFunction<IN> - Interface in org.apache.flink.streaming.api.functions.sink
Interface for implementing user defined sink functionality.
size() - Method in class org.apache.flink.streaming.api.state.NullableCircularBuffer
Returns the number of elements stored in the buffer.
slideInterval - Variable in class org.apache.flink.streaming.api.datastream.temporal.TemporalOperator
 
slideSize - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamWindow
 
SlidingCountGroupedPreReducer<T> - Class in org.apache.flink.streaming.api.windowing.windowbuffer
 
SlidingCountGroupedPreReducer(ReduceFunction<T>, TypeSerializer<T>, KeySelector<T, ?>, long, long, int) - Constructor for class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingCountGroupedPreReducer
 
SlidingCountPreReducer<T> - Class in org.apache.flink.streaming.api.windowing.windowbuffer
 
SlidingCountPreReducer(ReduceFunction<T>, TypeSerializer<T>, long, long, int) - Constructor for class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingCountPreReducer
 
SlidingGroupedPreReducer<T> - Class in org.apache.flink.streaming.api.windowing.windowbuffer
 
SlidingGroupedPreReducer(ReduceFunction<T>, TypeSerializer<T>, KeySelector<T, ?>) - Constructor for class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingGroupedPreReducer
 
SlidingPreReducer<T> - Class in org.apache.flink.streaming.api.windowing.windowbuffer
 
SlidingPreReducer(ReduceFunction<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
SlidingTimeGroupedPreReducer<T> - Class in org.apache.flink.streaming.api.windowing.windowbuffer
Non-grouped pre-reducer for sliding time eviction policy.
SlidingTimeGroupedPreReducer(ReduceFunction<T>, TypeSerializer<T>, KeySelector<T, ?>, long, long, TimestampWrapper<T>) - Constructor for class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimeGroupedPreReducer
 
SlidingTimePreReducer<T> - Class in org.apache.flink.streaming.api.windowing.windowbuffer
Non-grouped pre-reducer for sliding time eviction policy (the policies are based on time, and the slide size is smaller than the window size).
SlidingTimePreReducer(ReduceFunction<T>, TypeSerializer<T>, long, long, TimestampWrapper<T>) - Constructor for class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimePreReducer
 
snapshotState(long, long) - Method in interface org.apache.flink.streaming.api.checkpoint.Checkpointed
Gets the current state of the function of operator.
SocketClientSink<IN> - Class in org.apache.flink.streaming.api.functions.sink
Socket client that acts as a streaming sink.
SocketClientSink(String, int, SerializationSchema<IN, byte[]>) - Constructor for class org.apache.flink.streaming.api.functions.sink.SocketClientSink
Default constructor.
socketTextStream(String, int, char, long) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a new data stream that contains the strings received infinitely from a socket.
socketTextStream(String, int, char) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a new data stream that contains the strings received infinitely from a socket.
socketTextStream(String, int) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a new data stream that contains the strings received infinitely from a socket.
SocketTextStreamFunction - Class in org.apache.flink.streaming.api.functions.source
 
SocketTextStreamFunction(String, int, char, long) - Constructor for class org.apache.flink.streaming.api.functions.source.SocketTextStreamFunction
 
SourceFunction<T> - Interface in org.apache.flink.streaming.api.functions.source
Base interface for all stream data sources in Flink.
SourceFunction.SourceContext<T> - Interface in org.apache.flink.streaming.api.functions.source
Interface that source functions use to communicate with the outside world.
SourceStreamTask<OUT> - Class in org.apache.flink.streaming.runtime.tasks
Task for executing streaming sources.
SourceStreamTask() - Constructor for class org.apache.flink.streaming.runtime.tasks.SourceStreamTask
 
spill(Buffer) - Method in class org.apache.flink.streaming.runtime.io.BufferSpiller
Dumps the contents of the buffer to disk and recycles the buffer.
SpillingBufferOrEvent - Class in org.apache.flink.streaming.runtime.io
 
SpillingBufferOrEvent(BufferOrEvent, BufferSpiller, SpillReader) - Constructor for class org.apache.flink.streaming.runtime.io.SpillingBufferOrEvent
 
spillingChannel - Variable in class org.apache.flink.streaming.runtime.io.BufferSpiller
 
SpillReader - Class in org.apache.flink.streaming.runtime.io
 
SpillReader() - Constructor for class org.apache.flink.streaming.runtime.io.SpillReader
 
split(OutputSelector<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Operator used for directing tuples to specific named outputs using an OutputSelector.
split(StreamWindow<X>, int) - Static method in class org.apache.flink.streaming.api.windowing.StreamWindow
Splits the window into n equal (if possible) sizes.
SplitDataStream<OUT> - Class in org.apache.flink.streaming.api.datastream
The SplitDataStream represents an operator that has been split using an OutputSelector.
SplitDataStream(DataStream<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.SplitDataStream
 
startingAt(int) - Method in class org.apache.flink.streaming.api.windowing.helper.Count
Sets the initial value of the counter.
startNewChain() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
Starts a new task chain beginning at this operator.
startNewResourceGroup() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
By default all operators in a streaming job share the same resource group.
startNewSlotSharingGroup() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
startSuperstep(StreamingSuperstep) - Method in class org.apache.flink.streaming.runtime.io.BarrierBuffer
Starts the next superstep in the buffer
startTime - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamWindow
 
startTime - Variable in class org.apache.flink.streaming.api.windowing.policy.TimeTriggerPolicy
 
STATE_MONITORING - Static variable in class org.apache.flink.streaming.api.graph.StreamConfig
 
StatefulStreamOperator<OUT> - Interface in org.apache.flink.streaming.api.operators
Interface for Stream operators that can have state.
STEPS - Static variable in class org.apache.flink.streaming.api.graph.JSONGenerator
 
store(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.BasicWindowBuffer
 
store(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.JumpingCountGroupedPreReducer
 
store(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.JumpingCountPreReducer
 
store(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.JumpingTimeGroupedPreReducer
 
store(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.JumpingTimePreReducer
 
store(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingCountGroupedPreReducer
 
store(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingCountPreReducer
 
store(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
store(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimeGroupedPreReducer
 
store(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimePreReducer
 
store(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingGroupedPreReducer
 
store(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingPreReducer
 
store(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.WindowBuffer
 
StreamConfig - Class in org.apache.flink.streaming.api.graph
 
StreamConfig(Configuration) - Constructor for class org.apache.flink.streaming.api.graph.StreamConfig
 
StreamContextEnvironment - Class in org.apache.flink.streaming.api.environment
 
StreamContextEnvironment(Client, List<File>, int, boolean) - Constructor for class org.apache.flink.streaming.api.environment.StreamContextEnvironment
 
StreamCounter<IN> - Class in org.apache.flink.streaming.api.operators
 
StreamCounter() - Constructor for class org.apache.flink.streaming.api.operators.StreamCounter
 
StreamCrossOperator<I1,I2> - Class in org.apache.flink.streaming.api.datastream.temporal
 
StreamCrossOperator(DataStream<I1>, DataStream<I2>) - Constructor for class org.apache.flink.streaming.api.datastream.temporal.StreamCrossOperator
 
StreamCrossOperator.CrossWindow<I1,I2> - Class in org.apache.flink.streaming.api.datastream.temporal
 
StreamDiscretizer<IN> - Class in org.apache.flink.streaming.api.operators.windowing
This operator represents the discretization step of a window transformation.
StreamDiscretizer(TriggerPolicy<IN>, EvictionPolicy<IN>) - Constructor for class org.apache.flink.streaming.api.operators.windowing.StreamDiscretizer
 
StreamEdge - Class in org.apache.flink.streaming.api.graph
An edge in the streaming topology.
StreamEdge(StreamNode, StreamNode, int, List<String>, StreamPartitioner<?>) - Constructor for class org.apache.flink.streaming.api.graph.StreamEdge
 
StreamExecutionEnvironment - Class in org.apache.flink.streaming.api.environment
ExecutionEnvironment for streaming jobs.
StreamExecutionEnvironment() - Constructor for class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Constructor for creating StreamExecutionEnvironment
StreamExecutionEnvironmentFactory - Interface in org.apache.flink.streaming.api.environment
Factory class for stream execution environments.
StreamFilter<IN> - Class in org.apache.flink.streaming.api.operators
 
StreamFilter(FilterFunction<IN>) - Constructor for class org.apache.flink.streaming.api.operators.StreamFilter
 
StreamFlatMap<IN,OUT> - Class in org.apache.flink.streaming.api.operators
 
StreamFlatMap(FlatMapFunction<IN, OUT>) - Constructor for class org.apache.flink.streaming.api.operators.StreamFlatMap
 
StreamFold<IN,OUT> - Class in org.apache.flink.streaming.api.operators
 
StreamFold(FoldFunction<IN, OUT>, OUT, TypeInformation<OUT>) - Constructor for class org.apache.flink.streaming.api.operators.StreamFold
 
streamFromSocket(SourceFunction.SourceContext<String>, Socket) - Method in class org.apache.flink.streaming.api.functions.source.SocketTextStreamFunction
 
streamGraph - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
streamGraph - Variable in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
 
StreamGraph - Class in org.apache.flink.streaming.api.graph
Class representing the streaming topology.
StreamGraph(StreamExecutionEnvironment) - Constructor for class org.apache.flink.streaming.api.graph.StreamGraph
 
StreamGraph.ResourceStrategy - Enum in org.apache.flink.streaming.api.graph
 
StreamGraph.StreamLoop - Class in org.apache.flink.streaming.api.graph
Object for representing loops in streaming programs.
StreamGroupedFold<IN,OUT> - Class in org.apache.flink.streaming.api.operators
 
StreamGroupedFold(FoldFunction<IN, OUT>, KeySelector<IN, ?>, OUT, TypeInformation<OUT>) - Constructor for class org.apache.flink.streaming.api.operators.StreamGroupedFold
 
StreamGroupedReduce<IN> - Class in org.apache.flink.streaming.api.operators
 
StreamGroupedReduce(ReduceFunction<IN>, KeySelector<IN, ?>) - Constructor for class org.apache.flink.streaming.api.operators.StreamGroupedReduce
 
StreamingAbstractRecordReader<T extends org.apache.flink.core.io.IOReadableWritable> - Class in org.apache.flink.streaming.runtime.io
A record-oriented reader.
StreamingAbstractRecordReader(InputGate) - Constructor for class org.apache.flink.streaming.runtime.io.StreamingAbstractRecordReader
 
StreamingJobGraphGenerator - Class in org.apache.flink.streaming.api.graph
 
StreamingJobGraphGenerator(StreamGraph) - Constructor for class org.apache.flink.streaming.api.graph.StreamingJobGraphGenerator
 
StreamingMutableRecordReader<T extends org.apache.flink.core.io.IOReadableWritable> - Class in org.apache.flink.streaming.runtime.io
 
StreamingMutableRecordReader(InputGate) - Constructor for class org.apache.flink.streaming.runtime.io.StreamingMutableRecordReader
 
StreamingReader - Interface in org.apache.flink.streaming.runtime.io
 
StreamingRuntimeContext - Class in org.apache.flink.streaming.runtime.tasks
Implementation of the RuntimeContext, created by runtime stream UDF operators.
StreamingRuntimeContext(String, Environment, ClassLoader, ExecutionConfig) - Constructor for class org.apache.flink.streaming.runtime.tasks.StreamingRuntimeContext
 
StreamingSuperstep - Class in org.apache.flink.streaming.runtime.tasks
 
StreamingSuperstep() - Constructor for class org.apache.flink.streaming.runtime.tasks.StreamingSuperstep
 
StreamingSuperstep(long, long) - Constructor for class org.apache.flink.streaming.runtime.tasks.StreamingSuperstep
 
StreamIterationHead<OUT> - Class in org.apache.flink.streaming.runtime.tasks
 
StreamIterationHead() - Constructor for class org.apache.flink.streaming.runtime.tasks.StreamIterationHead
 
StreamIterationTail<IN> - Class in org.apache.flink.streaming.runtime.tasks
 
StreamIterationTail() - Constructor for class org.apache.flink.streaming.runtime.tasks.StreamIterationTail
 
StreamJoinOperator<I1,I2> - Class in org.apache.flink.streaming.api.datastream.temporal
 
StreamJoinOperator(DataStream<I1>, DataStream<I2>) - Constructor for class org.apache.flink.streaming.api.datastream.temporal.StreamJoinOperator
 
StreamJoinOperator.DefaultJoinFunction<I1,I2> - Class in org.apache.flink.streaming.api.datastream.temporal
 
StreamJoinOperator.JoinedStream<I1,I2> - Class in org.apache.flink.streaming.api.datastream.temporal
 
StreamJoinOperator.JoinPredicate<I1,I2> - Class in org.apache.flink.streaming.api.datastream.temporal
Intermediate step of a temporal Join transformation.
StreamJoinOperator.JoinWindow<I1,I2> - Class in org.apache.flink.streaming.api.datastream.temporal
 
StreamLoop(Integer, StreamNode, Long) - Constructor for class org.apache.flink.streaming.api.graph.StreamGraph.StreamLoop
 
StreamMap<IN,OUT> - Class in org.apache.flink.streaming.api.operators
 
StreamMap(MapFunction<IN, OUT>) - Constructor for class org.apache.flink.streaming.api.operators.StreamMap
 
StreamNode - Class in org.apache.flink.streaming.api.graph
Class representing the operators in the streaming programs, with all their properties.
StreamNode(StreamExecutionEnvironment, Integer, StreamOperator<?>, String, List<OutputSelector<?>>, Class<? extends AbstractInvokable>) - Constructor for class org.apache.flink.streaming.api.graph.StreamNode
 
StreamOperator<OUT> - Interface in org.apache.flink.streaming.api.operators
Basic interface for stream operators.
streamOperator - Variable in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
StreamOperator.ChainingStrategy - Enum in org.apache.flink.streaming.api.operators
Defines the chaining scheme for the operator.
StreamOutput<OUT> - Class in org.apache.flink.streaming.api.collector
 
StreamOutput(RecordWriter<SerializationDelegate<StreamRecord<OUT>>>, SerializationDelegate<StreamRecord<OUT>>) - Constructor for class org.apache.flink.streaming.api.collector.StreamOutput
 
StreamPartitioner<T> - Class in org.apache.flink.streaming.runtime.partitioner
 
StreamPartitioner(StreamPartitioner.PartitioningStrategy) - Constructor for class org.apache.flink.streaming.runtime.partitioner.StreamPartitioner
 
StreamPartitioner.PartitioningStrategy - Enum in org.apache.flink.streaming.runtime.partitioner
 
StreamPlanEnvironment - Class in org.apache.flink.streaming.api.environment
 
StreamPlanEnvironment(ExecutionEnvironment) - Constructor for class org.apache.flink.streaming.api.environment.StreamPlanEnvironment
 
StreamProject<IN,OUT extends org.apache.flink.api.java.tuple.Tuple> - Class in org.apache.flink.streaming.api.operators
 
StreamProject(int[], TypeSerializer<OUT>) - Constructor for class org.apache.flink.streaming.api.operators.StreamProject
 
StreamProjection<IN> - Class in org.apache.flink.streaming.api.datastream
 
StreamProjection(DataStream<IN>, int[]) - Constructor for class org.apache.flink.streaming.api.datastream.StreamProjection
 
StreamRecord<T> - Class in org.apache.flink.streaming.runtime.streamrecord
Object for wrapping a tuple or other object with ID used for sending records between streaming task in Apache Flink stream processing.
StreamRecord() - Constructor for class org.apache.flink.streaming.runtime.streamrecord.StreamRecord
Creates an empty StreamRecord
StreamRecordSerializer<T> - Class in org.apache.flink.streaming.runtime.streamrecord
 
StreamRecordSerializer(TypeInformation<T>, ExecutionConfig) - Constructor for class org.apache.flink.streaming.runtime.streamrecord.StreamRecordSerializer
 
StreamRecordWriter<T extends org.apache.flink.core.io.IOReadableWritable> - Class in org.apache.flink.streaming.runtime.io
 
StreamRecordWriter(ResultPartitionWriter) - Constructor for class org.apache.flink.streaming.runtime.io.StreamRecordWriter
 
StreamRecordWriter(ResultPartitionWriter, ChannelSelector<T>) - Constructor for class org.apache.flink.streaming.runtime.io.StreamRecordWriter
 
StreamRecordWriter(ResultPartitionWriter, ChannelSelector<T>, long) - Constructor for class org.apache.flink.streaming.runtime.io.StreamRecordWriter
 
StreamReduce<IN> - Class in org.apache.flink.streaming.api.operators
 
StreamReduce(ReduceFunction<IN>) - Constructor for class org.apache.flink.streaming.api.operators.StreamReduce
 
StreamSink<IN> - Class in org.apache.flink.streaming.api.operators
 
StreamSink(SinkFunction<IN>) - Constructor for class org.apache.flink.streaming.api.operators.StreamSink
 
StreamSource<OUT> - Class in org.apache.flink.streaming.api.operators
StreamOperator for streaming sources.
StreamSource(SourceFunction<OUT>) - Constructor for class org.apache.flink.streaming.api.operators.StreamSource
 
StreamTask<OUT,O extends StreamOperator<OUT>> - Class in org.apache.flink.streaming.runtime.tasks
 
StreamTask() - Constructor for class org.apache.flink.streaming.runtime.tasks.StreamTask
 
StreamTaskException - Exception in org.apache.flink.streaming.runtime.tasks
An exception that is thrown by the stream verices when encountering an illegal condition.
StreamTaskException() - Constructor for exception org.apache.flink.streaming.runtime.tasks.StreamTaskException
Creates a compiler exception with no message and no cause.
StreamTaskException(String) - Constructor for exception org.apache.flink.streaming.runtime.tasks.StreamTaskException
Creates a compiler exception with the given message and no cause.
StreamTaskException(Throwable) - Constructor for exception org.apache.flink.streaming.runtime.tasks.StreamTaskException
Creates a compiler exception with the given cause and no message.
StreamTaskException(String, Throwable) - Constructor for exception org.apache.flink.streaming.runtime.tasks.StreamTaskException
Creates a compiler exception with the given message and cause.
StreamWindow() - Constructor for class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
StreamWindow<T> - Class in org.apache.flink.streaming.api.windowing
Core abstraction for representing windows for WindowedDataStreams.
StreamWindow() - Constructor for class org.apache.flink.streaming.api.windowing.StreamWindow
Creates a new window with a random id
StreamWindow(int) - Constructor for class org.apache.flink.streaming.api.windowing.StreamWindow
Creates a new window with the specific id
StreamWindow(int, int) - Constructor for class org.apache.flink.streaming.api.windowing.StreamWindow
Creates a new window with the given id and number of parts
StreamWindow(StreamWindow<T>) - Constructor for class org.apache.flink.streaming.api.windowing.StreamWindow
Creates a shallow copy of the window
StreamWindow(StreamWindow<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.streaming.api.windowing.StreamWindow
Creates a deep copy of the window using the given serializer
StreamWindowBuffer<T> - Class in org.apache.flink.streaming.api.operators.windowing
This operator manages the window buffers attached to the discretizers.
StreamWindowBuffer(WindowBuffer<T>) - Constructor for class org.apache.flink.streaming.api.operators.windowing.StreamWindowBuffer
 
StreamWindowSerializer<T> - Class in org.apache.flink.streaming.api.windowing
 
StreamWindowSerializer(TypeInformation<T>, ExecutionConfig) - Constructor for class org.apache.flink.streaming.api.windowing.StreamWindowSerializer
 
StreamWindowTypeInfo<T> - Class in org.apache.flink.streaming.api.windowing
 
StreamWindowTypeInfo(TypeInformation<T>) - Constructor for class org.apache.flink.streaming.api.windowing.StreamWindowTypeInfo
 
sum(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that sums the data stream at the given position.
sum(String) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current sum of the pojo data stream at the given field expression.
sum(int) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies an aggregation that sums the grouped data stream at the given position, grouped by the given key position.
sum(int) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies an aggregation that sums every window of the data stream at the given position.
sum(String) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Applies an aggregation that sums every window of the pojo data stream at the given field for every window.
SumAggregator - Class in org.apache.flink.streaming.api.functions.aggregation
 
SumAggregator() - Constructor for class org.apache.flink.streaming.api.functions.aggregation.SumAggregator
 
SumFunction - Class in org.apache.flink.streaming.api.functions.aggregation
 
SumFunction() - Constructor for class org.apache.flink.streaming.api.functions.aggregation.SumFunction
 
SumFunction.ByteSum - Class in org.apache.flink.streaming.api.functions.aggregation
 
SumFunction.DoubleSum - Class in org.apache.flink.streaming.api.functions.aggregation
 
SumFunction.FloatSum - Class in org.apache.flink.streaming.api.functions.aggregation
 
SumFunction.IntSum - Class in org.apache.flink.streaming.api.functions.aggregation
 
SumFunction.LongSum - Class in org.apache.flink.streaming.api.functions.aggregation
 
SumFunction.ShortSum - Class in org.apache.flink.streaming.api.functions.aggregation
 
SystemTimestamp<T> - Class in org.apache.flink.streaming.api.windowing.helper
Timestamp implementation to be used when system time is needed to determine windows
SystemTimestamp() - Constructor for class org.apache.flink.streaming.api.windowing.helper.SystemTimestamp
 

T

TemporalOperator<I1,I2,OP extends TemporalWindow<OP>> - Class in org.apache.flink.streaming.api.datastream.temporal
 
TemporalOperator(DataStream<I1>, DataStream<I2>) - Constructor for class org.apache.flink.streaming.api.datastream.temporal.TemporalOperator
 
TemporalWindow<T> - Interface in org.apache.flink.streaming.api.datastream.temporal
 
threshold - Variable in class org.apache.flink.streaming.api.windowing.policy.DeltaPolicy
 
Time<DATA> - Class in org.apache.flink.streaming.api.windowing.helper
This helper represents a time based count or eviction policy.
TimeEvictionPolicy<DATA> - Class in org.apache.flink.streaming.api.windowing.policy
This eviction policy evicts all elements which are older then a specified time.
TimeEvictionPolicy(long, TimestampWrapper<DATA>) - Constructor for class org.apache.flink.streaming.api.windowing.policy.TimeEvictionPolicy
This eviction policy evicts all elements which are older than a specified time.
timeReduce(ReduceFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DiscretizedStream
This method implements the parallel time reduce logic for time windows
timeReduce(ReduceFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.WindowedDataStream
Dedicated method for applying parallel time reduce transformations on windows
Timestamp<T> - Interface in org.apache.flink.streaming.api.windowing.helper
Interface for getting a timestamp from a custom value.
timestamp - Variable in class org.apache.flink.streaming.runtime.tasks.StreamingSuperstep
 
timeStamp1 - Variable in class org.apache.flink.streaming.api.datastream.temporal.TemporalOperator
 
timeStamp1 - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamWindow
 
timeStamp2 - Variable in class org.apache.flink.streaming.api.datastream.temporal.TemporalOperator
 
timeStamp2 - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamWindow
 
timestampWrapper - Variable in class org.apache.flink.streaming.api.windowing.helper.Time
 
TimestampWrapper<T> - Class in org.apache.flink.streaming.api.windowing.helper
 
TimestampWrapper(Timestamp<T>, long) - Constructor for class org.apache.flink.streaming.api.windowing.helper.TimestampWrapper
 
timestampWrapper - Variable in class org.apache.flink.streaming.api.windowing.policy.TimeTriggerPolicy
 
TimeTriggerPolicy<DATA> - Class in org.apache.flink.streaming.api.windowing.policy
This trigger policy triggers with regard to the time.
TimeTriggerPolicy(long, TimestampWrapper<DATA>) - Constructor for class org.apache.flink.streaming.api.windowing.policy.TimeTriggerPolicy
toEvict() - Method in class org.apache.flink.streaming.api.windowing.helper.Count
 
toEvict() - Method in class org.apache.flink.streaming.api.windowing.helper.Delta
 
toEvict() - Method in class org.apache.flink.streaming.api.windowing.helper.FullStream
 
toEvict() - Method in class org.apache.flink.streaming.api.windowing.helper.Time
 
toEvict() - Method in class org.apache.flink.streaming.api.windowing.helper.WindowingHelper
Method for encapsulating the EvictionPolicy.
toRemove - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
toString() - Method in class org.apache.flink.streaming.api.environment.RemoteStreamEnvironment
 
toString() - Method in class org.apache.flink.streaming.api.functions.sink.PrintSinkFunction
 
toString() - Method in class org.apache.flink.streaming.api.graph.StreamConfig
 
toString() - Method in class org.apache.flink.streaming.api.graph.StreamEdge
 
toString() - Method in class org.apache.flink.streaming.api.graph.StreamNode
 
toString() - Method in class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
toString() - Method in class org.apache.flink.streaming.api.operators.windowing.GroupedStreamDiscretizer
 
toString() - Method in class org.apache.flink.streaming.api.operators.windowing.StreamDiscretizer
 
toString() - Method in class org.apache.flink.streaming.api.state.CircularFifoList
 
toString() - Method in class org.apache.flink.streaming.api.windowing.policy.CountEvictionPolicy
 
toString() - Method in class org.apache.flink.streaming.api.windowing.policy.CountTriggerPolicy
 
toString() - Method in class org.apache.flink.streaming.api.windowing.policy.DeltaPolicy
 
toString() - Method in class org.apache.flink.streaming.api.windowing.policy.PunctuationPolicy
 
toString() - Method in class org.apache.flink.streaming.api.windowing.policy.TimeEvictionPolicy
 
toString() - Method in class org.apache.flink.streaming.api.windowing.policy.TimeTriggerPolicy
 
toString() - Method in class org.apache.flink.streaming.api.windowing.policy.TumblingEvictionPolicy
 
toString() - Method in class org.apache.flink.streaming.api.windowing.StreamWindow
 
toString() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.BasicWindowBuffer
 
toString() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
toString() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimeGroupedPreReducer
 
toString() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimePreReducer
 
toString() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingGroupedPreReducer
 
toString() - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingPreReducer
 
toString() - Method in class org.apache.flink.streaming.runtime.io.BarrierBuffer
 
toString() - Method in class org.apache.flink.streaming.runtime.streamrecord.StreamRecord
 
toString() - Method in class org.apache.flink.streaming.runtime.tasks.StreamingSuperstep
 
toString() - Method in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
toTrigger() - Method in class org.apache.flink.streaming.api.windowing.helper.Count
 
toTrigger() - Method in class org.apache.flink.streaming.api.windowing.helper.Delta
 
toTrigger() - Method in class org.apache.flink.streaming.api.windowing.helper.FullStream
 
toTrigger() - Method in class org.apache.flink.streaming.api.windowing.helper.Time
 
toTrigger() - Method in class org.apache.flink.streaming.api.windowing.helper.WindowingHelper
Method for encapsulating the TriggerPolicy.
transform(String, TypeInformation<OUT>, TwoInputStreamOperator<IN1, IN2, OUT>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
transform(String, TypeInformation<R>, OneInputStreamOperator<OUT, R>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Method for passing user defined operators along with the type information that will transform the DataStream.
triggerCheckpoint(long, long) - Method in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
triggerDataPoint - Variable in class org.apache.flink.streaming.api.windowing.policy.DeltaPolicy
 
triggerHelper - Variable in class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
triggerOnFakeElement(Object) - Method in class org.apache.flink.streaming.api.operators.windowing.StreamDiscretizer
This method triggers on an arrived fake element The method is synchronized to ensure that it cannot interleave with StreamDiscretizer.processRealElement(Object)
triggerPolicy - Variable in class org.apache.flink.streaming.api.operators.windowing.GroupedStreamDiscretizer
 
triggerPolicy - Variable in class org.apache.flink.streaming.api.operators.windowing.StreamDiscretizer
 
TriggerPolicy<DATA> - Interface in org.apache.flink.streaming.api.windowing.policy
Proves and returns if a new window should be started.
TumblingEvictionPolicy<DATA> - Class in org.apache.flink.streaming.api.windowing.policy
This eviction policy deletes all elements from the buffer in case a trigger occurred.
TumblingEvictionPolicy() - Constructor for class org.apache.flink.streaming.api.windowing.policy.TumblingEvictionPolicy
This is the default constructor providing no special functionality.
TumblingEvictionPolicy(int) - Constructor for class org.apache.flink.streaming.api.windowing.policy.TumblingEvictionPolicy
This constructor allows to set a custom start value for the element counter.
TumblingGroupedPreReducer<T> - Class in org.apache.flink.streaming.api.windowing.windowbuffer
Grouped pre-reducer for tumbling eviction polciy.
TumblingGroupedPreReducer(ReduceFunction<T>, KeySelector<T, ?>, TypeSerializer<T>) - Constructor for class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingGroupedPreReducer
 
TumblingGroupedPreReducer(ReduceFunction<T>, KeySelector<T, ?>, TypeSerializer<T>, boolean) - Constructor for class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingGroupedPreReducer
 
TumblingPreReducer<T> - Class in org.apache.flink.streaming.api.windowing.windowbuffer
Non-grouped pre-reducer for tumbling eviction policy (the slide size is the same as the window size).
TumblingPreReducer(ReduceFunction<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.streaming.api.windowing.windowbuffer.TumblingPreReducer
 
tupleClasses - Static variable in class org.apache.flink.streaming.util.keys.KeySelectorUtil
 
tupleList - Variable in class org.apache.flink.streaming.api.functions.sink.FileSinkFunction
 
tupleList - Variable in class org.apache.flink.streaming.api.functions.sink.WriteSinkFunction
 
TwoInputStreamOperator<IN1,IN2,OUT> - Interface in org.apache.flink.streaming.api.operators
Interface for stream operators with two inputs.
TwoInputStreamTask<IN1,IN2,OUT> - Class in org.apache.flink.streaming.runtime.tasks
 
TwoInputStreamTask() - Constructor for class org.apache.flink.streaming.runtime.tasks.TwoInputStreamTask
 
TYPE - Static variable in class org.apache.flink.streaming.api.graph.JSONGenerator
 
typeInfo - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
TypeInformationSerializationSchema<T> - Class in org.apache.flink.streaming.util.serialization
A serialization and deserialization schema that uses Flink's serialization stack to transform typed from and to byte arrays.
TypeInformationSerializationSchema(TypeInformation<T>, ExecutionConfig) - Constructor for class org.apache.flink.streaming.util.serialization.TypeInformationSerializationSchema
Creates a new de-/serialization schema for the given type.

U

union(DataStream<OUT>...) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Creates a new DataStream by merging DataStream outputs of the same type with each other.
unionizedStreams - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
updateCondition() - Method in class org.apache.flink.streaming.api.functions.sink.FileSinkFunction
Condition for writing the contents of tupleList and clearing it.
updateCondition() - Method in class org.apache.flink.streaming.api.functions.sink.FileSinkFunctionByMillis
Condition for writing the contents of tupleList and clearing it.
updateCondition() - Method in class org.apache.flink.streaming.api.functions.sink.WriteSinkFunction
Condition for writing the contents of tupleList and clearing it.
updateCondition() - Method in class org.apache.flink.streaming.api.functions.sink.WriteSinkFunctionByMillis
 
updateCurrent(StreamWindow<OUT>, StreamWindow<OUT>) - Method in class org.apache.flink.streaming.api.operators.windowing.ParallelGroupedMerge
 
updateCurrent(StreamWindow<OUT>, StreamWindow<OUT>) - Method in class org.apache.flink.streaming.api.operators.windowing.ParallelMerge
 
updateCurrent(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingGroupedPreReducer
 
updateCurrent(T) - Method in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingPreReducer
 
userClassLoader - Variable in class org.apache.flink.streaming.runtime.tasks.StreamTask
 
userDefinedNames - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
userEvicter - Variable in class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
userFunction - Variable in class org.apache.flink.streaming.api.operators.AbstractUdfStreamOperator
 
userTrigger - Variable in class org.apache.flink.streaming.api.datastream.WindowedDataStream
 

V

valueOf(String) - Static method in enum org.apache.flink.streaming.api.functions.aggregation.AggregationFunction.AggregationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.streaming.api.functions.source.FileMonitoringFunction.WatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.streaming.api.graph.StreamGraph.ResourceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.streaming.api.operators.StreamOperator.ChainingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.streaming.api.windowing.policy.MultiEvictionPolicy.EvictionStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.streaming.api.windowing.WindowUtils.WindowTransformation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.streaming.runtime.partitioner.StreamPartitioner.PartitioningStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.flink.streaming.api.functions.aggregation.AggregationFunction.AggregationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.streaming.api.functions.source.FileMonitoringFunction.WatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.streaming.api.graph.StreamGraph.ResourceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.streaming.api.operators.StreamOperator.ChainingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.streaming.api.windowing.policy.MultiEvictionPolicy.EvictionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.streaming.api.windowing.WindowUtils.WindowTransformation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.streaming.runtime.partitioner.StreamPartitioner.PartitioningStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
vertexIDtoLoop - Variable in class org.apache.flink.streaming.api.graph.StreamGraph
 

W

where(int...) - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamJoinOperator.JoinWindow
Continues a temporal Join transformation.
where(String...) - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamJoinOperator.JoinWindow
Continues a temporal join transformation.
where(KeySelector<I1, K>) - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamJoinOperator.JoinWindow
Continues a temporal Join transformation and defines a KeySelector function for the first join DataStream .
The KeySelector function is called for each element of the first DataStream and extracts a single key value on which the DataStream is joined.
window(WindowingHelper) - Method in class org.apache.flink.streaming.api.datastream.DataStream
window(TriggerPolicy<OUT>, EvictionPolicy<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Create a WindowedDataStream using the given TriggerPolicy and EvictionPolicy.
window - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamWindow
 
window() - Static method in class org.apache.flink.streaming.api.windowing.helper.FullStream
Returns a helper representing an eviction that keeps all previous record history.
WindowBuffer<T> - Class in org.apache.flink.streaming.api.windowing.windowbuffer
Class for defining specialized buffers to store/emit window data.
WindowBuffer() - Constructor for class org.apache.flink.streaming.api.windowing.windowbuffer.WindowBuffer
 
WindowedDataStream<OUT> - Class in org.apache.flink.streaming.api.datastream
A WindowedDataStream represents a data stream that has been discretised into windows.
WindowedDataStream(DataStream<OUT>, WindowingHelper<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
WindowedDataStream(DataStream<OUT>, TriggerPolicy<OUT>, EvictionPolicy<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
WindowedDataStream(WindowedDataStream<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
WindowedDataStream() - Constructor for class org.apache.flink.streaming.api.datastream.WindowedDataStream
 
windowEnd() - Method in class org.apache.flink.streaming.api.operators.co.CoStreamWindow.StreamWindow
 
windowEvent - Variable in class org.apache.flink.streaming.api.operators.windowing.StreamDiscretizer
 
WindowEvent<T> - Class in org.apache.flink.streaming.api.windowing
Type representing events sent to the window buffer.
WindowEvent() - Constructor for class org.apache.flink.streaming.api.windowing.WindowEvent
 
WindowFlattener<T> - Class in org.apache.flink.streaming.api.operators.windowing
This operator flattens the results of the window transformations by outputing the elements of the StreamWindow one-by-one
WindowFlattener() - Constructor for class org.apache.flink.streaming.api.operators.windowing.WindowFlattener
 
WindowFolder<IN,OUT> - Class in org.apache.flink.streaming.api.operators.windowing
This operator is used to apply foldWindow transformations on WindowedDataStreams.
WindowFolder(FoldFunction<IN, OUT>, OUT) - Constructor for class org.apache.flink.streaming.api.operators.windowing.WindowFolder
 
windowID - Variable in class org.apache.flink.streaming.api.windowing.StreamWindow
 
WindowingHelper<DATA> - Class in org.apache.flink.streaming.api.windowing.helper
A helper representing a count or eviction policy.
WindowingHelper() - Constructor for class org.apache.flink.streaming.api.windowing.helper.WindowingHelper
 
WindowingOptimizer - Class in org.apache.flink.streaming.api.graph
 
WindowingOptimizer() - Constructor for class org.apache.flink.streaming.api.graph.WindowingOptimizer
 
WindowKey() - Constructor for class org.apache.flink.streaming.api.windowing.WindowUtils.WindowKey
 
WindowMapFunction<T,O> - Interface in org.apache.flink.streaming.api.functions
Interface for defining mapWindow transformation to be applied on WindowedDataStreams.
WindowMapper<IN,OUT> - Class in org.apache.flink.streaming.api.operators.windowing
This operator is used to apply mapWindow transformations on WindowedDataStreams.
WindowMapper(WindowMapFunction<IN, OUT>) - Constructor for class org.apache.flink.streaming.api.operators.windowing.WindowMapper
 
WindowMerger<T> - Class in org.apache.flink.streaming.api.operators.windowing
This operator merges together the different partitions of the StreamWindows used to merge the results of parallel transformations that belong in the same window.
WindowMerger() - Constructor for class org.apache.flink.streaming.api.operators.windowing.WindowMerger
 
WindowPartExtractor<OUT> - Class in org.apache.flink.streaming.api.operators.windowing
This FlatMapFunction is used to send the number of parts for each window ID (for each parallel discretizer) to the parallel merger that will use is to merge parallel discretized windows
WindowPartExtractor() - Constructor for class org.apache.flink.streaming.api.operators.windowing.WindowPartExtractor
 
WindowPartitioner<T> - Class in org.apache.flink.streaming.api.operators.windowing
This operator applies either split or key partitioning depending on the transformation.
WindowPartitioner(KeySelector<T, ?>) - Constructor for class org.apache.flink.streaming.api.operators.windowing.WindowPartitioner
 
WindowPartitioner(int) - Constructor for class org.apache.flink.streaming.api.operators.windowing.WindowPartitioner
 
windowReduce(CoWindowFunction<IN1, IN2, OUT>, long, long) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Applies a CoWindow transformation on the connected DataStreams.
windowReduce(CoWindowFunction<IN1, IN2, OUT>, long, long, TimestampWrapper<IN1>, TimestampWrapper<IN2>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Applies a CoWindow transformation on the connected DataStreams.
WindowReducer<IN> - Class in org.apache.flink.streaming.api.operators.windowing
This operator is used to apply reduceWindow transformations on WindowedDataStreams.
WindowReducer(ReduceFunction<IN>) - Constructor for class org.apache.flink.streaming.api.operators.windowing.WindowReducer
 
windowSize - Variable in class org.apache.flink.streaming.api.datastream.temporal.TemporalOperator
 
windowSize - Variable in class org.apache.flink.streaming.api.operators.co.CoStreamWindow
 
windowStartTime - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.JumpingTimeGroupedPreReducer
 
windowStartTime - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.JumpingTimePreReducer
 
windowStartTime - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimeGroupedPreReducer
 
windowStartTime - Variable in class org.apache.flink.streaming.api.windowing.windowbuffer.SlidingTimePreReducer
 
WindowUtils - Class in org.apache.flink.streaming.api.windowing
 
WindowUtils() - Constructor for class org.apache.flink.streaming.api.windowing.WindowUtils
 
WindowUtils.WindowKey<R> - Class in org.apache.flink.streaming.api.windowing
 
WindowUtils.WindowTransformation - Enum in org.apache.flink.streaming.api.windowing
 
with(CrossFunction<I1, I2, R>) - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamCrossOperator.CrossWindow
Finalizes a temporal Cross transformation by applying a CrossFunction to each pair of crossed elements.
Each CrossFunction call returns exactly one element.
with(JoinFunction<I1, I2, OUT>) - Method in class org.apache.flink.streaming.api.datastream.temporal.StreamJoinOperator.JoinedStream
Completes a stream join.
with(Function) - Method in enum org.apache.flink.streaming.api.windowing.WindowUtils.WindowTransformation
 
withDelete(int) - Method in class org.apache.flink.streaming.api.windowing.helper.Count
Sets the number of elements deleted at each eviction (i.e when the number elements exceeds the window size).
write(OutputFormat<OUT>, long) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes the dataStream into an output, described by an OutputFormat.
write(String, ArrayList<IN>) - Method in class org.apache.flink.streaming.api.functions.sink.WriteFormat
Writes the contents of tupleList to the file specified by path.
write(String, ArrayList<IN>) - Method in class org.apache.flink.streaming.api.functions.sink.WriteFormatAsCsv
 
write(String, ArrayList<IN>) - Method in class org.apache.flink.streaming.api.functions.sink.WriteFormatAsText
 
write(DataOutputView) - Method in class org.apache.flink.streaming.runtime.tasks.StreamingSuperstep
 
writeAsCsv(String) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in csv format.
writeAsCsv(String, long) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in csv format.
writeAsCsv(String, FileSystem.WriteMode) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in csv format.
writeAsCsv(String, FileSystem.WriteMode, long) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in csv format.
writeAsText(String) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in text format.
writeAsText(String, long) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in text format.
writeAsText(String, FileSystem.WriteMode) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in text format.
writeAsText(String, FileSystem.WriteMode, long) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in text format.
WriteFormat<IN> - Class in org.apache.flink.streaming.api.functions.sink
Abstract class for formatting the output of the writeAsText and writeAsCsv functions.
WriteFormat() - Constructor for class org.apache.flink.streaming.api.functions.sink.WriteFormat
 
WriteFormatAsCsv<IN> - Class in org.apache.flink.streaming.api.functions.sink
Writes tuples in csv format.
WriteFormatAsCsv() - Constructor for class org.apache.flink.streaming.api.functions.sink.WriteFormatAsCsv
 
WriteFormatAsText<IN> - Class in org.apache.flink.streaming.api.functions.sink
Writes tuples in text format.
WriteFormatAsText() - Constructor for class org.apache.flink.streaming.api.functions.sink.WriteFormatAsText
 
WriteSinkFunction<IN> - Class in org.apache.flink.streaming.api.functions.sink
Simple implementation of the SinkFunction writing tuples as simple text to the file specified by path.
WriteSinkFunction(String, WriteFormat<IN>) - Constructor for class org.apache.flink.streaming.api.functions.sink.WriteSinkFunction
 
WriteSinkFunctionByMillis<IN> - Class in org.apache.flink.streaming.api.functions.sink
Implementation of WriteSinkFunction.
WriteSinkFunctionByMillis(String, WriteFormat<IN>, long) - Constructor for class org.apache.flink.streaming.api.functions.sink.WriteSinkFunctionByMillis
 
writeToSocket(String, int, SerializationSchema<OUT, byte[]>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes the DataStream to a socket as a byte array.
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

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