Uses of Class
org.apache.zookeeper.graph.FilterException
-
Packages that use FilterException Package Description org.apache.zookeeper.graph org.apache.zookeeper.graph.filterops -
-
Uses of FilterException in org.apache.zookeeper.graph
Methods in org.apache.zookeeper.graph that throw FilterException Modifier and Type Method Description LogIteratorLog4JSource. iterator(long starttime, long endtime, FilterOp filter)LogIteratorLogSource. iterator(long starttime, long endtime, FilterOp filter)LogIteratorMergedLogSource. iterator(long starttime, long endtime, FilterOp filter)LogIteratorTxnLogSource. iterator(long starttime, long endtime, FilterOp filter)static voidFilterParser. main(java.lang.String[] args)static voidTxnLogSource. main(java.lang.String[] args)abstract booleanFilterOp. matches(LogEntry entry)static FilterOpFilterOp. newOp(java.lang.String op)FilterOpFilterParser. parse() -
Uses of FilterException in org.apache.zookeeper.graph.filterops
Methods in org.apache.zookeeper.graph.filterops that throw FilterException Modifier and Type Method Description booleanAndOp. matches(LogEntry entry)booleanEqualsOp. matches(LogEntry entry)booleanGreaterThanOp. matches(LogEntry entry)booleanLessThanOp. matches(LogEntry entry)booleanNotOp. matches(LogEntry entry)booleanOrOp. matches(LogEntry entry)booleanXorOp. matches(LogEntry entry)
-