Class ContainerData.BlockByteAndCounts
java.lang.Object
org.apache.hadoop.ozone.container.common.impl.ContainerData.BlockByteAndCounts
- Enclosing class:
ContainerData
Block byte used, block count and pending deletion count.
This class is immutable.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BlockByteAndCounts
public BlockByteAndCounts(long bytes, long count, long pendingDeletion)
-
-
Method Details
-
getBytes
public long getBytes() -
getCount
public long getCount() -
getPendingDeletion
public long getPendingDeletion()
-