Uses of Interface
org.gcube.dir.master.index.IndexManager

Packages that use IndexManager
org.gcube.dir.master.contexts   
org.gcube.dir.master.index   
 

Uses of IndexManager in org.gcube.dir.master.contexts
 

Methods in org.gcube.dir.master.contexts that return IndexManager
 IndexManager<?,?> ServiceContext.getIndexManager()
          Returns the index manager used by the service.
 

Uses of IndexManager in org.gcube.dir.master.index
 

Classes in org.gcube.dir.master.index that implement IndexManager
 class JDBCManager
          A specialisation of to DefaultTerm and DefaultTermStats of an IndexManager based on a JDBC-compliant database implementations of an inverted index.