| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.jobmaster | |
| org.apache.flink.runtime.registration | |
| org.apache.flink.runtime.taskexecutor |
| 限定符和类型 | 类和说明 |
|---|---|
class |
JMTMRegistrationRejection
Message indicating a registration rejection from the
JobMaster for the TaskExecutor. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RegisteredRpcConnection<F extends Serializable,G extends org.apache.flink.runtime.rpc.RpcGateway,S extends RegistrationResponse.Success,R extends RegistrationResponse.Rejection>
This utility class implements the basis of RPC connecting from one component to another
component, for example the RPC connection from TaskExecutor to ResourceManager.
|
interface |
RegistrationConnectionListener<T extends RegisteredRpcConnection<?,?,S,?>,S extends RegistrationResponse.Success,R extends RegistrationResponse.Rejection>
Classes which want to be notified about the registration result by the
RegisteredRpcConnection have to implement this interface. |
class |
RetryingRegistration<F extends Serializable,G extends org.apache.flink.runtime.rpc.RpcGateway,S extends RegistrationResponse.Success,R extends RegistrationResponse.Rejection>
This utility class implements the basis of registering one component at another component, for
example registering the TaskExecutor at the ResourceManager.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
TaskExecutorRegistrationRejection
Rejection response from the
ResourceManager for the TaskExecutor. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.