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 |
MetricQueryService
The MetricQueryService creates a key-value representation of all metrics currently registered
with Flink when queried.
|
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 |
ActiveResourceManager<WorkerType extends ResourceIDRetrievable>
An active implementation of
ResourceManager . |
Modifier and Type | Class and Description |
---|---|
class |
FencedRpcEndpoint<F extends Serializable>
Base class for fenced
RpcEndpoint . |
Modifier and Type | Method and Description |
---|---|
<C extends RpcEndpoint & RpcGateway> |
RpcService.startServer(C rpcEndpoint,
Map<String,String> loggingContext)
Start a rpc server which forwards the remote procedure calls to the provided rpc endpoint.
|
Modifier and Type | Method and Description |
---|---|
static void |
RpcUtils.terminateRpcEndpoint(RpcEndpoint... rpcEndpoints)
Shuts the given
RpcEndpoint s down and awaits their termination. |
Constructor and Description |
---|
MainThreadValidatorUtil(RpcEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
<C extends RpcEndpoint & RpcGateway> |
PekkoRpcService.startServer(C rpcEndpoint,
Map<String,String> loggingContext) |
Modifier and Type | Class and Description |
---|---|
class |
TaskExecutor
TaskExecutor implementation.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.