Uses of Class
org.apache.flink.streaming.api.operators.OperatorAttributes
-
Packages that use OperatorAttributes Package Description org.apache.flink.streaming.api.operators org.apache.flink.streaming.api.operators.sortpartition org.apache.flink.streaming.runtime.operators.windowing This package contains the operators that implement the various window operations on data streams. -
-
Uses of OperatorAttributes in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return OperatorAttributes Modifier and Type Method Description OperatorAttributesOperatorAttributesBuilder. build()OperatorAttributesMapPartitionOperator. getOperatorAttributes()OperatorAttributesPartitionAggregateOperator. getOperatorAttributes()OperatorAttributesPartitionReduceOperator. getOperatorAttributes()OperatorAttributesSimpleOperatorFactory. getOperatorAttributes()default OperatorAttributesStreamOperator. getOperatorAttributes()Called to get the OperatorAttributes of the operator.default OperatorAttributesStreamOperatorFactory. getOperatorAttributes()Is called to get the OperatorAttributes of the operator. -
Uses of OperatorAttributes in org.apache.flink.streaming.api.operators.sortpartition
Methods in org.apache.flink.streaming.api.operators.sortpartition that return OperatorAttributes Modifier and Type Method Description OperatorAttributesKeyedSortPartitionOperator. getOperatorAttributes()OperatorAttributesSortPartitionOperator. getOperatorAttributes() -
Uses of OperatorAttributes in org.apache.flink.streaming.runtime.operators.windowing
Methods in org.apache.flink.streaming.runtime.operators.windowing that return OperatorAttributes Modifier and Type Method Description OperatorAttributesWindowOperator. getOperatorAttributes()
-