public class TaskManagerRuntimeInfo extends Object implements Serializable
Constructor and Description |
---|
TaskManagerRuntimeInfo(String hostname,
org.apache.flink.configuration.Configuration configuration)
Creates a runtime info.
|
Modifier and Type | Method and Description |
---|---|
org.apache.flink.configuration.Configuration |
getConfiguration()
Gets the configuration that the TaskManager was started with.
|
String |
getHostname()
Gets host name of the interface that the TaskManager uses to communicate.
|
public TaskManagerRuntimeInfo(String hostname, org.apache.flink.configuration.Configuration configuration)
hostname
- The host name of the interface that the TaskManager uses to communicate.configuration
- The configuration that the TaskManager was started with.public String getHostname()
public org.apache.flink.configuration.Configuration getConfiguration()
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.