|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BTreeVisitor | |
|---|---|
| org.apache.activemq.store.kahadb.disk.index | |
| Uses of BTreeVisitor in org.apache.activemq.store.kahadb.disk.index |
|---|
| Classes in org.apache.activemq.store.kahadb.disk.index that implement BTreeVisitor | |
|---|---|
static class |
BTreeVisitor.AndVisitor<Key,Value>
|
static class |
BTreeVisitor.BetweenVisitor<Key extends Comparable<Key>,Value>
|
static class |
BTreeVisitor.GTEVisitor<Key extends Comparable<Key>,Value>
|
static class |
BTreeVisitor.GTVisitor<Key extends Comparable<Key>,Value>
|
static class |
BTreeVisitor.LTEVisitor<Key extends Comparable<Key>,Value>
|
static class |
BTreeVisitor.LTVisitor<Key extends Comparable<Key>,Value>
|
static class |
BTreeVisitor.OrVisitor<Key,Value>
|
static class |
BTreeVisitor.PredicateVisitor<Key,Value>
|
| Methods in org.apache.activemq.store.kahadb.disk.index with parameters of type BTreeVisitor | |
|---|---|
void |
BTreeNode.visit(Transaction tx,
BTreeVisitor<Key,Value> visitor)
|
void |
BTreeIndex.visit(Transaction tx,
BTreeVisitor<Key,Value> visitor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||