Uses of Class
org.apache.flink.runtime.shuffle.NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo
-
Packages that use NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo Package Description org.apache.flink.runtime.shuffle -
-
Uses of NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle that return NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo Modifier and Type Method Description static NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo
NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo. valueOf(String name)
Returns the enum constant of this type with the specified name.static NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo[]
NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-