Class TaskExecutorConnection
java.lang.Object
org.apache.flink.runtime.resourcemanager.registration.TaskExecutorConnection
- Direct Known Subclasses:
WorkerRegistration
This class is responsible for grouping the TaskExecutorGateway and the InstanceID of a registered
task executor.
-
Constructor Summary
ConstructorsConstructorDescriptionTaskExecutorConnection(ResourceID resourceID, TaskExecutorGateway taskExecutorGateway) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
TaskExecutorConnection
-
-
Method Details
-
getResourceID
-
getInstanceID
-
getTaskExecutorGateway
-