LongAdder
instead.@InterfaceAudience.Public @Deprecated public class Counter extends Object
LongAdder
,
HBASE-7612Constructor 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 The Apache Software Foundation. All rights reserved.