Uses of Class
org.apache.hadoop.yarn.security.client.TimelineDelegationTokenIdentifier
Packages that use TimelineDelegationTokenIdentifier
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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 TimelineDelegationTokenIdentifierModifier and TypeMethodDescriptionabstract 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 TimelineDelegationTokenIdentifierModifier and TypeMethodDescriptionabstract voidTimelineClient.cancelDelegationToken(Token<TimelineDelegationTokenIdentifier> timelineDT) Cancel a timeline delegation token.abstract longTimelineClient.renewDelegationToken(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 TimelineDelegationTokenIdentifierModifier and TypeMethodDescriptionTimelineDelegationTokenSelector.selectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens)