org.apache.hadoop.chukwa.datastore
Class WidgetStore

java.lang.Object
  extended by org.apache.hadoop.chukwa.datastore.WidgetStore

public class WidgetStore
extends Object


Constructor Summary
WidgetStore()
           
 
Method Summary
static void cacheWidgets()
           
static CatalogBean getCatalog()
           
static HashMap<String,WidgetBean> list()
           
 void set(WidgetBean widget)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetStore

public WidgetStore()
            throws IllegalAccessException
Throws:
IllegalAccessException
Method Detail

set

public void set(WidgetBean widget)
         throws IllegalAccessException
Throws:
IllegalAccessException

cacheWidgets

public static void cacheWidgets()
                         throws IllegalAccessException
Throws:
IllegalAccessException

getCatalog

public static CatalogBean getCatalog()
                              throws IllegalAccessException
Throws:
IllegalAccessException

list

public static HashMap<String,WidgetBean> list()
                                       throws IllegalAccessException
Throws:
IllegalAccessException


Copyright © ${year} The Apache Software Foundation