Package org.apache.hadoop.hbase.util
Class Counter
java.lang.Object
org.apache.hadoop.hbase.util.Counter
Deprecated.
High scalable counter. Thread safe.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static class
Deprecated.private static class
Deprecated. -
Field Summary
Modifier and TypeFieldDescriptionprivate final AtomicReference<Counter.Container>
Deprecated.private static final int
Deprecated. -
Constructor Summary
ModifierConstructorDescriptionCounter()
Deprecated.Counter
(long initValue) Deprecated.private
Counter
(Counter.Cell initCell) Deprecated. -
Method Summary
-
Field Details
-
MAX_CELLS_LENGTH
Deprecated.- See Also:
-
containerRef
Deprecated.
-
-
Constructor Details
-
Counter
public Counter()Deprecated. -
Counter
Deprecated. -
Counter
Deprecated.
-
-
Method Details
LongAdder
instead.