Uses of Interface
org.apache.hadoop.hive.thrift.DelegationTokenStore

Packages that use DelegationTokenStore
org.apache.hadoop.hive.thrift   
 

Uses of DelegationTokenStore in org.apache.hadoop.hive.thrift
 

Classes in org.apache.hadoop.hive.thrift that implement DelegationTokenStore
 class DBTokenStore
           
 class MemoryTokenStore
          Default in-memory token store implementation.
 class ZooKeeperTokenStore
          ZooKeeper token store implementation.
 

Methods in org.apache.hadoop.hive.thrift that return DelegationTokenStore
protected  DelegationTokenStore HadoopThriftAuthBridge20S.Server.getTokenStore(org.apache.hadoop.conf.Configuration conf)
           
 

Constructors in org.apache.hadoop.hive.thrift with parameters of type DelegationTokenStore
TokenStoreDelegationTokenSecretManager(long delegationKeyUpdateInterval, long delegationTokenMaxLifetime, long delegationTokenRenewInterval, long delegationTokenRemoverScanInterval, DelegationTokenStore sharedStore)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.