public enum LongSdkHistogram extends Enum<LongSdkHistogram> implements MeterDescriptor
| Enum Constant and Description | 
|---|
DATA_ROUTER_MANAGER  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()  | 
String | 
getId()  | 
static LongSdkHistogram | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LongSdkHistogram[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final LongSdkHistogram DATA_ROUTER_MANAGER
public static LongSdkHistogram[] values()
for (LongSdkHistogram c : LongSdkHistogram.values()) System.out.println(c);
public static LongSdkHistogram 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 nullpublic String getId()
getId in interface MeterDescriptorpublic String getDescription()
getDescription in interface MeterDescriptorCopyright © 2016–2025. All rights reserved.