Package | Description |
---|---|
org.apache.hadoop.hive.hwi |
Modifier and Type | Method and Description |
---|---|
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.
|
HWISessionItem |
HWISessionManager.findSessionItemByName(HWIAuth auth,
String sessionname)
Helper method useful when you know the session name you wish to reference.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<HWISessionItem> |
HWISessionManager.findAllSessionItems()
Rather then return the actual items we return a list copies.
|
Set<HWISessionItem> |
HWISessionManager.findAllSessionsForUser(HWIAuth auth)
Used to list all the sessions of a user.
|
protected TreeMap<HWIAuth,Set<HWISessionItem>> |
HWISessionManager.getItems() |
Modifier and Type | Method and Description |
---|---|
int |
HWISessionItem.compareTo(HWISessionItem other)
to support sorting/Set.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HWISessionManager.setItems(TreeMap<HWIAuth,Set<HWISessionItem>> items) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.