public static interface YarnProtos.LogAggregationContextProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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 = ""]; |
boolean hasIncludePattern()
optional string include_pattern = 1 [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 = ""];String getExcludePattern()
optional string exclude_pattern = 2 [default = ""];com.google.protobuf.ByteString getExcludePatternBytes()
optional string exclude_pattern = 2 [default = ""];boolean hasRolledLogsIncludePattern()
optional string rolled_logs_include_pattern = 3 [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 hasRolledLogsExcludePattern()
optional string rolled_logs_exclude_pattern = 4 [default = ".*"];String getRolledLogsExcludePattern()
optional string rolled_logs_exclude_pattern = 4 [default = ".*"];com.google.protobuf.ByteString getRolledLogsExcludePatternBytes()
optional string rolled_logs_exclude_pattern = 4 [default = ".*"];Copyright © 2018 CERN. All Rights Reserved.