@InterfaceAudience.Public @InterfaceStability.Evolving public enum StatusGetOpts extends Enum<StatusGetOpts>
| Enum Constant and Description | 
|---|
GET_COUNTERS
Retrieve Counters with Status 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static StatusGetOpts | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static StatusGetOpts[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final StatusGetOpts GET_COUNTERS
public static StatusGetOpts[] values()
for (StatusGetOpts c : StatusGetOpts.values()) System.out.println(c);
public static StatusGetOpts valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2015 Apache Software Foundation. All rights reserved.