Class LogAggregationContextInfo
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.LogAggregationContextInfo
Simple class to allow users to send information required to create a
ContainerLaunchContext which can then be used as part of the
ApplicationSubmissionContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetExcludePattern(String excludePattern) voidsetIncludePattern(String includePattern) voidsetLogAggregationPolicyClassName(String className) voidsetLogAggregationPolicyParameters(String parameters) voidsetRolledLogsExcludePattern(String rolledLogsExcludePattern) voidsetRolledLogsIncludePattern(String rolledLogsIncludePattern)
-
Constructor Details
-
LogAggregationContextInfo
public LogAggregationContextInfo()
-
-
Method Details
-
getIncludePattern
-
setIncludePattern
-
getExcludePattern
-
setExcludePattern
-
getRolledLogsIncludePattern
-
setRolledLogsIncludePattern
-
getRolledLogsExcludePattern
-
setRolledLogsExcludePattern
-
getLogAggregationPolicyClassName
-
setLogAggregationPolicyClassName
-
getLogAggregationPolicyParameters
-
setLogAggregationPolicyParameters
-