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

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

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

Methods in org.apache.hadoop.yarn.proto that return YarnProtos.LogAggregationContextProto.Builder
 YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.Builder.clear()
           
 YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.Builder.clearExcludePattern()
          optional string exclude_pattern = 2 [default = ""];
 YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.Builder.clearIncludePattern()
          optional string include_pattern = 1 [default = ".*"];
 YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.Builder.clone()
           
 YarnProtos.LogAggregationContextProto.Builder YarnProtos.ApplicationSubmissionContextProto.Builder.getLogAggregationContextBuilder()
          optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 14;
 YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.Builder.mergeFrom(YarnProtos.LogAggregationContextProto other)
           
static YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.newBuilder()
           
static YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.newBuilder(YarnProtos.LogAggregationContextProto prototype)
           
 YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.newBuilderForType()
           
protected  YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.Builder.setExcludePattern(String value)
          optional string exclude_pattern = 2 [default = ""];
 YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.Builder.setExcludePatternBytes(com.google.protobuf.ByteString value)
          optional string exclude_pattern = 2 [default = ""];
 YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.Builder.setIncludePattern(String value)
          optional string include_pattern = 1 [default = ".*"];
 YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.Builder.setIncludePatternBytes(com.google.protobuf.ByteString value)
          optional string include_pattern = 1 [default = ".*"];
 YarnProtos.LogAggregationContextProto.Builder YarnProtos.LogAggregationContextProto.toBuilder()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnProtos.LogAggregationContextProto.Builder
 YarnProtos.ApplicationSubmissionContextProto.Builder YarnProtos.ApplicationSubmissionContextProto.Builder.setLogAggregationContext(YarnProtos.LogAggregationContextProto.Builder builderForValue)
          optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 14;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.