Uses of Package
org.apache.flink.runtime.registration
-
Classes in org.apache.flink.runtime.registration used by org.apache.flink.runtime.jobmaster Class Description RegistrationResponse Base class for responses given to registration attempts fromRetryingRegistration.RegistrationResponse.Rejection A rejected (declined) registration.RegistrationResponse.Success Base class for a successful registration.RetryingRegistrationConfiguration Configuration for the cluster components. -
Classes in org.apache.flink.runtime.registration used by org.apache.flink.runtime.registration Class Description RegisteredRpcConnection This utility class implements the basis of RPC connecting from one component to another component, for example the RPC connection from TaskExecutor to ResourceManager.RegistrationResponse Base class for responses given to registration attempts fromRetryingRegistration.RegistrationResponse.Rejection A rejected (declined) registration.RegistrationResponse.Success Base class for a successful registration.RetryingRegistration This utility class implements the basis of registering one component at another component, for example registering the TaskExecutor at the ResourceManager.RetryingRegistrationConfiguration Configuration for the cluster components. -
Classes in org.apache.flink.runtime.registration used by org.apache.flink.runtime.resourcemanager Class Description RegistrationResponse Base class for responses given to registration attempts fromRetryingRegistration. -
Classes in org.apache.flink.runtime.registration used by org.apache.flink.runtime.taskexecutor Class Description RegisteredRpcConnection 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 Classes which want to be notified about the registration result by theRegisteredRpcConnectionhave to implement this interface.RegistrationResponse Base class for responses given to registration attempts fromRetryingRegistration.RegistrationResponse.Rejection A rejected (declined) registration.RegistrationResponse.Success Base class for a successful registration.RetryingRegistration This utility class implements the basis of registering one component at another component, for example registering the TaskExecutor at the ResourceManager.RetryingRegistrationConfiguration Configuration for the cluster components.