Package | Description |
---|---|
org.apache.zookeeper.graph | |
org.apache.zookeeper.graph.filterops |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<FilterOp> |
FilterOp.subOps |
Modifier and Type | Method and Description |
---|---|
static FilterOp |
FilterOp.newOp(String op) |
FilterOp |
FilterParser.parse() |
Modifier and Type | Method and Description |
---|---|
void |
FilterOp.addSubOp(FilterOp op) |
LogIterator |
TxnLogSource.iterator(long starttime,
long endtime,
FilterOp filter) |
LogIterator |
MergedLogSource.iterator(long starttime,
long endtime,
FilterOp filter) |
LogIterator |
LogSource.iterator(long starttime,
long endtime,
FilterOp filter) |
LogIterator |
Log4JSource.iterator(long starttime,
long endtime,
FilterOp filter) |
Modifier and Type | Class and Description |
---|---|
class |
AndOp |
class |
EqualsOp |
class |
GreaterThanOp |
class |
LessThanOp |
class |
NotOp |
class |
OrOp |
class |
XorOp |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.