public static final class YarnProtos.LogAggregationContextProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<YarnProtos.LogAggregationContextProto.Builder> implements YarnProtos.LogAggregationContextProtoOrBuilder
hadoop.yarn.LogAggregationContextProto| Modifier and Type | Method and Description |
|---|---|
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 |
clearRolledLogsExcludePattern()
optional string rolled_logs_exclude_pattern = 4 [default = ".*"]; |
YarnProtos.LogAggregationContextProto.Builder |
clearRolledLogsIncludePattern()
optional string rolled_logs_include_pattern = 3 [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 = ".*"]; |
String |
getRolledLogsExcludePattern()
optional string rolled_logs_exclude_pattern = 4 [default = ".*"]; |
com.google.protobuf.ByteString |
getRolledLogsExcludePatternBytes()
optional string rolled_logs_exclude_pattern = 4 [default = ".*"]; |
String |
getRolledLogsIncludePattern()
optional string rolled_logs_include_pattern = 3 [default = ""]; |
com.google.protobuf.ByteString |
getRolledLogsIncludePatternBytes()
optional string rolled_logs_include_pattern = 3 [default = ""]; |
boolean |
hasExcludePattern()
optional string exclude_pattern = 2 [default = ""]; |
boolean |
hasIncludePattern()
optional string include_pattern = 1 [default = ".*"]; |
boolean |
hasRolledLogsExcludePattern()
optional string rolled_logs_exclude_pattern = 4 [default = ".*"]; |
boolean |
hasRolledLogsIncludePattern()
optional string rolled_logs_include_pattern = 3 [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 = ".*"]; |
YarnProtos.LogAggregationContextProto.Builder |
setRolledLogsExcludePattern(String value)
optional string rolled_logs_exclude_pattern = 4 [default = ".*"]; |
YarnProtos.LogAggregationContextProto.Builder |
setRolledLogsExcludePatternBytes(com.google.protobuf.ByteString value)
optional string rolled_logs_exclude_pattern = 4 [default = ".*"]; |
YarnProtos.LogAggregationContextProto.Builder |
setRolledLogsIncludePattern(String value)
optional string rolled_logs_include_pattern = 3 [default = ""]; |
YarnProtos.LogAggregationContextProto.Builder |
setRolledLogsIncludePatternBytes(com.google.protobuf.ByteString value)
optional string rolled_logs_include_pattern = 3 [default = ""]; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>public YarnProtos.LogAggregationContextProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>public YarnProtos.LogAggregationContextProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>public YarnProtos.LogAggregationContextProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic YarnProtos.LogAggregationContextProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic YarnProtos.LogAggregationContextProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic YarnProtos.LogAggregationContextProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>public YarnProtos.LogAggregationContextProto.Builder mergeFrom(YarnProtos.LogAggregationContextProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>public YarnProtos.LogAggregationContextProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnProtos.LogAggregationContextProto.Builder>IOExceptionpublic boolean hasIncludePattern()
optional string include_pattern = 1 [default = ".*"];hasIncludePattern in interface YarnProtos.LogAggregationContextProtoOrBuilderpublic String getIncludePattern()
optional string include_pattern = 1 [default = ".*"];getIncludePattern in interface YarnProtos.LogAggregationContextProtoOrBuilderpublic com.google.protobuf.ByteString getIncludePatternBytes()
optional string include_pattern = 1 [default = ".*"];getIncludePatternBytes in interface YarnProtos.LogAggregationContextProtoOrBuilderpublic YarnProtos.LogAggregationContextProto.Builder setIncludePattern(String value)
optional string include_pattern = 1 [default = ".*"];public YarnProtos.LogAggregationContextProto.Builder clearIncludePattern()
optional string include_pattern = 1 [default = ".*"];public YarnProtos.LogAggregationContextProto.Builder setIncludePatternBytes(com.google.protobuf.ByteString value)
optional string include_pattern = 1 [default = ".*"];public boolean hasExcludePattern()
optional string exclude_pattern = 2 [default = ""];hasExcludePattern in interface YarnProtos.LogAggregationContextProtoOrBuilderpublic String getExcludePattern()
optional string exclude_pattern = 2 [default = ""];getExcludePattern in interface YarnProtos.LogAggregationContextProtoOrBuilderpublic com.google.protobuf.ByteString getExcludePatternBytes()
optional string exclude_pattern = 2 [default = ""];getExcludePatternBytes in interface YarnProtos.LogAggregationContextProtoOrBuilderpublic YarnProtos.LogAggregationContextProto.Builder setExcludePattern(String value)
optional string exclude_pattern = 2 [default = ""];public YarnProtos.LogAggregationContextProto.Builder clearExcludePattern()
optional string exclude_pattern = 2 [default = ""];public YarnProtos.LogAggregationContextProto.Builder setExcludePatternBytes(com.google.protobuf.ByteString value)
optional string exclude_pattern = 2 [default = ""];public boolean hasRolledLogsIncludePattern()
optional string rolled_logs_include_pattern = 3 [default = ""];hasRolledLogsIncludePattern in interface YarnProtos.LogAggregationContextProtoOrBuilderpublic String getRolledLogsIncludePattern()
optional string rolled_logs_include_pattern = 3 [default = ""];getRolledLogsIncludePattern in interface YarnProtos.LogAggregationContextProtoOrBuilderpublic com.google.protobuf.ByteString getRolledLogsIncludePatternBytes()
optional string rolled_logs_include_pattern = 3 [default = ""];getRolledLogsIncludePatternBytes in interface YarnProtos.LogAggregationContextProtoOrBuilderpublic YarnProtos.LogAggregationContextProto.Builder setRolledLogsIncludePattern(String value)
optional string rolled_logs_include_pattern = 3 [default = ""];public YarnProtos.LogAggregationContextProto.Builder clearRolledLogsIncludePattern()
optional string rolled_logs_include_pattern = 3 [default = ""];public YarnProtos.LogAggregationContextProto.Builder setRolledLogsIncludePatternBytes(com.google.protobuf.ByteString value)
optional string rolled_logs_include_pattern = 3 [default = ""];public boolean hasRolledLogsExcludePattern()
optional string rolled_logs_exclude_pattern = 4 [default = ".*"];hasRolledLogsExcludePattern in interface YarnProtos.LogAggregationContextProtoOrBuilderpublic String getRolledLogsExcludePattern()
optional string rolled_logs_exclude_pattern = 4 [default = ".*"];getRolledLogsExcludePattern in interface YarnProtos.LogAggregationContextProtoOrBuilderpublic com.google.protobuf.ByteString getRolledLogsExcludePatternBytes()
optional string rolled_logs_exclude_pattern = 4 [default = ".*"];getRolledLogsExcludePatternBytes in interface YarnProtos.LogAggregationContextProtoOrBuilderpublic YarnProtos.LogAggregationContextProto.Builder setRolledLogsExcludePattern(String value)
optional string rolled_logs_exclude_pattern = 4 [default = ".*"];public YarnProtos.LogAggregationContextProto.Builder clearRolledLogsExcludePattern()
optional string rolled_logs_exclude_pattern = 4 [default = ".*"];public YarnProtos.LogAggregationContextProto.Builder setRolledLogsExcludePatternBytes(com.google.protobuf.ByteString value)
optional string rolled_logs_exclude_pattern = 4 [default = ".*"];Copyright © 2018 CERN. All Rights Reserved.