Example usage for org.apache.hadoop.yarn.api.records ContainerId subclass-usage

List of usage examples for org.apache.hadoop.yarn.api.records ContainerId subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.yarn.api.records ContainerId subclass-usage.

Usage

From source file org.apache.tajo.worker.TaskRunnerId.java

public class TaskRunnerId extends ContainerId {
    ApplicationAttemptId applicationAttemptId;
    long id;

    public TaskRunnerId(ApplicationAttemptId applicationAttemptId, long id) {
        this.applicationAttemptId = applicationAttemptId;