| Package | Description |
|---|---|
| org.apache.flink.streaming.examples.kafka |
| Modifier and Type | Method and Description |
|---|---|
KafkaEvent |
KafkaEventSchema.deserialize(byte[] message) |
static KafkaEvent |
KafkaEvent.fromString(String eventStr) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.typeinfo.TypeInformation<KafkaEvent> |
KafkaEventSchema.getProducedType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
KafkaEventSchema.isEndOfStream(KafkaEvent nextElement) |
byte[] |
KafkaEventSchema.serialize(KafkaEvent event) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.