A C E G H I L N O R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Alert - Class in org.apache.flink.walkthrough.common.entity
-
A simple alert event.
- Alert() - Constructor for class org.apache.flink.walkthrough.common.entity.Alert
- AlertSink - Class in org.apache.flink.walkthrough.common.sink
-
Deprecated.
- AlertSink() - Constructor for class org.apache.flink.walkthrough.common.sink.AlertSink
-
Deprecated.
C
- close() - Method in class org.apache.flink.walkthrough.common.sink.LoggerOutputFormat
- configure(Configuration) - Method in class org.apache.flink.walkthrough.common.sink.LoggerOutputFormat
E
- equals(Object) - Method in class org.apache.flink.walkthrough.common.entity.Alert
- equals(Object) - Method in class org.apache.flink.walkthrough.common.entity.Transaction
G
- getAccountId() - Method in class org.apache.flink.walkthrough.common.entity.Transaction
- getAmount() - Method in class org.apache.flink.walkthrough.common.entity.Transaction
- getId() - Method in class org.apache.flink.walkthrough.common.entity.Alert
- getTimestamp() - Method in class org.apache.flink.walkthrough.common.entity.Transaction
H
- hashCode() - Method in class org.apache.flink.walkthrough.common.entity.Alert
- hashCode() - Method in class org.apache.flink.walkthrough.common.entity.Transaction
I
- invoke(Alert, SinkFunction.Context) - Method in class org.apache.flink.walkthrough.common.sink.AlertSink
-
Deprecated.
L
- LoggerOutputFormat - Class in org.apache.flink.walkthrough.common.sink
-
A basic output format that logs all records at level INFO.
- LoggerOutputFormat() - Constructor for class org.apache.flink.walkthrough.common.sink.LoggerOutputFormat
N
- nextRecord(Row) - Method in class org.apache.flink.walkthrough.common.source.TransactionRowInputFormat
O
- open(OutputFormat.InitializationContext) - Method in class org.apache.flink.walkthrough.common.sink.LoggerOutputFormat
- open(GenericInputSplit) - Method in class org.apache.flink.walkthrough.common.source.TransactionRowInputFormat
- org.apache.flink.walkthrough.common.entity - package org.apache.flink.walkthrough.common.entity
- org.apache.flink.walkthrough.common.sink - package org.apache.flink.walkthrough.common.sink
- org.apache.flink.walkthrough.common.source - package org.apache.flink.walkthrough.common.source
R
- reachedEnd() - Method in class org.apache.flink.walkthrough.common.source.TransactionRowInputFormat
S
- setAccountId(long) - Method in class org.apache.flink.walkthrough.common.entity.Transaction
- setAmount(double) - Method in class org.apache.flink.walkthrough.common.entity.Transaction
- setId(long) - Method in class org.apache.flink.walkthrough.common.entity.Alert
- setTimestamp(long) - Method in class org.apache.flink.walkthrough.common.entity.Transaction
T
- toString() - Method in class org.apache.flink.walkthrough.common.entity.Alert
- toString() - Method in class org.apache.flink.walkthrough.common.entity.Transaction
- Transaction - Class in org.apache.flink.walkthrough.common.entity
-
A simple transaction.
- Transaction() - Constructor for class org.apache.flink.walkthrough.common.entity.Transaction
- Transaction(long, long, double) - Constructor for class org.apache.flink.walkthrough.common.entity.Transaction
- TransactionRowInputFormat - Class in org.apache.flink.walkthrough.common.source
-
An bounded input of transactions.
- TransactionRowInputFormat() - Constructor for class org.apache.flink.walkthrough.common.source.TransactionRowInputFormat
- TransactionSource - Class in org.apache.flink.walkthrough.common.source
-
Deprecated.This class is based on the
SourceFunctionAPI, which is due to be removed. Use the newSourceAPI instead. - TransactionSource() - Constructor for class org.apache.flink.walkthrough.common.source.TransactionSource
-
Deprecated.
W
- writeRecord(String) - Method in class org.apache.flink.walkthrough.common.sink.LoggerOutputFormat
All Classes All Packages