Class LogAggregationContextPBImpl

java.lang.Object
org.apache.hadoop.yarn.api.records.LogAggregationContext
org.apache.hadoop.yarn.api.records.impl.pb.LogAggregationContextPBImpl

public class LogAggregationContextPBImpl extends org.apache.hadoop.yarn.api.records.LogAggregationContext
  • Constructor Details

    • LogAggregationContextPBImpl

      public LogAggregationContextPBImpl()
    • LogAggregationContextPBImpl

      public LogAggregationContextPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto proto)
  • Method Details

    • getProto

      public org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto getProto()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getIncludePattern

      public String getIncludePattern()
      Specified by:
      getIncludePattern in class org.apache.hadoop.yarn.api.records.LogAggregationContext
    • setIncludePattern

      public void setIncludePattern(String includePattern)
      Specified by:
      setIncludePattern in class org.apache.hadoop.yarn.api.records.LogAggregationContext
    • getExcludePattern

      public String getExcludePattern()
      Specified by:
      getExcludePattern in class org.apache.hadoop.yarn.api.records.LogAggregationContext
    • setExcludePattern

      public void setExcludePattern(String excludePattern)
      Specified by:
      setExcludePattern in class org.apache.hadoop.yarn.api.records.LogAggregationContext
    • getRolledLogsIncludePattern

      public String getRolledLogsIncludePattern()
      Specified by:
      getRolledLogsIncludePattern in class org.apache.hadoop.yarn.api.records.LogAggregationContext
    • setRolledLogsIncludePattern

      public void setRolledLogsIncludePattern(String rolledLogsIncludePattern)
      Specified by:
      setRolledLogsIncludePattern in class org.apache.hadoop.yarn.api.records.LogAggregationContext
    • getRolledLogsExcludePattern

      public String getRolledLogsExcludePattern()
      Specified by:
      getRolledLogsExcludePattern in class org.apache.hadoop.yarn.api.records.LogAggregationContext
    • setRolledLogsExcludePattern

      public void setRolledLogsExcludePattern(String rolledLogsExcludePattern)
      Specified by:
      setRolledLogsExcludePattern in class org.apache.hadoop.yarn.api.records.LogAggregationContext
    • getLogAggregationPolicyClassName

      public String getLogAggregationPolicyClassName()
      Specified by:
      getLogAggregationPolicyClassName in class org.apache.hadoop.yarn.api.records.LogAggregationContext
    • setLogAggregationPolicyClassName

      public void setLogAggregationPolicyClassName(String className)
      Specified by:
      setLogAggregationPolicyClassName in class org.apache.hadoop.yarn.api.records.LogAggregationContext
    • getLogAggregationPolicyParameters

      public String getLogAggregationPolicyParameters()
      Specified by:
      getLogAggregationPolicyParameters in class org.apache.hadoop.yarn.api.records.LogAggregationContext
    • setLogAggregationPolicyParameters

      public void setLogAggregationPolicyParameters(String config)
      Specified by:
      setLogAggregationPolicyParameters in class org.apache.hadoop.yarn.api.records.LogAggregationContext