public interface TaskManagerRuntimeInfo
TaskExecutor
information.Modifier and Type | Method and Description |
---|---|
Configuration |
getConfiguration()
Gets the configuration that the TaskManager was started with.
|
default String |
getTaskManagerBindAddress()
Gets the bind address of the Taskmanager.
|
String |
getTaskManagerExternalAddress()
Gets the external address of the TaskManager.
|
String[] |
getTmpDirectories()
Gets the list of temporary file directories.
|
File |
getTmpWorkingDirectory()
Gets the temporary working directory of the TaskManager instance.
|
boolean |
shouldExitJvmOnOutOfMemoryError()
Checks whether the TaskManager should exit the JVM when the task thread throws an
OutOfMemoryError.
|
Configuration getConfiguration()
String[] getTmpDirectories()
boolean shouldExitJvmOnOutOfMemoryError()
String getTaskManagerExternalAddress()
default String getTaskManagerBindAddress()
File getTmpWorkingDirectory()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.