Package | Description |
---|---|
org.apache.flink.api.java | |
org.apache.flink.api.java.operators | |
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.ForwardedFieldsFirst
The ForwardedFieldsFirst annotation declares fields of the first input of a function 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.
|
FunctionAnnotation.ForwardedFieldsSecond
The ForwardedFieldsSecond annotation declares fields of the second input of a function 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.
|
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–2016 The Apache Software Foundation. All rights reserved.