Uses of Class
org.apache.flink.runtime.registration.RegisteredRpcConnection
-
Packages that use RegisteredRpcConnection Package Description org.apache.flink.runtime.registration org.apache.flink.runtime.taskexecutor -
-
Uses of RegisteredRpcConnection in org.apache.flink.runtime.registration
Classes in org.apache.flink.runtime.registration with type parameters of type RegisteredRpcConnection Modifier and Type Interface Description 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. -
Uses of RegisteredRpcConnection in org.apache.flink.runtime.taskexecutor
Subclasses of RegisteredRpcConnection in org.apache.flink.runtime.taskexecutor Modifier and Type Class Description class
TaskExecutorToResourceManagerConnection
The connection between a TaskExecutor and the ResourceManager.
-