| Package | Description |
|---|---|
| org.apache.flink.runtime.dispatcher | |
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.rpc.akka |
| Modifier and Type | Class and Description |
|---|---|
class |
Dispatcher
Base class for the Dispatcher component.
|
class |
MiniDispatcher
Mini Dispatcher which is instantiated as the dispatcher component by the
JobClusterEntrypoint. |
class |
StandaloneDispatcher
|
| Modifier and Type | Class and Description |
|---|---|
class |
JobMaster
JobMaster implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceManager<WorkerType extends ResourceIDRetrievable>
ResourceManager implementation.
|
class |
StandaloneResourceManager
A standalone implementation of the resource manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FencedAkkaRpcActor<F extends Serializable,T extends FencedRpcEndpoint<F> & RpcGateway>
Fenced extension of the
AkkaRpcActor. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.