public class HDFSUsageMetrics extends Object implements ChukwaMetrics
| Constructor and Description |
|---|
HDFSUsageMetrics() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,String> |
getAttributes() |
String |
getKey() |
long |
getLastModified() |
String |
getName() |
Long |
getSize() |
void |
setLastModified(long lastModified) |
void |
setName(String name) |
void |
setSize(Long size) |
public String getKey()
getKey in interface ChukwaMetricspublic void setName(String name)
public String getName()
public void setSize(Long size)
public Long getSize()
public HashMap<String,String> getAttributes()
getAttributes in interface ChukwaMetricspublic void setLastModified(long lastModified)
public long getLastModified()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.