| Package | Description |
|---|---|
| org.opennms.newts.cassandra.search |
| Modifier and Type | Method and Description |
|---|---|
void |
CassandraResourceTreeWalker.breadthFirstSearch(org.opennms.newts.api.Context context,
CassandraResourceTreeWalker.SearchResultVisitor visitor)
Visits all nodes in the resource tree using breadth-first search.
|
void |
CassandraResourceTreeWalker.breadthFirstSearch(org.opennms.newts.api.Context context,
CassandraResourceTreeWalker.SearchResultVisitor visitor,
org.opennms.newts.api.Resource root)
Visits all nodes in the resource tree bellow the given resource using
breadth-first search.
|
void |
CassandraResourceTreeWalker.depthFirstSearch(org.opennms.newts.api.Context context,
CassandraResourceTreeWalker.SearchResultVisitor visitor)
Visits all nodes in the resource tree using depth-first search.
|
void |
CassandraResourceTreeWalker.depthFirstSearch(org.opennms.newts.api.Context context,
CassandraResourceTreeWalker.SearchResultVisitor visitor,
org.opennms.newts.api.Resource root)
Visits all nodes in the resource tree bellow the given resource using
depth-first search.
|
Copyright © 2022. All rights reserved.