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

Packages that use TokenInfo
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.security.access   
 

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

Classes in org.apache.hadoop.hbase.ipc with annotations of type TokenInfo
 interface HMasterInterface
          Clients interact with the HMasterInterface to gain access to meta-level HBase functionality, like finding an HRegionServer and creating/destroying tables.
 interface HRegionInterface
          Clients interact with HRegionServers using a handle to the HRegionInterface.
 

Uses of TokenInfo in org.apache.hadoop.hbase.security.access
 

Classes in org.apache.hadoop.hbase.security.access with annotations of type TokenInfo
 interface SecureBulkLoadProtocol
          Provides a secure way to bulk load data onto HBase These are internal API.
 



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