Uses of Class
org.apache.hadoop.yarn.security.client.TimelineDelegationTokenIdentifier

Packages that use TimelineDelegationTokenIdentifier
org.apache.hadoop.yarn.client.api Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.hadoop.yarn.security.client   
 

Uses of TimelineDelegationTokenIdentifier in org.apache.hadoop.yarn.client.api
 

Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type TimelineDelegationTokenIdentifier
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.
 

Method parameters in org.apache.hadoop.yarn.client.api with type arguments of type TimelineDelegationTokenIdentifier
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.
 

Uses of TimelineDelegationTokenIdentifier in org.apache.hadoop.yarn.security.client
 

Methods in org.apache.hadoop.yarn.security.client that return types with arguments of type TimelineDelegationTokenIdentifier
 org.apache.hadoop.security.token.Token<TimelineDelegationTokenIdentifier> TimelineDelegationTokenSelector.selectToken(Text service, Collection<org.apache.hadoop.security.token.Token<? extends org.apache.hadoop.security.token.TokenIdentifier>> tokens)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.