org.apache.hadoop.chukwa.rest.actions
Class DiskResource

java.lang.Object
  extended by org.apache.hadoop.chukwa.rest.actions.RestController
      extended by org.apache.hadoop.chukwa.rest.actions.DiskResource

public class DiskResource
extends RestController


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

DiskResource

public DiskResource()
Method Detail

getByTimestampXML

public String getByTimestampXML(String timestamp)

getByTimestampJason

public String getByTimestampJason(String timestamp)

getByTimestampCsv

public String getByTimestampCsv(String timestamp)

getByTimestampHostXML

public String getByTimestampHostXML(String timestamp,
                                    String host,
                                    String mount)

getByTimestampHostJason

public String getByTimestampHostJason(String timestamp,
                                      String host,
                                      String mount)

getByTimestampHostCsv

public String getByTimestampHostCsv(String timestamp,
                                    String host,
                                    String mount)

getByKeysXml

public String getByKeysXml(String starttime,
                           String endtime)

getByKeysJson

public String getByKeysJson(String starttime,
                            String endtime)

getByKeysCsv

public String getByKeysCsv(String starttime,
                           String endtime)


Copyright © ${year} The Apache Software Foundation