Class StreamMappingElement
- java.lang.Object
-
- io.siddhi.core.event.stream.populater.StreamMappingElement
-
public class StreamMappingElement extends Object
Element to hold information about StreamEvent population from the given data[]
-
-
Constructor Summary
Constructors Constructor Description StreamMappingElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFromPosition()int[]getToPosition()voidsetFromPosition(int fromPosition)voidsetToPosition(int[] toPosition)
-