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 Details

    • getAddress

      InetSocketAddress getAddress()
    • getConnectionIndex

      int getConnectionIndex()