Uses of Class
org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto

Packages that use YarnProtos.LogAggregationContextProto
org.apache.hadoop.yarn.proto   
 

Uses of YarnProtos.LogAggregationContextProto in org.apache.hadoop.yarn.proto
 

Fields in org.apache.hadoop.yarn.proto with type parameters of type YarnProtos.LogAggregationContextProto
static com.google.protobuf.Parser<YarnProtos.LogAggregationContextProto> YarnProtos.LogAggregationContextProto.PARSER
           
 

Methods in org.apache.hadoop.yarn.proto that return YarnProtos.LogAggregationContextProto
 YarnProtos.LogAggregationContextProto YarnProtos.LogAggregationContextProto.Builder.build()
           
 YarnProtos.LogAggregationContextProto YarnProtos.LogAggregationContextProto.Builder.buildPartial()
           
static YarnProtos.LogAggregationContextProto YarnProtos.LogAggregationContextProto.getDefaultInstance()
           
 YarnProtos.LogAggregationContextProto YarnProtos.LogAggregationContextProto.getDefaultInstanceForType()
           
 YarnProtos.LogAggregationContextProto YarnProtos.LogAggregationContextProto.Builder.getDefaultInstanceForType()
           
 YarnProtos.LogAggregationContextProto YarnProtos.ApplicationSubmissionContextProtoOrBuilder.getLogAggregationContext()
          optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 14;
 YarnProtos.LogAggregationContextProto YarnProtos.ApplicationSubmissionContextProto.getLogAggregationContext()
          optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 14;
 YarnProtos.LogAggregationContextProto YarnProtos.ApplicationSubmissionContextProto.Builder.getLogAggregationContext()
          optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 14;
static YarnProtos.LogAggregationContextProto YarnProtos.LogAggregationContextProto.parseDelimitedFrom(InputStream input)
           
static YarnProtos.LogAggregationContextProto YarnProtos.LogAggregationContextProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.LogAggregationContextProto YarnProtos.LogAggregationContextProto.parseFrom(byte[] data)
           
static YarnProtos.LogAggregationContextProto YarnProtos.LogAggregationContextProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.LogAggregationContextProto YarnProtos.LogAggregationContextProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnProtos.LogAggregationContextProto YarnProtos.LogAggregationContextProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.LogAggregationContextProto YarnProtos.LogAggregationContextProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnProtos.LogAggregationContextProto YarnProtos.LogAggregationContextProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnProtos.LogAggregationContextProto YarnProtos.LogAggregationContextProto.parseFrom(InputStream input)
           
static YarnProtos.LogAggregationContextProto YarnProtos.LogAggregationContextProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnProtos.LogAggregationContextProto
 com.google.protobuf.Parser<YarnProtos.LogAggregationContextProto> YarnProtos.LogAggregationContextProto.getParserForType()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnProtos.LogAggregationContextProto
 YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.Builder.mergeFrom(YarnProtos.LogAggregationContextProto other)
           
 YarnProtos.ApplicationSubmissionContextProto.Builder YarnProtos.ApplicationSubmissionContextProto.Builder.mergeLogAggregationContext(YarnProtos.LogAggregationContextProto value)
          optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 14;
static YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.newBuilder(YarnProtos.LogAggregationContextProto prototype)
           
 YarnProtos.ApplicationSubmissionContextProto.Builder YarnProtos.ApplicationSubmissionContextProto.Builder.setLogAggregationContext(YarnProtos.LogAggregationContextProto value)
          optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 14;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.