protected static enum NodeTool.NodeToolCmd.KeyspaceSet extends java.lang.Enum<NodeTool.NodeToolCmd.KeyspaceSet>
| Enum Constant and Description | 
|---|
| ALL | 
| NON_LOCAL_STRATEGY | 
| NON_SYSTEM | 
| Modifier and Type | Method and Description | 
|---|---|
| static NodeTool.NodeToolCmd.KeyspaceSet | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static NodeTool.NodeToolCmd.KeyspaceSet[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final NodeTool.NodeToolCmd.KeyspaceSet ALL
public static final NodeTool.NodeToolCmd.KeyspaceSet NON_SYSTEM
public static final NodeTool.NodeToolCmd.KeyspaceSet NON_LOCAL_STRATEGY
public static NodeTool.NodeToolCmd.KeyspaceSet[] values()
for (NodeTool.NodeToolCmd.KeyspaceSet c : NodeTool.NodeToolCmd.KeyspaceSet.values()) System.out.println(c);
public static NodeTool.NodeToolCmd.KeyspaceSet valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 The Apache Software Foundation