Uses of Class
org.modeshape.graph.search.SearchableRepositorySource.AbstractConnection

Packages that use SearchableRepositorySource.AbstractConnection
org.modeshape.graph.search A small framework for a search engine component. 
 

Uses of SearchableRepositorySource.AbstractConnection in org.modeshape.graph.search
 

Subclasses of SearchableRepositorySource.AbstractConnection in org.modeshape.graph.search
protected  class SearchableRepositorySource.ParallelConnection
          A RepositoryConnection implementation that calls the delegate processor in a background thread, allowing the processing of the FullTextSearchRequest and AccessQueryRequest objects to be done in this thread and in parallel with other requests.
protected  class SearchableRepositorySource.SynchronousConnection
          A RepositoryConnection implementation that calls the delegate processor in the calling thread.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.