Package org.apache.flink.runtime.registration
package org.apache.flink.runtime.registration
-
ClassDescriptionRegisteredRpcConnection<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.RegistrationConnectionListener<T extends RegisteredRpcConnection<?,?, S, ?>, S extends RegistrationResponse.Success, R extends RegistrationResponse.Rejection> Classes which want to be notified about the registration result by theRegisteredRpcConnectionhave to implement this interface.Base class for responses given to registration attempts fromRetryingRegistration.A registration failure.A rejected (declined) registration.Base class for a successful registration.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.Configuration for the cluster components.