public class StorageReport extends Object
| Constructor and Description |
|---|
StorageReport(String sid,
boolean failed,
long capacity,
long dfsUsed,
long remaining,
long bpUsed) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBlockPoolUsed() |
long |
getCapacity() |
long |
getDfsUsed() |
long |
getRemaining() |
String |
getStorageID() |
boolean |
isFailed() |
public StorageReport(String sid, boolean failed, long capacity, long dfsUsed, long remaining, long bpUsed)
public String getStorageID()
public boolean isFailed()
public long getCapacity()
public long getDfsUsed()
public long getRemaining()
public long getBlockPoolUsed()
Copyright © 2013 Apache Software Foundation. All rights reserved.