org.apache.hadoop.chukwa.datastore
Class UserStore
java.lang.Object
org.apache.hadoop.chukwa.datastore.UserStore
public class UserStore
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserStore
public UserStore()
throws IllegalAccessException
- Throws:
IllegalAccessException
UserStore
public UserStore(String uid)
throws IllegalAccessException
- Throws:
IllegalAccessException
init
public void init(String uid)
throws IllegalAccessException
- Throws:
IllegalAccessException
get
public UserBean get()
throws IllegalAccessException
- Throws:
IllegalAccessException
set
public void set(UserBean profile)
throws IllegalAccessException
- Throws:
IllegalAccessException
list
public static org.json.simple.JSONArray list()
throws IllegalAccessException
- Throws:
IllegalAccessException
Copyright © 2011 Apache Software Foundation. All Rights Reserved.