Uses of Class
org.apache.flink.util.ProcessorArchitecture
-
Packages that use ProcessorArchitecture Package Description org.apache.flink.util -
-
Uses of ProcessorArchitecture in org.apache.flink.util
Methods in org.apache.flink.util that return ProcessorArchitecture Modifier and Type Method Description static ProcessorArchitectureProcessorArchitecture. getProcessorArchitecture()Gets the ProcessorArchitecture of the system running this process.static ProcessorArchitectureProcessorArchitecture. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessorArchitecture[]ProcessorArchitecture. values()Returns an array containing the constants of this enum type, in the order they are declared.
-