public static class LogDistillation.Category extends Object implements Serializable
Constructor and Description |
---|
LogDistillation.Category(LogDistiller.Category definition) |
Modifier and Type | Method and Description |
---|---|
LogDistiller.Category |
getDefinition() |
List<LogDistillation.Group> |
getGroups() |
LogDistillation |
getLogdistillation() |
boolean |
isSkip() |
List<LogDistillation.Group> |
listGroupsToReport() |
void |
setSkip(boolean skip) |
long |
sumBytes() |
int |
sumEventCount() |
public LogDistillation.Category(LogDistiller.Category definition)
public LogDistillation getLogdistillation()
public LogDistiller.Category getDefinition()
public List<LogDistillation.Group> getGroups()
public void setSkip(boolean skip)
public boolean isSkip()
public int sumEventCount()
public long sumBytes()
public List<LogDistillation.Group> listGroupsToReport()
Copyright © 2004–2014. All rights reserved.