Uses of Class
org.apache.flink.api.common.operators.SingleInputSemanticProperties
-
Packages that use SingleInputSemanticProperties Package Description org.apache.flink.api.common.operators org.apache.flink.api.common.operators.base -
-
Uses of SingleInputSemanticProperties in org.apache.flink.api.common.operators
Subclasses of SingleInputSemanticProperties in org.apache.flink.api.common.operators Modifier and Type Class Description static classSingleInputSemanticProperties.AllFieldsForwardedPropertiesMethods in org.apache.flink.api.common.operators that return SingleInputSemanticProperties Modifier and Type Method Description SingleInputSemanticPropertiesSingleInputOperator. getSemanticProperties()Methods in org.apache.flink.api.common.operators with parameters of type SingleInputSemanticProperties Modifier and Type Method Description voidSingleInputOperator. setSemanticProperties(SingleInputSemanticProperties semanticProperties) -
Uses of SingleInputSemanticProperties in org.apache.flink.api.common.operators.base
Methods in org.apache.flink.api.common.operators.base that return SingleInputSemanticProperties Modifier and Type Method Description SingleInputSemanticPropertiesPartitionOperatorBase. getSemanticProperties()SingleInputSemanticPropertiesSortPartitionOperatorBase. getSemanticProperties()
-