|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HWISessionItem | |
---|---|
org.apache.hadoop.hive.hwi |
Uses of HWISessionItem in org.apache.hadoop.hive.hwi |
---|
Methods in org.apache.hadoop.hive.hwi that return HWISessionItem | |
---|---|
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. |
Methods in org.apache.hadoop.hive.hwi that return types with arguments of type HWISessionItem | |
---|---|
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()
|
Methods in org.apache.hadoop.hive.hwi with parameters of type HWISessionItem | |
---|---|
int |
HWISessionItem.compareTo(HWISessionItem other)
to support sorting/Set. |
Method parameters in org.apache.hadoop.hive.hwi with type arguments of type HWISessionItem | |
---|---|
protected void |
HWISessionManager.setItems(TreeMap<HWIAuth,Set<HWISessionItem>> items)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |