|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.yarn.api.records.LogAggregationContext
@InterfaceStability.Evolving @InterfaceAudience.Public public abstract class LogAggregationContext
LogAggregationContext
represents all of the
information needed by the NodeManager
to handle
the logs for an application.
It includes details such as:
ApplicationSubmissionContext
Constructor Summary | |
---|---|
LogAggregationContext()
|
Method Summary | |
---|---|
abstract String |
getExcludePattern()
Get exclude pattern |
abstract String |
getIncludePattern()
Get include pattern |
static LogAggregationContext |
newInstance(String includePattern,
String excludePattern)
|
abstract void |
setExcludePattern(String excludePattern)
Set exclude pattern |
abstract void |
setIncludePattern(String includePattern)
Set include pattern |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogAggregationContext()
Method Detail |
---|
@InterfaceAudience.Public @InterfaceStability.Unstable public static LogAggregationContext newInstance(String includePattern, String excludePattern)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract String getIncludePattern()
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setIncludePattern(String includePattern)
includePattern
- @InterfaceAudience.Public @InterfaceStability.Unstable public abstract String getExcludePattern()
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setExcludePattern(String excludePattern)
excludePattern
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |