Uses of Class
org.apache.flink.streaming.examples.statemachine.event.Event
-
Packages that use Event Package Description org.apache.flink.streaming.examples.statemachine.generator org.apache.flink.streaming.examples.statemachine.kafka -
-
Uses of Event in org.apache.flink.streaming.examples.statemachine.generator
Methods in org.apache.flink.streaming.examples.statemachine.generator that return Event Modifier and Type Method Description EventEventsGeneratorFunction. map(Long value)EventEventsGenerator. next(int minIp, int maxIp)Creates a new random event.EventEventsGenerator. nextInvalid()Creates an event for an illegal state transition of one of the internal state machines. -
Uses of Event in org.apache.flink.streaming.examples.statemachine.kafka
Methods in org.apache.flink.streaming.examples.statemachine.kafka that return Event Modifier and Type Method Description EventEventDeSerializationSchema. deserialize(byte[] message)Methods in org.apache.flink.streaming.examples.statemachine.kafka that return types with arguments of type Event Modifier and Type Method Description org.apache.flink.api.common.typeinfo.TypeInformation<Event>EventDeSerializationSchema. getProducedType()Methods in org.apache.flink.streaming.examples.statemachine.kafka with parameters of type Event Modifier and Type Method Description booleanEventDeSerializationSchema. isEndOfStream(Event nextElement)byte[]EventDeSerializationSchema. serialize(Event evt)
-