Example usage for org.apache.hadoop.yarn.api.records.impl.pb ProtoBase subclass-usage

List of usage examples for org.apache.hadoop.yarn.api.records.impl.pb ProtoBase subclass-usage

Introduction

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

Usage

From source file io.hops.util.impl.pb.LiveRMsResponsePBImpl.java

public class LiveRMsResponsePBImpl extends ProtoBase<ActiveRMListResponseProto> implements LiveRMsResponse {
    ActiveRMListResponseProto proto = ActiveRMListResponseProto.getDefaultInstance();
    ActiveRMListResponseProto.Builder builder = null;
    boolean viaProto = false;

    public LiveRMsResponsePBImpl() {