Uses of Class
com.espertech.esper.common.client.soda.AnnotationPart
Package
Description
This package defines the Esper statement object model.
-
Uses of AnnotationPart in com.espertech.esper.common.client.soda
Modifier 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 modelModifier and TypeMethodDescriptionCreateTableColumn.getAnnotations()
Returns optional annotations, or null if there are noneDataFlowOperator.getAnnotations()
Returns the annotations.EPStatementObjectModel.getAnnotations()
Returns annotations.Modifier and TypeMethodDescriptionvoid
AnnotationPart.copy
(AnnotationPart other) Copy annotation values.void
PatternStream.setAnnotations
(AnnotationPart[] annotations) Sets the pattern-level annotations, if anyModifier 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.ModifierConstructorDescriptionPatternStream
(PatternExpr expression, String optStreamName, AnnotationPart[] annotations) Ctor.ModifierConstructorDescriptionCreateTableColumn
(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