|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.chukwa.rest.actions.RestController
org.apache.hadoop.chukwa.rest.actions.DiskResource
public class DiskResource
| Field Summary |
|---|
| Fields inherited from class org.apache.hadoop.chukwa.rest.actions.RestController |
|---|
log |
| Constructor Summary | |
|---|---|
DiskResource()
|
|
| Method Summary | |
|---|---|
String |
getByKeysCsv(String starttime,
String endtime)
|
String |
getByKeysJson(String starttime,
String endtime)
|
String |
getByKeysXml(String starttime,
String endtime)
|
String |
getByTimestampCsv(String timestamp)
|
String |
getByTimestampHostCsv(String timestamp,
String host,
String mount)
|
String |
getByTimestampHostJason(String timestamp,
String host,
String mount)
|
String |
getByTimestampHostXML(String timestamp,
String host,
String mount)
|
String |
getByTimestampJason(String timestamp)
|
String |
getByTimestampXML(String timestamp)
|
| Methods inherited from class org.apache.hadoop.chukwa.rest.actions.RestController |
|---|
convertToCsv, convertToJson, convertToXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DiskResource()
| Method Detail |
|---|
public String getByTimestampXML(String timestamp)
public String getByTimestampJason(String timestamp)
public String getByTimestampCsv(String timestamp)
public String getByTimestampHostXML(String timestamp,
String host,
String mount)
public String getByTimestampHostJason(String timestamp,
String host,
String mount)
public String getByTimestampHostCsv(String timestamp,
String host,
String mount)
public String getByKeysXml(String starttime,
String endtime)
public String getByKeysJson(String starttime,
String endtime)
public String getByKeysCsv(String starttime,
String endtime)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||