Uses of Class
org.apache.hadoop.chukwa.rest.bean.UserBean

Packages that use UserBean
org.apache.hadoop.chukwa.datastore   
org.apache.hadoop.chukwa.rest.resource   
 

Uses of UserBean in org.apache.hadoop.chukwa.datastore
 

Methods in org.apache.hadoop.chukwa.datastore that return UserBean
 UserBean UserStore.get()
           
 

Methods in org.apache.hadoop.chukwa.datastore with parameters of type UserBean
 void UserStore.set(UserBean profile)
           
 

Uses of UserBean in org.apache.hadoop.chukwa.rest.resource
 

Methods in org.apache.hadoop.chukwa.rest.resource that return UserBean
 UserBean UserResource.getProfile(String uid)
           
 

Methods in org.apache.hadoop.chukwa.rest.resource with parameters of type UserBean
 ReturnCodeBean UserResource.setProfile(UserBean user)
           
 



Copyright © ${year} The Apache Software Foundation