@InterfaceAudience.Public @InterfaceStability.Evolving public class Counter extends Object
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(long delta)  | 
void | 
decrement()  | 
void | 
destroy()  | 
long | 
get()  | 
void | 
increment()  | 
void | 
set(long value)  | 
String | 
toString()  |