- hashCode() - Method in class org.apache.hadoop.hive.hwi.HWIAuth
-
HWIAuth is used in Map(s) the hashCode method is required.
- HWIAuth - Class in org.apache.hadoop.hive.hwi
-
Represents an authenticated user.
- HWIAuth() - Constructor for class org.apache.hadoop.hive.hwi.HWIAuth
-
- HWIContextListener - Class in org.apache.hadoop.hive.hwi
-
After getting a contextInitialized event this component starts an instance of
the HiveSessionManager.
- HWIContextListener() - Constructor for class org.apache.hadoop.hive.hwi.HWIContextListener
-
- HWIException - Exception in org.apache.hadoop.hive.hwi
-
HWIException.
- HWIException() - Constructor for exception org.apache.hadoop.hive.hwi.HWIException
-
- HWIException(String) - Constructor for exception org.apache.hadoop.hive.hwi.HWIException
-
Specify an error String with the Exception.
- HWIException(Throwable) - Constructor for exception org.apache.hadoop.hive.hwi.HWIException
-
Wrap an Exception in HWIException.
- HWIException(String, Throwable) - Constructor for exception org.apache.hadoop.hive.hwi.HWIException
-
Specify an error String and wrap an Exception in HWIException.
- HWIServer - Class in org.apache.hadoop.hive.hwi
-
This is the entry point for HWI.
- HWIServer(String[]) - Constructor for class org.apache.hadoop.hive.hwi.HWIServer
-
- HWISessionItem - Class in org.apache.hadoop.hive.hwi
-
HWISessionItem can be viewed as a wrapper for a Hive shell.
- HWISessionItem(HWIAuth, String) - Constructor for class org.apache.hadoop.hive.hwi.HWISessionItem
-
Creates an instance of WebSessionItem, sets status to NEW.
- HWISessionItem.WebSessionItemStatus - Enum in org.apache.hadoop.hive.hwi
-
Represents the state a session item can be in.
- HWISessionManager - Class in org.apache.hadoop.hive.hwi
-
HiveSessionManager is a Runnable started inside a web application context.
- HWISessionManager() - Constructor for class org.apache.hadoop.hive.hwi.HWISessionManager
-