| Class | Description |
|---|---|
| AllEntriesCursor |
A Cursor over all entries in a partition which returns IndexEntries.
|
| AndCursor<V> |
A Cursor returning candidates satisfying a logical conjunction expression.
|
| ApproximateCursor<V> |
A Cursor over entry candidates matching an approximate assertion filter.
|
| ChildrenCursor |
A Cursor over entries satisfying one level scope constraints with alias
dereferencing considerations when enabled during search.
|
| DescendantCursor |
A Cursor over entries satisfying one level scope constraints with alias
dereferencing considerations when enabled during search.
|
| EqualityCursor<V> |
A Cursor over entry candidates matching an equality assertion filter.
|
| GreaterEqCursor<V> |
A Cursor over entry candidates matching a GreaterEq assertion filter.
|
| LessEqCursor<V> |
A Cursor over entry candidates matching a LessEq assertion filter.
|
| NotCursor<V> |
A Cursor returning candidates satisfying a logical negation expression.
|
| OrCursor<V> |
A Cursor returning candidates satisfying a logical disjunction expression.
|
| PresenceCursor |
A returning candidates satisfying an attribute presence expression.
|
| SubstringCursor |
A Cursor traversing candidates matching a Substring assertion expression.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.