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 for
RemoteInputChannel . |
TaskEventPublisher |
The task event publisher is used for publishing the event to the registered
EventListener
instances. |
Class | Description |
---|---|
ConnectionID |
A
ConnectionID 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 of
ShuffleEnvironment 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.
|
Enum | Description |
---|---|
DataExchangeMode |
Defines how the data exchange between two specific operators happens.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.