org.apache.hadoop.yarn.proto
Interface YarnProtos.LogAggregationContextProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
YarnProtos.LogAggregationContextProto, YarnProtos.LogAggregationContextProto.Builder
Enclosing class:
YarnProtos

public static interface YarnProtos.LogAggregationContextProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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 = ".*"];
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasIncludePattern

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


getIncludePattern

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


getIncludePatternBytes

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


hasExcludePattern

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


getExcludePattern

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


getExcludePatternBytes

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.