com.gigaspaces.log
Class NoneLogEntryMatcher
java.lang.Object
   com.gigaspaces.log.LogEntryMatcherFilter
com.gigaspaces.log.LogEntryMatcherFilter
       com.gigaspaces.log.NoneLogEntryMatcher
com.gigaspaces.log.NoneLogEntryMatcher
- All Implemented Interfaces: 
- LogEntryMatcher, Serializable
- public class NoneLogEntryMatcher 
- extends LogEntryMatcherFilter
A log entry matcher filter that matches on nothing.
- Author:
- kimchy
- See Also:
- Serialized Form
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NoneLogEntryMatcher
public NoneLogEntryMatcher()
filterJustLogs
protected boolean filterJustLogs()
- Description copied from class: LogEntryMatcherFilter
- Should this filter only filter log type entries. Defaults to true.
 
- 
- Overrides:
- filterJustLogsin class- LogEntryMatcherFilter
 
- 
 
filter
protected LogEntryMatcher.Operation filter(LogEntry entry)
- Description copied from class: LogEntryMatcherFilter
- Should the operation be filtered or not. LogEntryMatcher.Operation.BREAKin order to break and finish the matching process.LogEntryMatcher.Operation.IGNOREto ignore the current log entry (so it won't be passed to the delegated matcher). AndLogEntryMatcher.Operation.CONTINUEto pass the current log entry
 to the delegated matcher.
 
- 
- Specified by:
- filterin class- LogEntryMatcherFilter
 
- 
 
Copyright © GigaSpaces.