Uses of Class
com.espertech.esper.common.client.soda.AnnotationPart
Packages that use AnnotationPart
Package
Description
This package defines the Esper statement object model.
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
-
Uses of AnnotationPart in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return AnnotationPartModifier and TypeMethodDescriptionPatternStream.getAnnotations()
Returns the pattern-level annotations, if anystatic AnnotationPart
AnnotationPart.nameAnnotation
(String name) Returns a name annotation for use with a statement object modelMethods in com.espertech.esper.common.client.soda that return types with arguments of type AnnotationPartModifier and TypeMethodDescriptionCreateTableColumn.getAnnotations()
Returns optional annotations, or null if there are noneDataFlowOperator.getAnnotations()
Returns the annotations.EPStatementObjectModel.getAnnotations()
Returns annotations.Methods in com.espertech.esper.common.client.soda with parameters of type AnnotationPartModifier and TypeMethodDescriptionvoid
AnnotationPart.copy
(AnnotationPart other) Copy annotation values.void
PatternStream.setAnnotations
(AnnotationPart[] annotations) Sets the pattern-level annotations, if anyMethod parameters in com.espertech.esper.common.client.soda with type arguments of type AnnotationPartModifier and TypeMethodDescriptionvoid
CreateTableColumn.setAnnotations
(List<AnnotationPart> annotations) Sets optional annotations, or null if there are nonevoid
DataFlowOperator.setAnnotations
(List<AnnotationPart> annotations) Sets the annotations.void
EPStatementObjectModel.setAnnotations
(List<AnnotationPart> annotations) Sets annotations.static void
AnnotationPart.toEPL
(StringWriter writer, List<AnnotationPart> annotations, EPStatementFormatter formatter) Print.Constructors in com.espertech.esper.common.client.soda with parameters of type AnnotationPartModifierConstructorDescriptionPatternStream
(PatternExpr expression, String optStreamName, AnnotationPart[] annotations) Ctor.Constructor parameters in com.espertech.esper.common.client.soda with type arguments of type AnnotationPartModifierConstructorDescriptionCreateTableColumn
(String columnName, Expression optionalExpression, String optionalTypeName, List<AnnotationPart> annotations, Boolean primaryKey) Ctor.DataFlowOperator
(List<AnnotationPart> annotations, String operatorName, List<DataFlowOperatorInput> input, List<DataFlowOperatorOutput> output, List<DataFlowOperatorParameter> parameters) Ctor -
Uses of AnnotationPart in com.espertech.esper.common.internal.compile.stage1.spec
Methods in com.espertech.esper.common.internal.compile.stage1.spec that return AnnotationPartModifier and TypeMethodDescriptionstatic AnnotationPart[]
PatternLevelAnnotationUtil.annotationsFromSpec
(PatternStreamSpecRaw pattern) Methods in com.espertech.esper.common.internal.compile.stage1.spec with parameters of type AnnotationPartModifier and TypeMethodDescriptionstatic PatternLevelAnnotationFlags
PatternLevelAnnotationUtil.annotationsToSpec
(AnnotationPart[] parts) -
Uses of AnnotationPart in com.espertech.esper.common.internal.compile.stage1.specmapper
Method parameters in com.espertech.esper.common.internal.compile.stage1.specmapper with type arguments of type AnnotationPartModifier and TypeMethodDescriptionstatic List<AnnotationDesc>
StatementSpecMapper.mapAnnotations
(List<AnnotationPart> annotations)