Package org.apache.flink.runtime.io.network
-
Interface Summary Interface Description ConnectionManager The connection manager manages physical connections for the (logical) remote input channels at runtime.NetworkClientHandler Channel handler to read and write network messages on client side.NetworkSequenceViewReader Simple wrapper for the partition readerQueue iterator, which increments a sequence number for each returned buffer and remembers the receiver ID.PartitionRequestClient Client to send messages or task events via network forRemoteInputChannel
.TaskEventPublisher The task event publisher is used for publishing the event to the registeredEventListener
instances. -
Class Summary Class Description ConnectionID AConnectionID
identifies a connection to a remote task manager by the socket address and a connection index.LocalConnectionManager A connection manager implementation to bypass setup overhead for task managers running in local execution mode.NettyShuffleEnvironment The implementation ofShuffleEnvironment
based on netty network communication, local memory and disk files.NettyShuffleServiceFactory Netty based shuffle service implementation.TaskEventDispatcher The task event dispatcher dispatches events flowing backwards from a consuming task to the task producing the consumed result.