Uses of Interface
org.apache.flink.table.connector.source.abilities.SupportsLookupCustomShuffle.InputDataPartitioner
-
Packages that use SupportsLookupCustomShuffle.InputDataPartitioner Package Description org.apache.flink.table.connector.source.abilities -
-
Uses of SupportsLookupCustomShuffle.InputDataPartitioner in org.apache.flink.table.connector.source.abilities
Methods in org.apache.flink.table.connector.source.abilities that return types with arguments of type SupportsLookupCustomShuffle.InputDataPartitioner Modifier and Type Method Description Optional<SupportsLookupCustomShuffle.InputDataPartitioner>SupportsLookupCustomShuffle. getPartitioner()This method is used to retrieve a custom partitioner that will be applied to the input stream of lookup-join node.
-