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 Summary
ConstructorsConstructorDescriptionLogAggregationContextPBImpl(org.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.yarn.proto.YarnProtos.LogAggregationContextProtogetProto()inthashCode()voidsetExcludePattern(String excludePattern) voidsetIncludePattern(String includePattern) voidsetLogAggregationPolicyClassName(String className) voidvoidsetRolledLogsExcludePattern(String rolledLogsExcludePattern) voidsetRolledLogsIncludePattern(String rolledLogsIncludePattern) toString()Methods inherited from class org.apache.hadoop.yarn.api.records.LogAggregationContext
newInstance, newInstance, newInstance
-
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() -
equals
-
toString
-
getIncludePattern
- Specified by:
getIncludePatternin classorg.apache.hadoop.yarn.api.records.LogAggregationContext
-
setIncludePattern
- Specified by:
setIncludePatternin classorg.apache.hadoop.yarn.api.records.LogAggregationContext
-
getExcludePattern
- Specified by:
getExcludePatternin classorg.apache.hadoop.yarn.api.records.LogAggregationContext
-
setExcludePattern
- Specified by:
setExcludePatternin classorg.apache.hadoop.yarn.api.records.LogAggregationContext
-
getRolledLogsIncludePattern
- Specified by:
getRolledLogsIncludePatternin classorg.apache.hadoop.yarn.api.records.LogAggregationContext
-
setRolledLogsIncludePattern
- Specified by:
setRolledLogsIncludePatternin classorg.apache.hadoop.yarn.api.records.LogAggregationContext
-
getRolledLogsExcludePattern
- Specified by:
getRolledLogsExcludePatternin classorg.apache.hadoop.yarn.api.records.LogAggregationContext
-
setRolledLogsExcludePattern
- Specified by:
setRolledLogsExcludePatternin classorg.apache.hadoop.yarn.api.records.LogAggregationContext
-
getLogAggregationPolicyClassName
- Specified by:
getLogAggregationPolicyClassNamein classorg.apache.hadoop.yarn.api.records.LogAggregationContext
-
setLogAggregationPolicyClassName
- Specified by:
setLogAggregationPolicyClassNamein classorg.apache.hadoop.yarn.api.records.LogAggregationContext
-
getLogAggregationPolicyParameters
- Specified by:
getLogAggregationPolicyParametersin classorg.apache.hadoop.yarn.api.records.LogAggregationContext
-
setLogAggregationPolicyParameters
- Specified by:
setLogAggregationPolicyParametersin classorg.apache.hadoop.yarn.api.records.LogAggregationContext
-