org.apache.hadoop.chukwa.datastore
Class ViewStore
java.lang.Object
org.apache.hadoop.chukwa.datastore.ViewStore
public class ViewStore
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewStore
public ViewStore()
throws IllegalAccessException
- Throws:
IllegalAccessException
ViewStore
public ViewStore(String uid,
String vid)
throws IllegalAccessException
- Throws:
IllegalAccessException
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