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.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
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 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 TimelineDelegationTokenIdentifierModifier and TypeMethodDescriptionabstract voidTimelineClient.cancelDelegationToken(org.apache.hadoop.security.token.Token<TimelineDelegationTokenIdentifier> timelineDT) Cancel a timeline delegation token.abstract longTimelineClient.renewDelegationToken(org.apache.hadoop.security.token.Token<TimelineDelegationTokenIdentifier> timelineDT) Renew a timeline delegation token. -
Uses of TimelineDelegationTokenIdentifier in org.apache.hadoop.yarn.client.api.impl
Methods in org.apache.hadoop.yarn.client.api.impl that return types with arguments of type TimelineDelegationTokenIdentifierModifier and TypeMethodDescriptionorg.apache.hadoop.security.token.Token<TimelineDelegationTokenIdentifier>TimelineClientImpl.getDelegationToken(String renewer) Method parameters in org.apache.hadoop.yarn.client.api.impl with type arguments of type TimelineDelegationTokenIdentifierModifier and TypeMethodDescriptionvoidTimelineClientImpl.cancelDelegationToken(org.apache.hadoop.security.token.Token<TimelineDelegationTokenIdentifier> timelineDT) longTimelineClientImpl.renewDelegationToken(org.apache.hadoop.security.token.Token<TimelineDelegationTokenIdentifier> timelineDT) -
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 TypeMethodDescriptionorg.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)