public class SinkModel extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
KAFKA_TYPE |
static String |
PARTITION_BY_KEY |
static String |
STREAM_TYPE |
| Constructor and Description |
|---|
SinkModel(String topic,
String type,
String partitionBy,
FunctionModel filter) |
| Modifier and Type | Method and Description |
|---|---|
FunctionModel |
getFilter() |
String |
getPartitionBy() |
String |
getTopic() |
String |
getType() |
String |
toString() |
public static final String PARTITION_BY_KEY
public static final String KAFKA_TYPE
public static final String STREAM_TYPE
public SinkModel(String topic, String type, String partitionBy, FunctionModel filter)
Copyright © 2017–2018. All rights reserved.