YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.clear() |
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.clearExcludePattern()
optional string exclude_pattern = 2 [default = ""];
|
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.clearIncludePattern()
optional string include_pattern = 1 [default = ".*"];
|
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.clearRolledLogsExcludePattern()
optional string rolled_logs_exclude_pattern = 4 [default = ".*"];
|
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.clearRolledLogsIncludePattern()
optional string rolled_logs_include_pattern = 3 [default = ""];
|
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.clone() |
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.ApplicationSubmissionContextProto.Builder.getLogAggregationContextBuilder()
optional .hadoop.yarn.LogAggregationContextProto log_aggregation_context = 14;
|
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.mergeFrom(com.google.protobuf.Message other) |
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.mergeFrom(YarnProtos.LogAggregationContextProto other) |
static YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.newBuilder() |
static YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.newBuilder(YarnProtos.LogAggregationContextProto prototype) |
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.newBuilderForType() |
protected YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.setExcludePattern(String value)
optional string exclude_pattern = 2 [default = ""];
|
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.setExcludePatternBytes(com.google.protobuf.ByteString value)
optional string exclude_pattern = 2 [default = ""];
|
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.setIncludePattern(String value)
optional string include_pattern = 1 [default = ".*"];
|
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.setIncludePatternBytes(com.google.protobuf.ByteString value)
optional string include_pattern = 1 [default = ".*"];
|
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.setRolledLogsExcludePattern(String value)
optional string rolled_logs_exclude_pattern = 4 [default = ".*"];
|
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.setRolledLogsExcludePatternBytes(com.google.protobuf.ByteString value)
optional string rolled_logs_exclude_pattern = 4 [default = ".*"];
|
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.setRolledLogsIncludePattern(String value)
optional string rolled_logs_include_pattern = 3 [default = ""];
|
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.Builder.setRolledLogsIncludePatternBytes(com.google.protobuf.ByteString value)
optional string rolled_logs_include_pattern = 3 [default = ""];
|
YarnProtos.LogAggregationContextProto.Builder |
YarnProtos.LogAggregationContextProto.toBuilder() |