FSNamesystem@Private
public interface ECBlockGroupsMBean
BlockType.STRIPED in FSNamesystem
of a NameNode. It is also used for publishing via JMX.
Aggregated status of all blocks is reported in
| Modifier and Type | Method | Description |
|---|---|---|
long |
getBytesInFutureECBlockGroups() |
Return total bytes of erasure coded future block groups.
|
long |
getCorruptECBlockGroups() |
Return count of erasure coded block groups that are corrupt.
|
java.lang.String |
getEnabledEcPolicies() |
|
long |
getLowRedundancyECBlockGroups() |
Return count of erasure coded block groups with low redundancy.
|
long |
getMissingECBlockGroups() |
Return count of erasure coded block groups that are missing.
|
long |
getPendingDeletionECBlocks() |
Return count of erasure coded blocks that are pending deletion.
|
long |
getTotalECBlockGroups() |
Return total number of erasure coded block groups.
|
long getLowRedundancyECBlockGroups()
long getCorruptECBlockGroups()
long getMissingECBlockGroups()
long getBytesInFutureECBlockGroups()
long getPendingDeletionECBlocks()
long getTotalECBlockGroups()
java.lang.String getEnabledEcPolicies()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.