Class TaskExecutorRegistration
- java.lang.Object
-
- org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- All Implemented Interfaces:
Serializable
public class TaskExecutorRegistration extends Object implements Serializable
Information provided by the TaskExecutor when it registers to the ResourceManager.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskExecutorRegistration(String taskExecutorAddress, ResourceID resourceId, int dataPort, int jmxPort, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, ResourceProfile defaultSlotResourceProfile, ResourceProfile totalResourceProfile, String nodeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDataPort()ResourceProfilegetDefaultSlotResourceProfile()HardwareDescriptiongetHardwareDescription()intgetJmxPort()TaskExecutorMemoryConfigurationgetMemoryConfiguration()StringgetNodeId()ResourceIDgetResourceId()StringgetTaskExecutorAddress()ResourceProfilegetTotalResourceProfile()
-
-
-
Constructor Detail
-
TaskExecutorRegistration
public TaskExecutorRegistration(String taskExecutorAddress, ResourceID resourceId, int dataPort, int jmxPort, HardwareDescription hardwareDescription, TaskExecutorMemoryConfiguration memoryConfiguration, ResourceProfile defaultSlotResourceProfile, ResourceProfile totalResourceProfile, String nodeId)
-
-
Method Detail
-
getTaskExecutorAddress
public String getTaskExecutorAddress()
-
getResourceId
public ResourceID getResourceId()
-
getDataPort
public int getDataPort()
-
getJmxPort
public int getJmxPort()
-
getHardwareDescription
public HardwareDescription getHardwareDescription()
-
getMemoryConfiguration
public TaskExecutorMemoryConfiguration getMemoryConfiguration()
-
getDefaultSlotResourceProfile
public ResourceProfile getDefaultSlotResourceProfile()
-
getTotalResourceProfile
public ResourceProfile getTotalResourceProfile()
-
getNodeId
public String getNodeId()
-
-