LongAdder
instead.@InterfaceAudience.Public @Deprecated public class Counter extends Object
Constructor and Description |
---|
Counter()
Deprecated.
|
Counter(long initValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(long delta)
Deprecated.
|
void |
decrement()
Deprecated.
|
long |
get()
Deprecated.
|
void |
increment()
Deprecated.
|
void |
set(long value)
Deprecated.
|
String |
toString()
Deprecated.
|
public Counter()
public Counter(long initValue)
Copyright © 2007–2019 Cloudera. All rights reserved.