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

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>
              extended by org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, YarnProtos.LogAggregationContextProtoOrBuilder
Enclosing class:
YarnProtos.LogAggregationContextProto

public static final class YarnProtos.LogAggregationContextProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>
implements YarnProtos.LogAggregationContextProtoOrBuilder

Protobuf type hadoop.yarn.LogAggregationContextProto


Method Summary
 YarnProtos.LogAggregationContextProto build()
           
 YarnProtos.LogAggregationContextProto buildPartial()
           
 YarnProtos.LogAggregationContextProto.Builder clear()
           
 YarnProtos.LogAggregationContextProto.Builder clearExcludePattern()
          optional string exclude_pattern = 2 [default = ""];
 YarnProtos.LogAggregationContextProto.Builder clearIncludePattern()
          optional string include_pattern = 1 [default = ".*"];
 YarnProtos.LogAggregationContextProto.Builder clone()
           
 YarnProtos.LogAggregationContextProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getExcludePattern()
          optional string exclude_pattern = 2 [default = ""];
 com.google.protobuf.ByteString getExcludePatternBytes()
          optional string exclude_pattern = 2 [default = ""];
 String getIncludePattern()
          optional string include_pattern = 1 [default = ".*"];
 com.google.protobuf.ByteString getIncludePatternBytes()
          optional string include_pattern = 1 [default = ".*"];
 boolean hasExcludePattern()
          optional string exclude_pattern = 2 [default = ""];
 boolean hasIncludePattern()
          optional string include_pattern = 1 [default = ".*"];
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 YarnProtos.LogAggregationContextProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnProtos.LogAggregationContextProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnProtos.LogAggregationContextProto.Builder mergeFrom(YarnProtos.LogAggregationContextProto other)
           
 YarnProtos.LogAggregationContextProto.Builder setExcludePattern(String value)
          optional string exclude_pattern = 2 [default = ""];
 YarnProtos.LogAggregationContextProto.Builder setExcludePatternBytes(com.google.protobuf.ByteString value)
          optional string exclude_pattern = 2 [default = ""];
 YarnProtos.LogAggregationContextProto.Builder setIncludePattern(String value)
          optional string include_pattern = 1 [default = ".*"];
 YarnProtos.LogAggregationContextProto.Builder setIncludePatternBytes(com.google.protobuf.ByteString value)
          optional string include_pattern = 1 [default = ".*"];
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>

clear

public YarnProtos.LogAggregationContextProto.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>

clone

public YarnProtos.LogAggregationContextProto.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>

getDefaultInstanceForType

public YarnProtos.LogAggregationContextProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public YarnProtos.LogAggregationContextProto build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public YarnProtos.LogAggregationContextProto buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public YarnProtos.LogAggregationContextProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>

mergeFrom

public YarnProtos.LogAggregationContextProto.Builder mergeFrom(YarnProtos.LogAggregationContextProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>

mergeFrom

public YarnProtos.LogAggregationContextProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>
Throws:
IOException

hasIncludePattern

public boolean hasIncludePattern()
optional string include_pattern = 1 [default = ".*"];

Specified by:
hasIncludePattern in interface YarnProtos.LogAggregationContextProtoOrBuilder

getIncludePattern

public String getIncludePattern()
optional string include_pattern = 1 [default = ".*"];

Specified by:
getIncludePattern in interface YarnProtos.LogAggregationContextProtoOrBuilder

getIncludePatternBytes

public com.google.protobuf.ByteString getIncludePatternBytes()
optional string include_pattern = 1 [default = ".*"];

Specified by:
getIncludePatternBytes in interface YarnProtos.LogAggregationContextProtoOrBuilder

setIncludePattern

public YarnProtos.LogAggregationContextProto.Builder setIncludePattern(String value)
optional string include_pattern = 1 [default = ".*"];


clearIncludePattern

public YarnProtos.LogAggregationContextProto.Builder clearIncludePattern()
optional string include_pattern = 1 [default = ".*"];


setIncludePatternBytes

public YarnProtos.LogAggregationContextProto.Builder setIncludePatternBytes(com.google.protobuf.ByteString value)
optional string include_pattern = 1 [default = ".*"];


hasExcludePattern

public boolean hasExcludePattern()
optional string exclude_pattern = 2 [default = ""];

Specified by:
hasExcludePattern in interface YarnProtos.LogAggregationContextProtoOrBuilder

getExcludePattern

public String getExcludePattern()
optional string exclude_pattern = 2 [default = ""];

Specified by:
getExcludePattern in interface YarnProtos.LogAggregationContextProtoOrBuilder

getExcludePatternBytes

public com.google.protobuf.ByteString getExcludePatternBytes()
optional string exclude_pattern = 2 [default = ""];

Specified by:
getExcludePatternBytes in interface YarnProtos.LogAggregationContextProtoOrBuilder

setExcludePattern

public YarnProtos.LogAggregationContextProto.Builder setExcludePattern(String value)
optional string exclude_pattern = 2 [default = ""];


clearExcludePattern

public YarnProtos.LogAggregationContextProto.Builder clearExcludePattern()
optional string exclude_pattern = 2 [default = ""];


setExcludePatternBytes

public YarnProtos.LogAggregationContextProto.Builder setExcludePatternBytes(com.google.protobuf.ByteString value)
optional string exclude_pattern = 2 [default = ""];



Copyright © 2014 Apache Software Foundation. All Rights Reserved.