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