跳过导航链接
A B C D E F G H I K M N O P R S T V W 

A

address() - 类 中的方法org.apache.flink.streaming.examples.statemachine.event.Alert
 
Alert - org.apache.flink.streaming.examples.statemachine.event中的类
Data type for alerts.
Alert(int, State, EventType) - 类 的构造器org.apache.flink.streaming.examples.statemachine.event.Alert
Creates a new alert.
apply(TimeWindow, Iterable<Integer>, Collector<Double[]>) - 类 中的方法org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.PartialModelBuilder
 
AsyncIOExample - org.apache.flink.streaming.examples.async中的类
Example to illustrates how to use AsyncFunction.
AsyncIOExample() - 类 的构造器org.apache.flink.streaming.examples.async.AsyncIOExample
 

B

BROKER_ADDRESS - 类 中的静态变量org.apache.flink.streaming.examples.statemachine.kafka.KafkaStandaloneGenerator
 
buildPartialModel(Iterable<Integer>) - 类 中的方法org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.PartialModelBuilder
 

C

cancel() - 类 中的方法org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.FiniteNewDataSource
 
cancel() - 类 中的方法org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.FiniteTrainingDataSource
 
cancel() - 类 中的方法org.apache.flink.streaming.examples.statemachine.generator.EventsGeneratorSource
 
CAR_DATA - 类 中的静态变量org.apache.flink.streaming.examples.windowing.util.TopSpeedWindowingExampleData
 
count - 类 中的变量org.apache.flink.streaming.examples.socket.SocketWindowWordCount.WordWithCount
 

D

deserialize(byte[]) - 类 中的方法org.apache.flink.streaming.examples.statemachine.kafka.EventDeSerializer
 

E

equals(Object) - 类 中的方法org.apache.flink.streaming.examples.statemachine.dfa.Transition
 
equals(Object) - 类 中的方法org.apache.flink.streaming.examples.statemachine.event.Alert
 
equals(Object) - 类 中的方法org.apache.flink.streaming.examples.statemachine.event.Event
 
Event - org.apache.flink.streaming.examples.statemachine.event中的类
Data type for events, consisting of the originating IP address and an event type.
Event(EventType, int) - 类 的构造器org.apache.flink.streaming.examples.statemachine.event.Event
Creates a new event.
EventDeSerializer - org.apache.flink.streaming.examples.statemachine.kafka中的类
A serializer and deserializer for the Event type.
EventDeSerializer() - 类 的构造器org.apache.flink.streaming.examples.statemachine.kafka.EventDeSerializer
 
EventsGenerator - org.apache.flink.streaming.examples.statemachine.generator中的类
A generator for events.
EventsGenerator() - 类 的构造器org.apache.flink.streaming.examples.statemachine.generator.EventsGenerator
 
EventsGenerator(double) - 类 的构造器org.apache.flink.streaming.examples.statemachine.generator.EventsGenerator
 
EventsGeneratorSource - org.apache.flink.streaming.examples.statemachine.generator中的类
A event stream source that generates the events on the fly.
EventsGeneratorSource(double, int) - 类 的构造器org.apache.flink.streaming.examples.statemachine.generator.EventsGeneratorSource
 
eventType - 类 中的变量org.apache.flink.streaming.examples.statemachine.dfa.EventTypeAndState
 
eventType() - 类 中的方法org.apache.flink.streaming.examples.statemachine.dfa.Transition
 
EventType - org.apache.flink.streaming.examples.statemachine.event中的枚举
The type of the event processed by the state machine.
EventTypeAndState - org.apache.flink.streaming.examples.statemachine.dfa中的类
Simple combination of EventType and State.
EventTypeAndState(EventType, State) - 类 的构造器org.apache.flink.streaming.examples.statemachine.dfa.EventTypeAndState
 
EXPECTED - 类 中的静态变量org.apache.flink.streaming.examples.windowing.util.SessionWindowingData
 

F

FiniteNewDataSource() - 类 的构造器org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.FiniteNewDataSource
 
FiniteTrainingDataSource() - 类 的构造器org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.FiniteTrainingDataSource
 
flatMap(String, Collector<Tuple2<String, Integer>>) - 类 中的方法org.apache.flink.streaming.examples.twitter.TwitterExample.SelectEnglishAndTokenizeFlatMap
Select the language from the incoming JSON text.
flatMap(String, Collector<Tuple2<String, Integer>>) - 类 中的方法org.apache.flink.streaming.examples.wordcount.WordCount.Tokenizer
 
