public interface CleanFilter
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
REVISION  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
cleanMergeMap(java.util.Map<java.lang.String,java.util.TreeSet<Stamp>> mergeMap)
This method is called to clean the merge map. 
 | 
boolean | 
isCleanable(InnerLogEntry entry)
Returns true if the entry can be cleaned or false otherwise. 
 | 
boolean | 
isCleanable(StorableLogEntry entry,
           java.lang.Class<?> clazz)
Returns true if the entry can be cleaned or false otherwise. 
 | 
static final java.lang.String REVISION
boolean isCleanable(StorableLogEntry entry, java.lang.Class<?> clazz)
entry - the entry to be checkedclazz - the class of which this entry is appliedboolean isCleanable(InnerLogEntry entry)
entry - the entry to be checkedvoid cleanMergeMap(java.util.Map<java.lang.String,java.util.TreeSet<Stamp>> mergeMap)
mergeMap - the merge mapCopyright © 2001-2018 Jalios SA. All Rights Reserved.