Example usage for org.apache.hadoop.yarn.api.records.impl.pb ProtoUtils convertFromProtoFormat

List of usage examples for org.apache.hadoop.yarn.api.records.impl.pb ProtoUtils convertFromProtoFormat

Introduction

In this page you can find the example usage for org.apache.hadoop.yarn.api.records.impl.pb ProtoUtils convertFromProtoFormat.

Prototype

public static TimedPlacementConstraint.DelayUnit convertFromProtoFormat(
            TimedPlacementConstraintProto.DelayUnit u) 

Source Link

Usage

From source file:mamba.applicationhistoryservice.records.impl.pb.ContainerFinishDataPBImpl.java

License:Apache License

private ContainerState convertFromProtoFormat(ContainerStateProto containerState) {
    return ProtoUtils.convertFromProtoFormat(containerState);
}