Uses of Class
org.apache.flink.runtime.registration.RegistrationResponse.Success
-
Packages that use RegistrationResponse.Success Package Description org.apache.flink.runtime.jobmaster org.apache.flink.runtime.registration org.apache.flink.runtime.taskexecutor -
-
Uses of RegistrationResponse.Success in org.apache.flink.runtime.jobmaster
Subclasses of RegistrationResponse.Success in org.apache.flink.runtime.jobmaster Modifier and Type Class Description classJMTMRegistrationSuccessMessage indicating a successfulJobMasterandTaskExecutorregistration.classJobMasterRegistrationSuccessBase class for responses from the ResourceManager to a registration attempt by a JobMaster. -
Uses of RegistrationResponse.Success in org.apache.flink.runtime.registration
Classes in org.apache.flink.runtime.registration with type parameters of type RegistrationResponse.Success Modifier and Type Class Description classRegisteredRpcConnection<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.interfaceRegistrationConnectionListener<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.classRetryingRegistration<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. -
Uses of RegistrationResponse.Success in org.apache.flink.runtime.taskexecutor
Subclasses of RegistrationResponse.Success in org.apache.flink.runtime.taskexecutor Modifier and Type Class Description classTaskExecutorRegistrationSuccessBase class for responses from the ResourceManager to a registration attempt by a TaskExecutor.
-