org.apache.hadoop.chukwa.hicc.rest
Class MetricsController

java.lang.Object
  extended by org.apache.hadoop.chukwa.hicc.rest.MetricsController

public class MetricsController
extends Object


Constructor Summary
MetricsController()
           
 
Method Summary
 String getColumnNames(javax.servlet.http.HttpServletRequest request, String tableName, String family, String start, String end, boolean fullScan)
           
 String getFamilies(String tableName)
           
 String getRowNames(javax.servlet.http.HttpServletRequest request, String tableName, String family, String column, String start, String end, boolean fullScan)
           
 String getSeries(javax.servlet.http.HttpServletRequest request, String table, String family, String column, String rkey, String start, String end)
           
 String getSeriesBySessionAttribute(javax.servlet.http.HttpServletRequest request, String table, String column, String skey, String start, String end)
           
 String getTables()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricsController

public MetricsController()
Method Detail

getSeries

public String getSeries(@Context
                        javax.servlet.http.HttpServletRequest request,
                        String table,
                        String family,
                        String column,
                        String rkey,
                        String start,
                        String end)

getSeriesBySessionAttribute

public String getSeriesBySessionAttribute(@Context
                                          javax.servlet.http.HttpServletRequest request,
                                          String table,
                                          String column,
                                          String skey,
                                          String start,
                                          String end)

getTables

public String getTables()

getFamilies

public String getFamilies(String tableName)

getColumnNames

public String getColumnNames(@Context
                             javax.servlet.http.HttpServletRequest request,
                             String tableName,
                             String family,
                             String start,
                             String end,
                             boolean fullScan)

getRowNames

public String getRowNames(@Context
                          javax.servlet.http.HttpServletRequest request,
                          String tableName,
                          String family,
                          String column,
                          String start,
                          String end,
                          boolean fullScan)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.