|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HWIAuth | |
|---|---|
| org.apache.hadoop.hive.hwi | |
| Uses of HWIAuth in org.apache.hadoop.hive.hwi |
|---|
| Methods in org.apache.hadoop.hive.hwi that return HWIAuth | |
|---|---|
HWIAuth |
HWISessionItem.getAuth()
|
| Methods in org.apache.hadoop.hive.hwi that return types with arguments of type HWIAuth | |
|---|---|
Set<HWIAuth> |
HWISessionManager.findAllUsersWithSessions()
Used to list all users that have at least one session. |
protected TreeMap<HWIAuth,Set<HWISessionItem>> |
HWISessionManager.getItems()
|
| Methods in org.apache.hadoop.hive.hwi with parameters of type HWIAuth | |
|---|---|
HWISessionItem |
HWISessionManager.createSession(HWIAuth a,
String sessionName)
Here we handle creating the SessionItem, we do this for the JSP client because we need to set parameters the client is not aware of. |
Set<HWISessionItem> |
HWISessionManager.findAllSessionsForUser(HWIAuth auth)
Used to list all the sessions of a user. |
HWISessionItem |
HWISessionManager.findSessionItemByName(HWIAuth auth,
String sessionname)
Helper method useful when you know the session name you wish to reference. |
protected void |
HWISessionItem.setAuth(HWIAuth auth)
|
| Method parameters in org.apache.hadoop.hive.hwi with type arguments of type HWIAuth | |
|---|---|
protected void |
HWISessionManager.setItems(TreeMap<HWIAuth,Set<HWISessionItem>> items)
|
| Constructors in org.apache.hadoop.hive.hwi with parameters of type HWIAuth | |
|---|---|
HWISessionItem(HWIAuth auth,
String sessionName)
Creates an instance of WebSessionItem, sets status to NEW. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||