@InterfaceAudience.Public @InterfaceStability.Evolving public final class ECBlockGroupStats extends Object
BlockType.STRIPED
 in the filesystem.
 ClientProtocol.getECBlockGroupStats()| Constructor and Description | 
|---|
| ECBlockGroupStats(long lowRedundancyBlockGroups,
                 long corruptBlockGroups,
                 long missingBlockGroups,
                 long bytesInFutureBlockGroups,
                 long pendingDeletionBlocks) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getBytesInFutureBlockGroups() | 
| long | getCorruptBlockGroups() | 
| long | getLowRedundancyBlockGroups() | 
| long | getMissingBlockGroups() | 
| long | getPendingDeletionBlocks() | 
| String | toString() | 
public ECBlockGroupStats(long lowRedundancyBlockGroups,
                         long corruptBlockGroups,
                         long missingBlockGroups,
                         long bytesInFutureBlockGroups,
                         long pendingDeletionBlocks)
public long getBytesInFutureBlockGroups()
public long getCorruptBlockGroups()
public long getLowRedundancyBlockGroups()
public long getMissingBlockGroups()
public long getPendingDeletionBlocks()
Copyright © 2018 Apache Software Foundation. All rights reserved.