public static final class YarnProtos.LogAggregationContextProto extends com.google.protobuf.GeneratedMessage implements YarnProtos.LogAggregationContextProtoOrBuilder
hadoop.yarn.LogAggregationContextProto| Modifier and Type | Class and Description |
|---|---|
static class |
YarnProtos.LogAggregationContextProto.Builder
Protobuf type
hadoop.yarn.LogAggregationContextProto |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
EXCLUDE_PATTERN_FIELD_NUMBER |
static int |
INCLUDE_PATTERN_FIELD_NUMBER |
static com.google.protobuf.Parser<YarnProtos.LogAggregationContextProto> |
PARSER |
static int |
ROLLED_LOGS_EXCLUDE_PATTERN_FIELD_NUMBER |
static int |
ROLLED_LOGS_INCLUDE_PATTERN_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static YarnProtos.LogAggregationContextProto |
getDefaultInstance() |
YarnProtos.LogAggregationContextProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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 = ".*"]; |
com.google.protobuf.Parser<YarnProtos.LogAggregationContextProto> |
getParserForType() |
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 = ""]; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasExcludePattern()
optional string exclude_pattern = 2 [default = ""]; |
int |
hashCode() |
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() |
static YarnProtos.LogAggregationContextProto.Builder |
newBuilder() |
static YarnProtos.LogAggregationContextProto.Builder |
newBuilder(YarnProtos.LogAggregationContextProto prototype) |
YarnProtos.LogAggregationContextProto.Builder |
newBuilderForType() |
protected YarnProtos.LogAggregationContextProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static YarnProtos.LogAggregationContextProto |
parseDelimitedFrom(InputStream input) |
static YarnProtos.LogAggregationContextProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.LogAggregationContextProto |
parseFrom(byte[] data) |
static YarnProtos.LogAggregationContextProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.LogAggregationContextProto |
parseFrom(com.google.protobuf.ByteString data) |
static YarnProtos.LogAggregationContextProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.LogAggregationContextProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static YarnProtos.LogAggregationContextProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnProtos.LogAggregationContextProto |
parseFrom(InputStream input) |
static YarnProtos.LogAggregationContextProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnProtos.LogAggregationContextProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<YarnProtos.LogAggregationContextProto> PARSER
public static final int INCLUDE_PATTERN_FIELD_NUMBER
public static final int EXCLUDE_PATTERN_FIELD_NUMBER
public static final int ROLLED_LOGS_INCLUDE_PATTERN_FIELD_NUMBER
public static final int ROLLED_LOGS_EXCLUDE_PATTERN_FIELD_NUMBER
public static YarnProtos.LogAggregationContextProto getDefaultInstance()
public YarnProtos.LogAggregationContextProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<YarnProtos.LogAggregationContextProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic 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 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 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 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static YarnProtos.LogAggregationContextProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.LogAggregationContextProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.LogAggregationContextProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.LogAggregationContextProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnProtos.LogAggregationContextProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static YarnProtos.LogAggregationContextProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnProtos.LogAggregationContextProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static YarnProtos.LogAggregationContextProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnProtos.LogAggregationContextProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static YarnProtos.LogAggregationContextProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnProtos.LogAggregationContextProto.Builder newBuilder()
public YarnProtos.LogAggregationContextProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static YarnProtos.LogAggregationContextProto.Builder newBuilder(YarnProtos.LogAggregationContextProto prototype)
public YarnProtos.LogAggregationContextProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected YarnProtos.LogAggregationContextProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2018 CERN. All Rights Reserved.