| Interface | Description |
|---|---|
| AccumulatorProtocol |
The accumulator protocol is implemented by the job manager.
|
| ChannelLookupProtocol |
The channel lookup protocol can be used to resolve the ID of an output channel to all recipients which shall receive
the data of this channel.
|
| ExtendedManagementProtocol |
This protocol provides extended management capabilities beyond the
simple
JobManagementProtocol. |
| InputSplitProviderProtocol |
The input split provider protocol is used to facilitate RPC calls related to the lazy split assignment.
|
| JobManagementProtocol |
The JobManagementProtocol specifies methods required to manage jobs from a job client.
|
| JobManagerProtocol |
The job manager protocol is implemented by the job manager and offers functionality
to task managers which allows them to register themselves, send heart beat messages
or to report the results of a task execution.
|
| ServiceDiscoveryProtocol |
The service discovery protocols enables different components of the Flink distributed runtime to query and discover
the network location auxiliary services.
|
| TaskOperationProtocol |
The task submission protocol is implemented by the task manager and allows the job manager
to submit and cancel tasks, as well as to query the task manager for cached libraries and submit
these if necessary.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.