Package | Description |
---|---|
org.apache.hadoop.yarn.client.api |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.client.api.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.security.client |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
abstract org.apache.hadoop.security.token.Token<TimelineDelegationTokenIdentifier> |
TimelineClient.getDelegationToken(String renewer)
Get a delegation token so as to be able to talk to the timeline server in a
secure way.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TimelineClient.cancelDelegationToken(org.apache.hadoop.security.token.Token<TimelineDelegationTokenIdentifier> timelineDT)
Cancel a timeline delegation token.
|
abstract long |
TimelineClient.renewDelegationToken(org.apache.hadoop.security.token.Token<TimelineDelegationTokenIdentifier> timelineDT)
Renew a timeline delegation token.
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.security.token.Token<TimelineDelegationTokenIdentifier> |
TimelineClientImpl.getDelegationToken(String renewer) |
Modifier and Type | Method and Description |
---|---|
void |
TimelineClientImpl.cancelDelegationToken(org.apache.hadoop.security.token.Token<TimelineDelegationTokenIdentifier> timelineDT) |
long |
TimelineClientImpl.renewDelegationToken(org.apache.hadoop.security.token.Token<TimelineDelegationTokenIdentifier> timelineDT) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.security.token.Token<TimelineDelegationTokenIdentifier> |
TimelineDelegationTokenSelector.selectToken(org.apache.hadoop.io.Text service,
Collection<org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier>> tokens) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.