| Package | Description |
|---|---|
| org.apache.flink.streaming.examples.statemachine.generator | |
| org.apache.flink.streaming.examples.statemachine.kafka |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventsGeneratorFunction.map(Long value) |
Event |
EventsGenerator.next(int minIp,
int maxIp)
Creates a new random event.
|
Event |
EventsGenerator.nextInvalid()
Creates an event for an illegal state transition of one of the internal state machines.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
EventDeSerializationSchema.deserialize(byte[] message) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.typeinfo.TypeInformation<Event> |
EventDeSerializationSchema.getProducedType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventDeSerializationSchema.isEndOfStream(Event nextElement) |
byte[] |
EventDeSerializationSchema.serialize(Event evt) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.