|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Indexer | |
org.dbxml.core | This is the top-level package for all dbXML Core functionality. |
org.dbxml.core.indexer | Defines the dbXML Indexer interface and implements the IndexManager, and NodeIndexer classes. |
Uses of Indexer in org.dbxml.core |
Methods in org.dbxml.core that return Indexer | |
Indexer |
Collection.getIndexer(java.lang.String name)
getIndexer retrieves an Indexer by name. |
Indexer |
Collection.createIndexer(org.dbxml.server.Configuration config)
createIndexer creates a new Indexer object and any associated system resources that the Indexer will need. |
Methods in org.dbxml.core with parameters of type Indexer | |
boolean |
Collection.dropIndexer(Indexer index)
dropIndexer physically removes the specified Indexer and any associated system resources that the Indexer uses. |
Uses of Indexer in org.dbxml.core.indexer |
Classes in org.dbxml.core.indexer that implement Indexer | |
class |
NameIndexer
NameIndexer is a basic implementation of the Indexer interface. |
class |
ValueIndexer
ValueIndexer is a basic implementation of the Indexer interface. |
Methods in org.dbxml.core.indexer that return Indexer | |
Indexer |
IndexManager.create(org.dbxml.server.Configuration cfg)
create creates a new Indexer object and any associated system resources that the Indexer will need. |
Indexer |
IndexManager.register(java.lang.Class c,
org.dbxml.server.Configuration cfg)
|
Indexer |
IndexManager.get(java.lang.String name)
get retrieves an Indexer by name. |
Indexer |
IndexManager.getBestIndexer(java.lang.String style,
IndexPattern pattern)
getBestIndexer retrieves the best Indexer to use for the specified IndexPattern. |
|
dbXML API | |||||||||
PREV NEXT | FRAMES NO FRAMES |