Package org.apache.hadoop.hbase.util
Class Counter.Container
java.lang.Object
org.apache.hadoop.hbase.util.Counter.Container
- Enclosing class:
- Counter
-
Field Summary
Modifier and TypeFieldDescription(package private) final Counter.Cell[]
The length should be a power of 2.(package private) final AtomicBoolean
True if a new extended container is going to replace this. -
Constructor Summary
-
Method Summary
-
Field Details
-
cells
The length should be a power of 2. -
demoted
True if a new extended container is going to replace this.
-
-
Constructor Details
-
Container
Container(Counter.Cell cell) -
Container
Container(Counter.Cell[] cells) - Parameters:
cells
- the length should be a power of 2
-