formatAddress(int) - 类 中的静态方法org.apache.flink.streaming.examples.statemachine.event.Event
Util method to create a string representation of a 32 bit integer representing an IPv4 address.

G

getBatchModel() - 类 中的方法org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.Predictor
 
getProducedType() - 类 中的方法org.apache.flink.streaming.examples.statemachine.kafka.EventDeSerializer
 
getSource(StreamExecutionEnvironment, long) - 类 中的静态方法org.apache.flink.streaming.examples.join.WindowJoinSampleData.GradeSource
 
getSource(StreamExecutionEnvironment, long) - 类 中的静态方法org.apache.flink.streaming.examples.join.WindowJoinSampleData.SalarySource
 
GradeSource() - 类 的构造器org.apache.flink.streaming.examples.join.WindowJoinSampleData.GradeSource
 
GroupedProcessingTimeWindowExample - org.apache.flink.streaming.examples.windowing中的类
An example of grouped stream windowing into sliding time windows.
GroupedProcessingTimeWindowExample() - 类 的构造器org.apache.flink.streaming.examples.windowing.GroupedProcessingTimeWindowExample
 

H

hashCode() - 类 中的方法org.apache.flink.streaming.examples.statemachine.dfa.Transition
 
hashCode() - 类 中的方法org.apache.flink.streaming.examples.statemachine.event.Alert
 
hashCode() - 类 中的方法org.apache.flink.streaming.examples.statemachine.event.Event
 
hasNext() - 类 中的方法org.apache.flink.streaming.examples.join.WindowJoinSampleData.GradeSource
 
hasNext() - 类 中的方法org.apache.flink.streaming.examples.join.WindowJoinSampleData.SalarySource
 
hasNext() - 类 中的方法org.apache.flink.streaming.examples.utils.ThrottledIterator
 

I

IncrementalLearningSkeleton - org.apache.flink.streaming.examples.ml中的类
Skeleton for incremental machine learning algorithm consisting of a pre-computed model, which gets updated for the new inputs and new input data for which the job provides predictions.
IncrementalLearningSkeleton() - 类 的构造器org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton
 
IncrementalLearningSkeleton.FiniteNewDataSource - org.apache.flink.streaming.examples.ml中的类
Feeds new data for newData.
IncrementalLearningSkeleton.FiniteTrainingDataSource - org.apache.flink.streaming.examples.ml中的类
Feeds new training data for the partial model builder.
IncrementalLearningSkeleton.PartialModelBuilder - org.apache.flink.streaming.examples.ml中的类
Builds up-to-date partial models on new training data.
IncrementalLearningSkeleton.Predictor - org.apache.flink.streaming.examples.ml中的类
Creates newData using the model produced in batch-processing and the up-to-date partial model.
IncrementalLearningSkeletonData - org.apache.flink.streaming.examples.ml.util中的类
Data for IncrementalLearningSkeletonITCase.
INPUT_PAIRS - 类 中的静态变量org.apache.flink.streaming.examples.iteration.util.IterateExampleData
 
InputMap() - 类 的构造器org.apache.flink.streaming.examples.iteration.IterateExample.InputMap
 
isEndOfStream(Event) - 类 中的方法org.apache.flink.streaming.examples.statemachine.kafka.EventDeSerializer
 
isTerminal() - 枚举 中的方法org.apache.flink.streaming.examples.statemachine.dfa.State
Checks if this state is a terminal state.
IterateExample - org.apache.flink.streaming.examples.iteration中的类
Example illustrating iterations in Flink streaming.
IterateExample() - 类 的构造器org.apache.flink.streaming.examples.iteration.IterateExample
 
IterateExample.InputMap - org.apache.flink.streaming.examples.iteration中的类
Map the inputs so that the next Fibonacci numbers can be calculated while preserving the original input tuple.
IterateExample.MySelector - org.apache.flink.streaming.examples.iteration中的类
OutputSelector testing which tuple needs to be iterated again.
IterateExample.OutputMap - org.apache.flink.streaming.examples.iteration中的类
Giving back the input pair and the counter.
IterateExample.Step - org.apache.flink.streaming.examples.iteration中的类
Iteration step function that calculates the next Fibonacci number.
IterateExampleData - org.apache.flink.streaming.examples.iteration.util中的类
Data for IterateExampleITCase.

