org.apache.hadoop.chukwa.datastore
Class UserStore

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

public class UserStore
extends Object


Constructor Summary
UserStore()
           
UserStore(String uid)
           
 
Method Summary
 UserBean get()
           
 void init(String uid)
           
static org.json.JSONArray list()
           
 void set(UserBean profile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserStore

public UserStore()
          throws IllegalAccessException
Throws:
IllegalAccessException

UserStore

public UserStore(String uid)
          throws IllegalAccessException
Throws:
IllegalAccessException
Method Detail

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.JSONArray list()
                               throws IllegalAccessException
Throws:
IllegalAccessException


Copyright © ${year} The Apache Software Foundation