Package org.apache.flink.runtime.shuffle
Interface NettyShuffleDescriptor.PartitionConnectionInfo
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo
,NettyShuffleDescriptor.NetworkPartitionConnectionInfo
- Enclosing class:
- NettyShuffleDescriptor
public static interface NettyShuffleDescriptor.PartitionConnectionInfo extends Serializable
Information for connection to partition producer for shuffle exchange.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InetSocketAddress
getAddress()
int
getConnectionIndex()
-
-
-
Method Detail
-
getAddress
InetSocketAddress getAddress()
-
getConnectionIndex
int getConnectionIndex()
-
-