Example usage for org.apache.hadoop.yarn.server.resourcemanager RMContext interface-usage

List of usage examples for org.apache.hadoop.yarn.server.resourcemanager RMContext interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.yarn.server.resourcemanager RMContext interface-usage.

Usage

From source file org.apache.myriad.state.MockRMContext.java

/**
 * Mock implementation of RMContext for the purposes of JUnit tests
 */
public class MockRMContext implements RMContext {
    Dispatcher dispatcher;
    boolean haEnabled = false;