Modifier and Type | Class and Description |
---|---|
class |
HBaseUpsertTableSink
An upsert
UpsertStreamTableSink for HBase. |
Modifier and Type | Method and Description |
---|---|
StreamTableSink<Tuple2<Boolean,Row>> |
HBaseTableFactory.createStreamTableSink(Map<String,String> properties) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCAppendTableSink
An at-least-once Table sink for JDBC.
|
class |
JDBCUpsertTableSink
An upsert
UpsertStreamTableSink for JDBC. |
Modifier and Type | Method and Description |
---|---|
StreamTableSink<Tuple2<Boolean,Row>> |
JDBCTableSourceSinkFactory.createStreamTableSink(Map<String,String> properties) |
Modifier and Type | Class and Description |
---|---|
class |
HiveTableSink
Table sink to write to Hive tables.
|
Modifier and Type | Class and Description |
---|---|
class |
CassandraAppendTableSink
An
AppendStreamTableSink to write an append stream Table to a Cassandra table. |
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchUpsertTableSinkBase
A version-agnostic Elasticsearch
UpsertStreamTableSink . |
Modifier and Type | Method and Description |
---|---|
StreamTableSink<Tuple2<Boolean,Row>> |
ElasticsearchUpsertTableSinkFactoryBase.createStreamTableSink(Map<String,String> properties) |
Modifier and Type | Class and Description |
---|---|
class |
Elasticsearch6UpsertTableSink
Version-specific upsert table sink for Elasticsearch 6.
|
Modifier and Type | Class and Description |
---|---|
class |
Kafka010TableSink
Kafka 0.10 table sink for writing data into Kafka.
|
class |
Kafka011TableSink
Kafka 0.11 table sink for writing data into Kafka.
|
class |
Kafka08TableSink
Kafka 0.8 table sink for writing data into Kafka.
|
class |
Kafka09TableSink
Kafka 0.9 table sink for writing data into Kafka.
|
class |
KafkaTableSink
Kafka table sink for writing data into Kafka.
|
class |
KafkaTableSinkBase
A version-agnostic Kafka
AppendStreamTableSink . |
Modifier and Type | Method and Description |
---|---|
StreamTableSink<Row> |
KafkaTableSourceSinkFactoryBase.createStreamTableSink(Map<String,String> properties) |
Modifier and Type | Class and Description |
---|---|
class |
CollectBatchTableSink
Table sink for collecting the results locally all at once using accumulators.
|
class |
CollectStreamTableSink
Table sink for collecting the results locally using sockets.
|
Modifier and Type | Method and Description |
---|---|
StreamTableSink<T> |
StreamTableSinkFactory.createStreamTableSink(Map<String,String> properties)
Creates and configures a
StreamTableSink using the given properties. |
Modifier and Type | Interface and Description |
---|---|
interface |
AppendStreamTableSink<T>
|
interface |
RetractStreamTableSink<T>
|
interface |
UpsertStreamTableSink<T>
|
Modifier and Type | Class and Description |
---|---|
class |
CsvTableSink
A simple
TableSink to emit data as CSV files. |
class |
OutputFormatTableSink<T>
|
Modifier and Type | Method and Description |
---|---|
StreamTableSink<Row> |
CsvAppendTableSinkFactory.createStreamTableSink(Map<String,String> properties) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.