Package | Description |
---|---|
org.apache.flink.api.java | |
org.apache.flink.api.java.operators.translation |
Class and Description |
---|
FunctionAnnotation.SkipCodeAnalysis
The SkipCodeAnalysis annotation declares that a function will not be analyzed by Flink's
code analysis capabilities independent of the configured
CodeAnalysisMode . |
Class and Description |
---|
FunctionAnnotation.ForwardedFields
The ForwardedFields annotation declares fields which are never modified by the annotated function and
which are forwarded at the same position to the output or unchanged copied to another position in the output.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.