Uses of Class
org.apache.hadoop.hbase.security.User

Packages that use User
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.security   
 

Uses of User in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase with parameters of type User
 org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread LocalHBaseCluster.addMaster(org.apache.hadoop.conf.Configuration c, int index, User user)
           
 org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread LocalHBaseCluster.addRegionServer(org.apache.hadoop.conf.Configuration config, int index, User user)
           
 void HTableDescriptor.setOwner(User owner)
          Deprecated. 
 

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

Methods in org.apache.hadoop.hbase.client with parameters of type User
static HConnection HConnectionManager.createConnection(org.apache.hadoop.conf.Configuration conf, ExecutorService pool, User user)
          Create a new HConnection instance using the passed conf instance.
static HConnection HConnectionManager.createConnection(org.apache.hadoop.conf.Configuration conf, User user)
          Create a new HConnection instance using the passed conf instance.
 

Uses of User in org.apache.hadoop.hbase.security
 

Methods in org.apache.hadoop.hbase.security that return User
static User User.create(org.apache.hadoop.security.UserGroupInformation ugi)
          Wraps an underlying UserGroupInformation instance.
static User User.createUserForTesting(org.apache.hadoop.conf.Configuration conf, String name, String[] groups)
          Generates a new User instance specifically for use in test code.
static User User.getCurrent()
          Returns the User instance within current execution context.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.