This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.server.user.UserConfigLoaderFactory.RESOLVER_TYPE (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.server.user.UserConfigLoaderFactory.RESOLVER_TYPE

Packages that use UserConfigLoaderFactory.RESOLVER_TYPE
org.apache.lens.server.user   
 

Uses of UserConfigLoaderFactory.RESOLVER_TYPE in org.apache.lens.server.user
 

Methods in org.apache.lens.server.user that return UserConfigLoaderFactory.RESOLVER_TYPE
static UserConfigLoaderFactory.RESOLVER_TYPE UserConfigLoaderFactory.RESOLVER_TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserConfigLoaderFactory.RESOLVER_TYPE[] UserConfigLoaderFactory.RESOLVER_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.lens.server.user with parameters of type UserConfigLoaderFactory.RESOLVER_TYPE
static UserConfigLoader UserConfigLoaderFactory.getQueryUserResolver(UserConfigLoaderFactory.RESOLVER_TYPE resolverType)
          Gets the query user resolver.
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.