org.apache.hadoop.chukwa.datastore
Class ViewStore

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

public class ViewStore
extends Object


Constructor Summary
ViewStore()
           
ViewStore(String uid, String vid)
           
 
Method Summary
 void delete()
           
 ViewBean get()
           
 String getMessage()
           
static org.json.JSONArray list(String uid)
           
 void load(String uid, String vid)
           
 void set(ViewBean view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewStore

public ViewStore()
          throws IllegalAccessException
Throws:
IllegalAccessException

ViewStore

public ViewStore(String uid,
                 String vid)
          throws IllegalAccessException
Throws:
IllegalAccessException
Method Detail

load

public void load(String uid,
                 String vid)
          throws IllegalAccessException
Throws:
IllegalAccessException

getMessage

public String getMessage()

get

public ViewBean get()
             throws IllegalAccessException
Throws:
IllegalAccessException

set

public void set(ViewBean view)
         throws IllegalAccessException
Throws:
IllegalAccessException

delete

public void delete()
            throws IllegalAccessException
Throws:
IllegalAccessException

list

public static org.json.JSONArray list(String uid)
                               throws IllegalAccessException
Throws:
IllegalAccessException


Copyright © ${year} The Apache Software Foundation