public static enum PolicyHelper.Status extends Enum<PolicyHelper.Status>
| 枚举常量和说明 |
|---|
COMPUTING
A command is actively using and modifying the session to compute placements
|
EXECUTING
A command is not done yet processing its changes but no longer updates or even uses the session
|
public static final PolicyHelper.Status COMPUTING
public static final PolicyHelper.Status EXECUTING
public static PolicyHelper.Status[] values()
for (PolicyHelper.Status c : PolicyHelper.Status.values()) System.out.println(c);
public static PolicyHelper.Status valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.