K

KafkaEventsGeneratorJob - org.apache.flink.streaming.examples.statemachine中的类
Job to generate input events that are written to Kafka, for the StateMachineExample job.
KafkaEventsGeneratorJob() - 类 的构造器org.apache.flink.streaming.examples.statemachine.KafkaEventsGeneratorJob
 
KafkaStandaloneGenerator - org.apache.flink.streaming.examples.statemachine.kafka中的类
A generator that pushes the data into Kafka.
KafkaStandaloneGenerator() - 类 的构造器org.apache.flink.streaming.examples.statemachine.kafka.KafkaStandaloneGenerator
 

M

main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.async.AsyncIOExample
 
main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.gpu.MatrixVectorMul
 
main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.iteration.IterateExample
 
main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.join.WindowJoin
 
main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton
 
main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.sideoutput.SideOutputExample
 
main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.socket.SocketWindowWordCount
 
main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.statemachine.kafka.KafkaStandaloneGenerator
Entry point to the kafka data producer.
main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.statemachine.KafkaEventsGeneratorJob
 
main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.statemachine.StateMachineExample
Main entry point for the program.
main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.twitter.TwitterExample
 
main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.windowing.GroupedProcessingTimeWindowExample
 
main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.windowing.SessionWindowing
 
main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.windowing.TopSpeedWindowing
 
main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.windowing.WindowWordCount
 
main(String[]) - 类 中的静态方法org.apache.flink.streaming.examples.wordcount.WordCount
 
map(Tuple2<Integer, Integer>) - 类 中的方法org.apache.flink.streaming.examples.iteration.IterateExample.InputMap
 
map(Tuple5<Integer, Integer, Integer, Integer, Integer>) - 类 中的方法org.apache.flink.streaming.examples.iteration.IterateExample.OutputMap
 
map(Tuple5<Integer, Integer, Integer, Integer, Integer>) - 类 中的方法org.apache.flink.streaming.examples.iteration.IterateExample.Step
 
map1(Integer) - 类 中的方法org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.Predictor
 
map2(Double[]) - 类 中的方法org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.Predictor
 
MatrixVectorMul - org.apache.flink.streaming.examples.gpu中的类
Implements the matrix-vector multiplication program that shows how to use GPU resources in Flink.
MatrixVectorMul() - 类 的构造器org.apache.flink.streaming.examples.gpu.MatrixVectorMul
 
MySelector() - 类 的构造器org.apache.flink.streaming.examples.iteration.IterateExample.MySelector
 

N

next() - 类 中的方法org.apache.flink.streaming.examples.join.WindowJoinSampleData.GradeSource
 
next() - 类 中的方法org.apache.flink.streaming.examples.join.WindowJoinSampleData.SalarySource
 
next(int, int) - 类 中的方法org.apache.flink.streaming.examples.statemachine.generator.EventsGenerator
Creates a new random event.
next() - 类 中的方法org.apache.flink.streaming.examples.utils.ThrottledIterator
 
nextInvalid() - 类 中的方法org.apache.flink.streaming.examples.statemachine.generator.EventsGenerator
Creates an event for an illegal state transition of one of the internal state machines.
NUM_PARTITIONS - 类 中的静态变量org.apache.flink.streaming.examples.statemachine.kafka.KafkaStandaloneGenerator
 
numActiveEntries() - 类 中的方法org.apache.flink.streaming.examples.statemachine.generator.EventsGenerator
 

O

org.apache.flink.streaming.examples.async - 程序包 org.apache.flink.streaming.examples.async
 
org.apache.flink.streaming.examples.gpu - 程序包 org.apache.flink.streaming.examples.gpu
 
org.apache.flink.streaming.examples.iteration - 程序包 org.apache.flink.streaming.examples.iteration
 
org.apache.flink.streaming.examples.iteration.util - 程序包 org.apache.flink.streaming.examples.iteration.util
 
org.apache.flink.streaming.examples.join - 程序包 org.apache.flink.streaming.examples.join
 
org.apache.flink.streaming.examples.ml - 程序包 org.apache.flink.streaming.examples.ml
 
org.apache.flink.streaming.examples.ml.util - 程序包 org.apache.flink.streaming.examples.ml.util
 
