public interface TaskManagerRuntimeInfo
TaskManager
information.Modifier and Type | Method and Description |
---|---|
org.apache.flink.configuration.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.
|
org.apache.flink.configuration.Configuration getConfiguration()
String[] getTmpDirectories()
boolean shouldExitJvmOnOutOfMemoryError()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.