Uses of Class
io.siddhi.query.api.annotation.Annotation
-
-
Uses of Annotation in io.siddhi.query.api
Methods in io.siddhi.query.api that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>SiddhiApp. getAnnotations()Methods in io.siddhi.query.api with parameters of type Annotation Modifier and Type Method Description SiddhiAppSiddhiApp. annotation(Annotation annotation)Constructor parameters in io.siddhi.query.api with type arguments of type Annotation Constructor Description SiddhiApp(List<Annotation> annotations) -
Uses of Annotation in io.siddhi.query.api.annotation
Methods in io.siddhi.query.api.annotation that return Annotation Modifier and Type Method Description AnnotationAnnotation. annotation(Annotation annotation)static AnnotationAnnotation. annotation(String name)AnnotationAnnotation. element(Element element)AnnotationAnnotation. element(String value)AnnotationAnnotation. element(String key, String value)Methods in io.siddhi.query.api.annotation that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>Annotation. getAnnotations()List<Annotation>Annotation. getAnnotations(String name)Methods in io.siddhi.query.api.annotation with parameters of type Annotation Modifier and Type Method Description AnnotationAnnotation. annotation(Annotation annotation)Method parameters in io.siddhi.query.api.annotation with type arguments of type Annotation Modifier and Type Method Description voidAnnotation. setAnnotations(List<Annotation> annotations) -
Uses of Annotation in io.siddhi.query.api.definition
Fields in io.siddhi.query.api.definition with type parameters of type Annotation Modifier and Type Field Description protected List<Annotation>AbstractDefinition. annotationsMethods in io.siddhi.query.api.definition that return Annotation Modifier and Type Method Description static AnnotationAbstractDefinition. annotation(String name)Methods in io.siddhi.query.api.definition that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>AbstractDefinition. getAnnotations()List<Annotation>AggregationDefinition. getAnnotations()Methods in io.siddhi.query.api.definition with parameters of type Annotation Modifier and Type Method Description AggregationDefinitionAggregationDefinition. annotation(Annotation annotation)StreamDefinitionStreamDefinition. annotation(Annotation annotation)TableDefinitionTableDefinition. annotation(Annotation annotation) -
Uses of Annotation in io.siddhi.query.api.execution
Methods in io.siddhi.query.api.execution that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>ExecutionElement. getAnnotations() -
Uses of Annotation in io.siddhi.query.api.execution.partition
Methods in io.siddhi.query.api.execution.partition that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>Partition. getAnnotations()Methods in io.siddhi.query.api.execution.partition with parameters of type Annotation Modifier and Type Method Description PartitionPartition. annotation(Annotation annotation) -
Uses of Annotation in io.siddhi.query.api.execution.query
Methods in io.siddhi.query.api.execution.query that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>Query. getAnnotations()Methods in io.siddhi.query.api.execution.query with parameters of type Annotation Modifier and Type Method Description QueryQuery. annotation(Annotation annotation) -
Uses of Annotation in io.siddhi.query.api.util
Methods in io.siddhi.query.api.util that return Annotation Modifier and Type Method Description static AnnotationAnnotationHelper. getAnnotation(String[] annotationNames, List<Annotation> annotationList)static AnnotationAnnotationHelper. getAnnotation(String annotationName, List<Annotation> annotationList)Methods in io.siddhi.query.api.util that return types with arguments of type Annotation Modifier and Type Method Description static List<Annotation>AnnotationHelper. getAnnotations(String annotationName, List<Annotation> annotationList)Method parameters in io.siddhi.query.api.util with type arguments of type Annotation Modifier and Type Method Description static AnnotationAnnotationHelper. getAnnotation(String[] annotationNames, List<Annotation> annotationList)static AnnotationAnnotationHelper. getAnnotation(String annotationName, List<Annotation> annotationList)static ElementAnnotationHelper. getAnnotationElement(String annotationName, String elementName, List<Annotation> annotationList)static List<Annotation>AnnotationHelper. getAnnotations(String annotationName, List<Annotation> annotationList)
-