Class TaskExecutorRegistration
java.lang.Object
org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
- All Implemented Interfaces:
Serializable
Information provided by the TaskExecutor when it registers to the ResourceManager.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskExecutorRegistration(String taskExecutorAddress, ResourceID resourceId, int dataPort, int jmxPort, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, ResourceProfile defaultSlotResourceProfile, ResourceProfile totalResourceProfile, String nodeId) -
Method Summary
Modifier and TypeMethodDescriptionintint
-
Constructor Details
-
TaskExecutorRegistration
public TaskExecutorRegistration(String taskExecutorAddress, ResourceID resourceId, int dataPort, int jmxPort, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, ResourceProfile defaultSlotResourceProfile, ResourceProfile totalResourceProfile, String nodeId)
-
-
Method Details
-
getTaskExecutorAddress
-
getResourceId
-
getDataPort
public int getDataPort() -
getJmxPort
public int getJmxPort() -
getHardwareDescription
-
getMemoryConfiguration
-
getDefaultSlotResourceProfile
-
getTotalResourceProfile
-
getNodeId
-