org.apache.flink.streaming.examples.sideoutput - 程序包 org.apache.flink.streaming.examples.sideoutput
 
org.apache.flink.streaming.examples.socket - 程序包 org.apache.flink.streaming.examples.socket
 
org.apache.flink.streaming.examples.statemachine - 程序包 org.apache.flink.streaming.examples.statemachine
 
org.apache.flink.streaming.examples.statemachine.dfa - 程序包 org.apache.flink.streaming.examples.statemachine.dfa
 
org.apache.flink.streaming.examples.statemachine.event - 程序包 org.apache.flink.streaming.examples.statemachine.event
 
org.apache.flink.streaming.examples.statemachine.generator - 程序包 org.apache.flink.streaming.examples.statemachine.generator
 
org.apache.flink.streaming.examples.statemachine.kafka - 程序包 org.apache.flink.streaming.examples.statemachine.kafka
 
org.apache.flink.streaming.examples.twitter - 程序包 org.apache.flink.streaming.examples.twitter
 
org.apache.flink.streaming.examples.twitter.util - 程序包 org.apache.flink.streaming.examples.twitter.util
 
org.apache.flink.streaming.examples.utils - 程序包 org.apache.flink.streaming.examples.utils
 
org.apache.flink.streaming.examples.windowing - 程序包 org.apache.flink.streaming.examples.windowing
 
org.apache.flink.streaming.examples.windowing.util - 程序包 org.apache.flink.streaming.examples.windowing.util
 
org.apache.flink.streaming.examples.wordcount - 程序包 org.apache.flink.streaming.examples.wordcount
 
org.apache.flink.streaming.examples.wordcount.util - 程序包 org.apache.flink.streaming.examples.wordcount.util
 
OutputMap() - 类 的构造器org.apache.flink.streaming.examples.iteration.IterateExample.OutputMap
 

P

PartialModelBuilder() - 类 的构造器org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.PartialModelBuilder
 
predict(Integer) - 类 中的方法org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.Predictor
 
Predictor() - 类 的构造器org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.Predictor
 
prob() - 类 中的方法org.apache.flink.streaming.examples.statemachine.dfa.Transition
 
processElement(String, ProcessFunction<String, Tuple2<String, Integer>>.Context, Collector<Tuple2<String, Integer>>) - 类 中的方法org.apache.flink.streaming.examples.sideoutput.SideOutputExample.Tokenizer
 

R

randomInvalidTransition(Random) - 枚举 中的方法org.apache.flink.streaming.examples.statemachine.dfa.State
Returns an event type that, if applied as a transition on this state, will result in an illegal state transition.
randomTransition(Random) - 枚举 中的方法org.apache.flink.streaming.examples.statemachine.dfa.State
Picks a random transition, based on the probabilities of the outgoing transitions of this state.
remove() - 类 中的方法org.apache.flink.streaming.examples.join.WindowJoinSampleData.GradeSource
 
remove() - 类 中的方法org.apache.flink.streaming.examples.join.WindowJoinSampleData.SalarySource
 
remove() - 类 中的方法org.apache.flink.streaming.examples.utils.ThrottledIterator
 
RESULTS - 类 中的静态变量org.apache.flink.streaming.examples.iteration.util.IterateExampleData
 
RESULTS - 类 中的静态变量org.apache.flink.streaming.examples.ml.util.IncrementalLearningSkeletonData
 
run(SourceFunction.SourceContext<Integer>) - 类 中的方法org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.FiniteNewDataSource
 
run(SourceFunction.SourceContext<Integer>) - 类 中的方法org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.FiniteTrainingDataSource
 
run(SourceFunction.SourceContext<Event>) - 类 中的方法org.apache.flink.streaming.examples.statemachine.generator.EventsGeneratorSource
 
runGenerator(Collector<Event>[]) - 类 中的静态方法org.apache.flink.streaming.examples.statemachine.generator.StandaloneThreadedGenerator
 
runWindowJoin(DataStream<Tuple2<String, Integer>>, DataStream<Tuple2<String, Integer>>, long) - 类 中的静态方法org.apache.flink.streaming.examples.join.WindowJoin
 

S

SalarySource() - 类 的构造器org.apache.flink.streaming.examples.join.WindowJoinSampleData.SalarySource
 
select(Tuple5<Integer, Integer, Integer, Integer, Integer>) - 类 中的方法org.apache.flink.streaming.examples.iteration.IterateExample.MySelector
 
