| Package | Description |
|---|---|
| org.apache.flink.streaming.connectors.kafka |
| Modifier and Type | Method and Description |
|---|---|
static FlinkKafkaConsumer.FetcherType |
FlinkKafkaConsumer.FetcherType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlinkKafkaConsumer.FetcherType[] |
FlinkKafkaConsumer.FetcherType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FlinkKafkaConsumer(String topic,
DeserializationSchema<T> valueDeserializer,
Properties props,
FlinkKafkaConsumer.OffsetStore offsetStore,
FlinkKafkaConsumer.FetcherType fetcherType)
Creates a new Flink Kafka Consumer, using the given type of fetcher and offset handler.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.