Package io.siddhi.query.api.util
Class SiddhiConstants
- java.lang.Object
-
- io.siddhi.query.api.util.SiddhiConstants
-
public class SiddhiConstants extends Object
Siddhi constants
-
-
Field Summary
Fields Modifier and Type Field Description static StringANNOTATION_ELEMENT_NAMEstatic StringANNOTATION_INFOstatic StringFAULT_STREAM_FLAGstatic StringINNER_STREAM_FLAGstatic intLASTstatic StringTRIGGERED_TIME
-
Constructor Summary
Constructors Constructor Description SiddhiConstants()
-
-
-
Field Detail
-
ANNOTATION_INFO
public static final String ANNOTATION_INFO
- See Also:
- Constant Field Values
-
ANNOTATION_ELEMENT_NAME
public static final String ANNOTATION_ELEMENT_NAME
- See Also:
- Constant Field Values
-
FAULT_STREAM_FLAG
public static final String FAULT_STREAM_FLAG
- See Also:
- Constant Field Values
-
INNER_STREAM_FLAG
public static final String INNER_STREAM_FLAG
- See Also:
- Constant Field Values
-
TRIGGERED_TIME
public static final String TRIGGERED_TIME
- See Also:
- Constant Field Values
-
LAST
public static final int LAST
- See Also:
- Constant Field Values
-
-