SelectEnglishAndTokenizeFlatMap() - 类 的构造器org.apache.flink.streaming.examples.twitter.TwitterExample.SelectEnglishAndTokenizeFlatMap
 
serialize(Event) - 类 中的方法org.apache.flink.streaming.examples.statemachine.kafka.EventDeSerializer
 
SessionWindowing - org.apache.flink.streaming.examples.windowing中的类
An example of session windowing that keys events by ID and groups and counts them in session with gaps of 3 milliseconds.
SessionWindowing() - 类 的构造器org.apache.flink.streaming.examples.windowing.SessionWindowing
 
SessionWindowingData - org.apache.flink.streaming.examples.windowing.util中的类
Data for SessionWindowingITCase.
SideOutputExample - org.apache.flink.streaming.examples.sideoutput中的类
An example that illustrates the use of side output.
SideOutputExample() - 类 的构造器org.apache.flink.streaming.examples.sideoutput.SideOutputExample
 
SideOutputExample.Tokenizer - org.apache.flink.streaming.examples.sideoutput中的类
Implements the string tokenizer that splits sentences into words as a user-defined FlatMapFunction.
SocketWindowWordCount - org.apache.flink.streaming.examples.socket中的类
Implements a streaming windowed version of the "WordCount" program.
SocketWindowWordCount() - 类 的构造器org.apache.flink.streaming.examples.socket.SocketWindowWordCount
 
SocketWindowWordCount.WordWithCount - org.apache.flink.streaming.examples.socket中的类
Data type for words with count.
sourceAddress() - 类 中的方法org.apache.flink.streaming.examples.statemachine.event.Event
Gets the event's source address.
StandaloneThreadedGenerator - org.apache.flink.streaming.examples.statemachine.generator中的类
Base for standalone generators that use the state machine to create event sequences and push them for example into Kafka.
StandaloneThreadedGenerator() - 类 的构造器org.apache.flink.streaming.examples.statemachine.generator.StandaloneThreadedGenerator
 
state - 类 中的变量org.apache.flink.streaming.examples.statemachine.dfa.EventTypeAndState
 
State - org.apache.flink.streaming.examples.statemachine.dfa中的枚举
The State captures the main functionality of the state machine.
state() - 类 中的方法org.apache.flink.streaming.examples.statemachine.event.Alert
 
StateMachineExample - org.apache.flink.streaming.examples.statemachine中的类
Main class of the state machine example.
StateMachineExample() - 类 的构造器org.apache.flink.streaming.examples.statemachine.StateMachineExample
 
Step() - 类 的构造器org.apache.flink.streaming.examples.iteration.IterateExample.Step
 
STREAMING_COUNTS_AS_TUPLES - 类 中的静态变量org.apache.flink.streaming.examples.twitter.util.TwitterExampleData
 

T

targetState() - 类 中的方法org.apache.flink.streaming.examples.statemachine.dfa.Transition
 
TEXTS - 类 中的静态变量org.apache.flink.streaming.examples.twitter.util.TwitterExampleData
 
ThrottledIterator<T> - org.apache.flink.streaming.examples.utils中的类
A variant of the collection source (emits a sequence of elements as a stream) that supports throttling the emission rate.
ThrottledIterator(Iterator<T>, long) - 类 的构造器org.apache.flink.streaming.examples.utils.ThrottledIterator
 
Tokenizer() - 类 的构造器org.apache.flink.streaming.examples.sideoutput.SideOutputExample.Tokenizer
 
Tokenizer() - 类 的构造器org.apache.flink.streaming.examples.wordcount.WordCount.Tokenizer
 
TOP_CASE_CLASS_SPEEDS - 类 中的静态变量org.apache.flink.streaming.examples.windowing.util.TopSpeedWindowingExampleData
 
TOP_SPEEDS - 类 中的静态变量org.apache.flink.streaming.examples.windowing.util.TopSpeedWindowingExampleData
 
TOPIC - 类 中的静态变量org.apache.flink.streaming.examples.statemachine.kafka.KafkaStandaloneGenerator
 
TopSpeedWindowing - org.apache.flink.streaming.examples.windowing中的类
An example of grouped stream windowing where different eviction and trigger policies can be used.
TopSpeedWindowing() - 类 的构造器org.apache.flink.streaming.examples.windowing.TopSpeedWindowing
 
