Class Attribute
- java.lang.Object
-
- org.apache.flink.api.common.attribute.Attribute
-
- All Implemented Interfaces:
Serializable
@Internal public class Attribute extends Object implements Serializable
Attributecontains the information about the process logic of a process function.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttribute.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNoOutputUntilEndOfInput()voidsetNoOutputUntilEndOfInput(boolean noOutputUntilEndOfInput)
-