Class SystemOutRedirectionUtils
- java.lang.Object
-
- org.apache.flink.runtime.taskexecutor.SystemOutRedirectionUtils
-
public class SystemOutRedirectionUtils extends Object
Utility class for redirect theSystem.outandSystem.err.
-
-
Constructor Summary
Constructors Constructor Description SystemOutRedirectionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidredirectSystemOutAndError(org.apache.flink.configuration.Configuration conf)RedirectSystem.outandSystem.errbased onTaskManagerOptions.TASK_MANAGER_SYSTEM_OUT_MODErelated options.
-
-
-
Method Detail
-
redirectSystemOutAndError
public static void redirectSystemOutAndError(org.apache.flink.configuration.Configuration conf)
RedirectSystem.outandSystem.errbased onTaskManagerOptions.TASK_MANAGER_SYSTEM_OUT_MODErelated options.
-
-