public class LogAggregationContextPBImpl extends LogAggregationContext
| Constructor and Description |
|---|
LogAggregationContextPBImpl() |
LogAggregationContextPBImpl(YarnProtos.LogAggregationContextProto proto) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getExcludePattern() |
String |
getIncludePattern() |
YarnProtos.LogAggregationContextProto |
getProto() |
String |
getRolledLogsExcludePattern() |
String |
getRolledLogsIncludePattern() |
int |
hashCode() |
void |
setExcludePattern(String excludePattern) |
void |
setIncludePattern(String includePattern) |
void |
setRolledLogsExcludePattern(String rolledLogsExcludePattern) |
void |
setRolledLogsIncludePattern(String rolledLogsIncludePattern) |
String |
toString() |
newInstance, newInstancepublic LogAggregationContextPBImpl()
public LogAggregationContextPBImpl(YarnProtos.LogAggregationContextProto proto)
public YarnProtos.LogAggregationContextProto getProto()
public String getIncludePattern()
getIncludePattern in class LogAggregationContextpublic void setIncludePattern(String includePattern)
setIncludePattern in class LogAggregationContextpublic String getExcludePattern()
getExcludePattern in class LogAggregationContextpublic void setExcludePattern(String excludePattern)
setExcludePattern in class LogAggregationContextpublic String getRolledLogsIncludePattern()
getRolledLogsIncludePattern in class LogAggregationContextpublic void setRolledLogsIncludePattern(String rolledLogsIncludePattern)
setRolledLogsIncludePattern in class LogAggregationContextpublic String getRolledLogsExcludePattern()
getRolledLogsExcludePattern in class LogAggregationContextpublic void setRolledLogsExcludePattern(String rolledLogsExcludePattern)
setRolledLogsExcludePattern in class LogAggregationContextCopyright © 2018 CERN. All Rights Reserved.