|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.server.user.UserConfigLoaderFactory
public final class UserConfigLoaderFactory
A factory for creating UserConfigLoader objects.
Nested Class Summary | |
---|---|
static class |
UserConfigLoaderFactory.RESOLVER_TYPE
The Enum RESOLVER_TYPE. |
Method Summary | |
---|---|
static UserConfigLoader |
getQueryUserResolver(UserConfigLoaderFactory.RESOLVER_TYPE resolverType)
Gets the query user resolver. |
static Map<String,String> |
getUserConfig(String loggedInUser)
Gets the user config. |
static void |
init(org.apache.hadoop.hive.conf.HiveConf c)
Inits the. |
static UserConfigLoader |
initializeUserConfigLoader()
Initialize user config loader. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void init(org.apache.hadoop.hive.conf.HiveConf c)
c
- the cpublic static UserConfigLoader initializeUserConfigLoader()
public static UserConfigLoader getQueryUserResolver(UserConfigLoaderFactory.RESOLVER_TYPE resolverType)
resolverType
- the resolver type
public static Map<String,String> getUserConfig(String loggedInUser)
loggedInUser
- the logged in user
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |