Uses of Class
io.siddhi.core.event.ComplexEvent.Type
-
Packages that use ComplexEvent.Type Package Description io.siddhi.core.event io.siddhi.core.event.state io.siddhi.core.event.stream io.siddhi.core.event.stream.converter io.siddhi.core.query.input.stream.join -
-
Uses of ComplexEvent.Type in io.siddhi.core.event
Methods in io.siddhi.core.event that return ComplexEvent.Type Modifier and Type Method Description ComplexEvent.TypeComplexEvent. getType()ComplexEvent.TypeGroupedComplexEvent. getType()static ComplexEvent.TypeComplexEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ComplexEvent.Type[]ComplexEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.siddhi.core.event with parameters of type ComplexEvent.Type Modifier and Type Method Description voidComplexEvent. setType(ComplexEvent.Type type)voidGroupedComplexEvent. setType(ComplexEvent.Type type) -
Uses of ComplexEvent.Type in io.siddhi.core.event.state
Fields in io.siddhi.core.event.state declared as ComplexEvent.Type Modifier and Type Field Description protected ComplexEvent.TypeStateEvent. typeMethods in io.siddhi.core.event.state that return ComplexEvent.Type Modifier and Type Method Description ComplexEvent.TypeStateEvent. getType()Methods in io.siddhi.core.event.state with parameters of type ComplexEvent.Type Modifier and Type Method Description voidStateEvent. setType(ComplexEvent.Type type) -
Uses of ComplexEvent.Type in io.siddhi.core.event.stream
Fields in io.siddhi.core.event.stream declared as ComplexEvent.Type Modifier and Type Field Description protected ComplexEvent.TypeStreamEvent. typeMethods in io.siddhi.core.event.stream that return ComplexEvent.Type Modifier and Type Method Description ComplexEvent.TypeStreamEvent. getType()Methods in io.siddhi.core.event.stream with parameters of type ComplexEvent.Type Modifier and Type Method Description voidStreamEvent. setType(ComplexEvent.Type type) -
Uses of ComplexEvent.Type in io.siddhi.core.event.stream.converter
Methods in io.siddhi.core.event.stream.converter with parameters of type ComplexEvent.Type Modifier and Type Method Description voidSelectiveStreamEventConverter. convertData(long timestamp, Object[] data, ComplexEvent.Type type, StreamEvent newEvent)voidSimpleStreamEventConverter. convertData(long timestamp, Object[] data, ComplexEvent.Type type, StreamEvent newEvent)voidStreamEventConverter. convertData(long timeStamp, Object[] data, ComplexEvent.Type type, StreamEvent newEvent)Method to construct(change format) timeStamp and data from StreamEventvoidZeroStreamEventConverter. convertData(long timestamp, Object[] data, ComplexEvent.Type type, StreamEvent newEvent) -
Uses of ComplexEvent.Type in io.siddhi.core.query.input.stream.join
Methods in io.siddhi.core.query.input.stream.join with parameters of type ComplexEvent.Type Modifier and Type Method Description StateEventJoinProcessor. joinEventBuilder(StreamEvent leftStream, StreamEvent rightStream, ComplexEvent.Type type)Join the given two event streams.
-