| Package | Description |
|---|---|
| org.apache.zookeeper.graph | |
| org.apache.zookeeper.graph.filterops |
| Modifier and Type | Class and Description |
|---|---|
class |
Log4JEntry |
class |
TransactionEntry |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
FilterOp.matches(LogEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OrOp.matches(LogEntry entry) |
boolean |
NotOp.matches(LogEntry entry) |
boolean |
LessThanOp.matches(LogEntry entry) |
boolean |
AndOp.matches(LogEntry entry) |
boolean |
GreaterThanOp.matches(LogEntry entry) |
boolean |
EqualsOp.matches(LogEntry entry) |
boolean |
XorOp.matches(LogEntry entry) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.