Uses of Class
org.apache.flink.runtime.registration.RegisteredRpcConnection
Packages that use RegisteredRpcConnection
-
Uses of RegisteredRpcConnection in org.apache.flink.runtime.registration
Classes in org.apache.flink.runtime.registration with type parameters of type RegisteredRpcConnectionModifier and TypeInterfaceDescriptioninterfaceRegistrationConnectionListener<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. -
Uses of RegisteredRpcConnection in org.apache.flink.runtime.taskexecutor
Subclasses of RegisteredRpcConnection in org.apache.flink.runtime.taskexecutorModifier and TypeClassDescriptionclassThe connection between a TaskExecutor and the ResourceManager.