Package | Description |
---|---|
org.apache.hive.service.cli | |
org.apache.hive.service.cli.session | |
org.apache.hive.service.cli.thrift |
Modifier and Type | Method and Description |
---|---|
void |
ICLIService.cancelDelegationToken(SessionHandle sessionHandle,
HiveAuthFactory authFactory,
String tokenStr) |
void |
EmbeddedCLIServiceClient.cancelDelegationToken(SessionHandle sessionHandle,
HiveAuthFactory authFactory,
String tokenStr) |
abstract void |
CLIServiceClient.cancelDelegationToken(SessionHandle sessionHandle,
HiveAuthFactory authFactory,
String tokenStr) |
void |
CLIService.cancelDelegationToken(SessionHandle sessionHandle,
HiveAuthFactory authFactory,
String tokenStr) |
String |
ICLIService.getDelegationToken(SessionHandle sessionHandle,
HiveAuthFactory authFactory,
String owner,
String renewer) |
String |
EmbeddedCLIServiceClient.getDelegationToken(SessionHandle sessionHandle,
HiveAuthFactory authFactory,
String owner,
String renewer) |
abstract String |
CLIServiceClient.getDelegationToken(SessionHandle sessionHandle,
HiveAuthFactory authFactory,
String owner,
String renewer) |
String |
CLIService.getDelegationToken(SessionHandle sessionHandle,
HiveAuthFactory authFactory,
String owner,
String renewer) |
void |
ICLIService.renewDelegationToken(SessionHandle sessionHandle,
HiveAuthFactory authFactory,
String tokenStr) |
void |
EmbeddedCLIServiceClient.renewDelegationToken(SessionHandle sessionHandle,
HiveAuthFactory authFactory,
String tokenStr) |
abstract void |
CLIServiceClient.renewDelegationToken(SessionHandle sessionHandle,
HiveAuthFactory authFactory,
String tokenStr) |
void |
CLIService.renewDelegationToken(SessionHandle sessionHandle,
HiveAuthFactory authFactory,
String tokenStr) |
Modifier and Type | Method and Description |
---|---|
void |
HiveSessionImplwithUGI.cancelDelegationToken(HiveAuthFactory authFactory,
String tokenStr) |
void |
HiveSessionImpl.cancelDelegationToken(HiveAuthFactory authFactory,
String tokenStr) |
void |
HiveSession.cancelDelegationToken(HiveAuthFactory authFactory,
String tokenStr) |
String |
HiveSessionImplwithUGI.getDelegationToken(HiveAuthFactory authFactory,
String owner,
String renewer) |
String |
HiveSessionImpl.getDelegationToken(HiveAuthFactory authFactory,
String owner,
String renewer) |
String |
HiveSession.getDelegationToken(HiveAuthFactory authFactory,
String owner,
String renewer) |
void |
HiveSessionImplwithUGI.renewDelegationToken(HiveAuthFactory authFactory,
String tokenStr) |
void |
HiveSessionImpl.renewDelegationToken(HiveAuthFactory authFactory,
String tokenStr) |
void |
HiveSession.renewDelegationToken(HiveAuthFactory authFactory,
String tokenStr) |
Modifier and Type | Field and Description |
---|---|
protected static HiveAuthFactory |
ThriftCLIService.hiveAuthFactory |
Modifier and Type | Method and Description |
---|---|
void |
ThriftCLIServiceClient.cancelDelegationToken(SessionHandle sessionHandle,
HiveAuthFactory authFactory,
String tokenStr) |
String |
ThriftCLIServiceClient.getDelegationToken(SessionHandle sessionHandle,
HiveAuthFactory authFactory,
String owner,
String renewer) |
void |
ThriftCLIServiceClient.renewDelegationToken(SessionHandle sessionHandle,
HiveAuthFactory authFactory,
String tokenStr) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.