Package org.apache.hadoop.yarn.security
Class ContainerTokenSelector
java.lang.Object
org.apache.hadoop.yarn.security.ContainerTokenSelector
- All Implemented Interfaces:
TokenSelector<ContainerTokenIdentifier>
@Public
@Stable
public class ContainerTokenSelector
extends Object
implements TokenSelector<ContainerTokenIdentifier>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionselectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens)
-
Constructor Details
-
ContainerTokenSelector
public ContainerTokenSelector()
-
-
Method Details
-
selectToken
public Token<ContainerTokenIdentifier> selectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens) - Specified by:
selectTokenin interfaceTokenSelector<ContainerTokenIdentifier>
-