Uses of Class
org.apache.flink.runtime.registration.RegistrationResponse.Rejection
-
Packages that use RegistrationResponse.Rejection Package Description org.apache.flink.runtime.jobmaster org.apache.flink.runtime.registration org.apache.flink.runtime.taskexecutor -
-
Uses of RegistrationResponse.Rejection in org.apache.flink.runtime.jobmaster
Subclasses of RegistrationResponse.Rejection in org.apache.flink.runtime.jobmaster Modifier and Type Class Description class
JMTMRegistrationRejection
Message indicating a registration rejection from theJobMaster
for theTaskExecutor
. -
Uses of RegistrationResponse.Rejection in org.apache.flink.runtime.registration
Classes in org.apache.flink.runtime.registration with type parameters of type RegistrationResponse.Rejection Modifier and Type Class Description class
RegisteredRpcConnection<F extends Serializable,G extends 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 theRegisteredRpcConnection
have to implement this interface.class
RetryingRegistration<F extends Serializable,G extends 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. -
Uses of RegistrationResponse.Rejection in org.apache.flink.runtime.taskexecutor
Subclasses of RegistrationResponse.Rejection in org.apache.flink.runtime.taskexecutor Modifier and Type Class Description class
TaskExecutorRegistrationRejection
Rejection response from theResourceManager
for theTaskExecutor
.
-