Uses of Class
org.apache.hadoop.hbase.client.UserProvider

Packages that use UserProvider
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
 

Uses of UserProvider in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return UserProvider
static UserProvider UserProvider.instantiate(org.apache.hadoop.conf.Configuration conf)
          Instantiate the UserProvider specified in the configuration and set the passed configuration via BaseConfigurable.setConf(Configuration)
 

Method parameters in org.apache.hadoop.hbase.client with type arguments of type UserProvider
static void UserProvider.setUserProviderForTesting(org.apache.hadoop.conf.Configuration conf, Class<? extends UserProvider> provider)
          Set the UserProvider in the given configuration that should be instantiated
 

Uses of UserProvider in org.apache.hadoop.hbase.ipc
 

Constructors in org.apache.hadoop.hbase.ipc with parameters of type UserProvider
SecureClient(Class<? extends org.apache.hadoop.io.Writable> valueClass, org.apache.hadoop.conf.Configuration conf, SocketFactory factory, UserProvider provider)
          Construct an IPC client whose values are of the given Writable class.
SecureClient(Class<? extends org.apache.hadoop.io.Writable> valueClass, org.apache.hadoop.conf.Configuration conf, UserProvider provider)
          Construct an IPC client with the default SocketFactory
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.