TopSpeedWindowingExampleData - org.apache.flink.streaming.examples.windowing.util中的类
Data for TopSpeedWindowingExampleITCase.
toString() - 类 中的方法org.apache.flink.streaming.examples.socket.SocketWindowWordCount.WordWithCount
 
toString() - 类 中的方法org.apache.flink.streaming.examples.statemachine.dfa.Transition
 
toString() - 类 中的方法org.apache.flink.streaming.examples.statemachine.event.Alert
 
toString() - 类 中的方法org.apache.flink.streaming.examples.statemachine.event.Event
 
transition(EventType) - 枚举 中的方法org.apache.flink.streaming.examples.statemachine.dfa.State
Gets the state after transitioning from this state based on the given event.
Transition - org.apache.flink.streaming.examples.statemachine.dfa中的类
A possible transition on a given event into a target state.
Transition(EventType, State, float) - 类 的构造器org.apache.flink.streaming.examples.statemachine.dfa.Transition
Creates a new transition.
transition() - 类 中的方法org.apache.flink.streaming.examples.statemachine.event.Alert
 
TwitterExample - org.apache.flink.streaming.examples.twitter中的类
Implements the "TwitterStream" program that computes a most used word occurrence over JSON objects in a streaming fashion.
TwitterExample() - 类 的构造器org.apache.flink.streaming.examples.twitter.TwitterExample
 
TwitterExample.SelectEnglishAndTokenizeFlatMap - org.apache.flink.streaming.examples.twitter中的类
Deserialize JSON from twitter source Implements a string tokenizer that splits sentences into words as a user-defined FlatMapFunction.
TwitterExampleData - org.apache.flink.streaming.examples.twitter.util中的类
Example data looking like tweets, but not acquired from Twitter.
type() - 类 中的方法org.apache.flink.streaming.examples.statemachine.event.Event
Gets the event's type.

V

valueOf(String) - 枚举 中的静态方法org.apache.flink.streaming.examples.statemachine.dfa.State
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.flink.streaming.examples.statemachine.event.EventType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.flink.streaming.examples.statemachine.dfa.State
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.flink.streaming.examples.statemachine.event.EventType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WindowJoin - org.apache.flink.streaming.examples.join中的类
Example illustrating a windowed stream join between two data streams.
WindowJoin() - 类 的构造器org.apache.flink.streaming.examples.join.WindowJoin
 
WindowJoinSampleData - org.apache.flink.streaming.examples.join中的类
Sample data for the WindowJoin example.
WindowJoinSampleData() - 类 的构造器org.apache.flink.streaming.examples.join.WindowJoinSampleData
 
WindowJoinSampleData.GradeSource - org.apache.flink.streaming.examples.join中的类
Continuously generates (name, grade).
WindowJoinSampleData.SalarySource - org.apache.flink.streaming.examples.join中的类
Continuously generates (name, salary).
WindowWordCount - org.apache.flink.streaming.examples.windowing中的类
Implements a windowed version of the streaming "WordCount" program.
WindowWordCount() - 类 的构造器org.apache.flink.streaming.examples.windowing.WindowWordCount
 
word - 类 中的变量org.apache.flink.streaming.examples.socket.SocketWindowWordCount.WordWithCount
 
WordCount - org.apache.flink.streaming.examples.wordcount中的类
Implements the "WordCount" program that computes a simple word occurrence histogram over text files in a streaming fashion.
WordCount() - 类 的构造器org.apache.flink.streaming.examples.wordcount.WordCount
 
WordCount.Tokenizer - org.apache.flink.streaming.examples.wordcount中的类
Implements the string tokenizer that splits sentences into words as a user-defined FlatMapFunction.
WordCountData - org.apache.flink.streaming.examples.wordcount.util中的类
Provides the default data sets used for the WordCount example program.
WordCountData() - 类 的构造器org.apache.flink.streaming.examples.wordcount.util.WordCountData
 
WORDS - 类 中的静态变量org.apache.flink.streaming.examples.wordcount.util.WordCountData
 
WordWithCount() - 类 的构造器org.apache.flink.streaming.examples.socket.SocketWindowWordCount.WordWithCount
 
WordWithCount(String, long) - 类 的构造器org.apache.flink.streaming.examples.socket.SocketWindowWordCount.WordWithCount
 
A B C D E F G H I K M N O P R S T V W 
跳过导航链接

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