Uses of Class
org.apache.flink.util.OperatingSystem
-
Packages that use OperatingSystem Package Description org.apache.flink.util -
-
Uses of OperatingSystem in org.apache.flink.util
Methods in org.apache.flink.util that return OperatingSystem Modifier and Type Method Description static OperatingSystemOperatingSystem. getCurrentOperatingSystem()Gets the operating system that the JVM runs on from the java system properties. this method returns UNKNOWN, if the operating system was not successfully determined.static OperatingSystemOperatingSystem. valueOf(String name)Returns the enum constant of this type with the specified name.static OperatingSystem[]OperatingSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.
-