public class ChukwaHBaseStore extends Object
| Constructor and Description | 
|---|
| ChukwaHBaseStore() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Set<String> | getClusterNames(long startTime,
               long endTime) | 
| static Set<String> | getColumnNames(String tableName,
              String family,
              long startTime,
              long endTime,
              boolean fullScan) | 
| static void | getColumnNamesHelper(Set<String> columnNames,
                    Iterator<org.apache.hadoop.hbase.client.Result> it) | 
| static Set<String> | getFamilyNames(String tableName) | 
| static Heatmap | getHeatmap(String tableName,
          String family,
          String column,
          long startTime,
          long endTime,
          double max,
          double scale,
          int height) | 
| static Set<String> | getHostnames(String cluster,
            long startTime,
            long endTime,
            boolean fullScan) | 
| static Set<String> | getRowNames(String tableName,
           String family,
           String qualifier,
           long startTime,
           long endTime,
           boolean fullScan) | 
| static Series | getSeries(String tableName,
         String rkey,
         String family,
         String column,
         long startTime,
         long endTime,
         boolean filterByRowKey) | 
| static Set<String> | getTableNames() | 
public static Series getSeries(String tableName, String rkey, String family, String column, long startTime, long endTime, boolean filterByRowKey)
public static void getColumnNamesHelper(Set<String> columnNames, Iterator<org.apache.hadoop.hbase.client.Result> it)
public static Set<String> getColumnNames(String tableName, String family, long startTime, long endTime, boolean fullScan)
public static Set<String> getRowNames(String tableName, String family, String qualifier, long startTime, long endTime, boolean fullScan)
public static Set<String> getHostnames(String cluster, long startTime, long endTime, boolean fullScan)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.