|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationPart | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
com.espertech.esper.epl.spec | 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. |
com.espertech.esper.pattern | Pattern expression tree and pattern state objects, the later resembles pattern expression state for each active pattern instance |
Uses of AnnotationPart in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return AnnotationPart | |
---|---|
AnnotationPart[] |
PatternStream.getAnnotations()
Returns the pattern-level annotations, if any |
Methods in com.espertech.esper.client.soda that return types with arguments of type AnnotationPart | |
---|---|
java.util.List<AnnotationPart> |
EPStatementObjectModel.getAnnotations()
Returns annotations. |
java.util.List<AnnotationPart> |
DataFlowOperator.getAnnotations()
Returns the annotations. |
java.util.List<AnnotationPart> |
CreateTableColumn.getAnnotations()
Returns optional annotations, or null if there are none |
Methods in com.espertech.esper.client.soda with parameters of type AnnotationPart | |
---|---|
void |
AnnotationPart.copy(AnnotationPart other)
Copy annotation values. |
void |
PatternStream.setAnnotations(AnnotationPart[] annotations)
Sets the pattern-level annotations, if any |
Method parameters in com.espertech.esper.client.soda with type arguments of type AnnotationPart | |
---|---|
void |
EPStatementObjectModel.setAnnotations(java.util.List<AnnotationPart> annotations)
Sets annotations. |
void |
DataFlowOperator.setAnnotations(java.util.List<AnnotationPart> annotations)
Sets the annotations. |
void |
CreateTableColumn.setAnnotations(java.util.List<AnnotationPart> annotations)
Sets optional annotations, or null if there are none |
static void |
AnnotationPart.toEPL(java.io.StringWriter writer,
java.util.List<AnnotationPart> annotations,
EPStatementFormatter formatter)
Print. |
Constructors in com.espertech.esper.client.soda with parameters of type AnnotationPart | |
---|---|
PatternStream(PatternExpr expression,
java.lang.String optStreamName,
AnnotationPart[] annotations)
Ctor. |
Constructor parameters in com.espertech.esper.client.soda with type arguments of type AnnotationPart | |
---|---|
CreateTableColumn(java.lang.String columnName,
Expression optionalExpression,
java.lang.String optionalTypeName,
java.lang.Boolean optionalTypeIsArray,
java.lang.Boolean optionalTypeIsPrimitiveArray,
java.util.List<AnnotationPart> annotations,
java.lang.Boolean primaryKey)
Ctor. |
|
DataFlowOperator(java.util.List<AnnotationPart> annotations,
java.lang.String operatorName,
java.util.List<DataFlowOperatorInput> input,
java.util.List<DataFlowOperatorOutput> output,
java.util.List<DataFlowOperatorParameter> parameters)
Ctor |
Uses of AnnotationPart in com.espertech.esper.core.service |
---|
Methods in com.espertech.esper.core.service that return AnnotationPart | |
---|---|
AnnotationPart |
EPAdministratorSPI.compileAnnotationToSODA(java.lang.String annotationExpression)
Compile annotation expressions. |
AnnotationPart |
EPAdministratorImpl.compileAnnotationToSODA(java.lang.String annotationExpression)
|
Uses of AnnotationPart in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return AnnotationPart | |
---|---|
static AnnotationPart |
StatementSpecMapper.unmap(AnnotationDesc node)
Unmap annotation. |
Method parameters in com.espertech.esper.epl.spec with type arguments of type AnnotationPart | |
---|---|
static java.util.List<AnnotationDesc> |
StatementSpecMapper.mapAnnotations(java.util.List<AnnotationPart> annotations)
|
Uses of AnnotationPart in com.espertech.esper.pattern |
---|
Methods in com.espertech.esper.pattern that return AnnotationPart | |
---|---|
static AnnotationPart[] |
PatternLevelAnnotationUtil.annotationsFromSpec(PatternStreamSpecRaw pattern)
|
Methods in com.espertech.esper.pattern with parameters of type AnnotationPart | |
---|---|
static PatternLevelAnnotationFlags |
PatternLevelAnnotationUtil.annotationsToSpec(AnnotationPart[] parts)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |