程序包 | 说明 |
---|---|
org.apache.flink.api.java | |
org.apache.flink.api.java.operators.translation |
类和说明 |
---|
FunctionAnnotation.SkipCodeAnalysis
The SkipCodeAnalysis annotation declares that a function will not be analyzed by Flink's
code analysis capabilities independent of the configured
CodeAnalysisMode . |
类和说明 |
---|
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.