Example usage for org.apache.hadoop.security.token TokenSelector interface-usage

List of usage examples for org.apache.hadoop.security.token TokenSelector interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.security.token TokenSelector interface-usage.

Usage

From source file com.datatorrent.stram.security.StramDelegationTokenSelector.java

/**
 * <p>StramDelegationTokenSelector class.</p>
 *
 * @since 0.3.2
 */
public class StramDelegationTokenSelector implements TokenSelector<StramDelegationTokenIdentifier> {

From source file com.intel.hadoopRPCBenchmark.BenchmarkEngineTokenSelector.java

public class BenchmarkEngineTokenSelector implements TokenSelector<BenchmarkEngineTokenIdentifier> {
    @SuppressWarnings("unchecked")
    public Token<BenchmarkEngineTokenIdentifier> selectToken(Text service,
            Collection<Token<? extends TokenIdentifier>> tokens) {
        if (service == null) {
            return null;

From source file org.apache.giraph.hadoop.BspTokenSelector.java

/**
 * Look through tokens to find the first job token that matches the service
 * and return it.
 */
public class BspTokenSelector implements TokenSelector<JobTokenIdentifier> {
    @SuppressWarnings("unchecked")

From source file org.apache.tez.engine.common.security.JobTokenSelector.java

/**
 * Look through tokens to find the first job token that matches the service
 * and return it.
 */
@InterfaceAudience.Private
@InterfaceStability.Unstable

From source file org.apache.tez.runtime.common.security.JobTokenSelector.java

/**
 * Look through tokens to find the first job token that matches the service
 * and return it.
 */
@InterfaceAudience.Private
@InterfaceStability.Unstable

From source file org.apache.tez.runtime.library.common.security.JobTokenSelector.java

/**
 * Look through tokens to find the first job token that matches the service
 * and return it.
 */
@InterfaceAudience.Private
@InterfaceStability.Unstable