public static enum Policy.SortParam extends Enum<Policy.SortParam>
| 枚举常量和说明 |
|---|
cores |
freedisk |
heapUsage |
sysLoadAvg |
public static final Policy.SortParam freedisk
public static final Policy.SortParam cores
public static final Policy.SortParam heapUsage
public static final Policy.SortParam sysLoadAvg
public static Policy.SortParam[] values()
for (Policy.SortParam c : Policy.SortParam.values()) System.out.println(c);
public static Policy.SortParam valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.