Class NotOp
- java.lang.Object
-
- org.apache.zookeeper.graph.FilterOp
-
- org.apache.zookeeper.graph.filterops.NotOp
-
public class NotOp extends FilterOp
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.zookeeper.graph.FilterOp
FilterOp.ArgType
-
-
Constructor Summary
Constructors Constructor Description NotOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(LogEntry entry)
-
-
-
Method Detail
-
matches
public boolean matches(LogEntry entry) throws FilterException
- Specified by:
matches
in classFilterOp
- Throws:
FilterException
-
-