ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.jcr.cache.RepositoryCache

Packages that use RepositoryCache
org.modeshape.jcr   
org.modeshape.jcr.query The Query API provides a mechanism for building and executing queries. 
org.modeshape.jcr.query.lucene The core query engine, which currently uses Lucene for indexing and raw queries, and the Hibernate Search engine (which does not depend on or use Hibernate Core or JPA) for updating and querying the Lucene indexes. 
 

Uses of RepositoryCache in org.modeshape.jcr
 

Fields in org.modeshape.jcr declared as RepositoryCache
protected  RepositoryCache BackupService.Activity.repositoryCache
           
 

Methods in org.modeshape.jcr that return RepositoryCache
protected  RepositoryCache JcrRepository.repositoryCache()
           
 

Constructors in org.modeshape.jcr with parameters of type RepositoryCache
BackupService.Activity(File backupDirectory, SchematicDb documentStore, BinaryStore binaryStore, RepositoryCache repositoryCache)
           
BackupService.BackupActivity(File backupDirectory, SchematicDb documentStore, BinaryStore binaryStore, RepositoryCache repositoryCache, long documentsPerFile, boolean compress)
           
BackupService.RestoreActivity(File backupDirectory, SchematicDb documentStore, BinaryStore binaryStore, RepositoryCache repositoryCache)
           
 

Uses of RepositoryCache in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query that return RepositoryCache
 RepositoryCache QueryContext.getRepositoryCache()
          Get the RepositoryCache instance that should be used to load the result tuple values.
 

Constructors in org.modeshape.jcr.query with parameters of type RepositoryCache
QueryContext(ExecutionContext context, RepositoryCache repositoryCache, Set<String> workspaceNames, Map<String,NodeCache> overriddenNodeCachesByWorkspaceName, Schemata schemata, PlanHints hints, Problems problems, Map<String,Object> variables)
          Create a new context for query execution.
QueryContext(ExecutionContext context, RepositoryCache repositoryCache, Set<String> workspaceNames, Schemata schemata)
          Create a new context for query execution.
QueryContext(ExecutionContext context, RepositoryCache repositoryCache, Set<String> workspaceNames, Schemata schemata, PlanHints hints, Problems problems)
          Create a new context for query execution.
 

Uses of RepositoryCache in org.modeshape.jcr.query.lucene
 

Methods in org.modeshape.jcr.query.lucene with parameters of type RepositoryCache
 CancellableQuery LuceneQueryEngine.query(ExecutionContext context, RepositoryCache repositoryCache, Set<String> workspaceNames, Map<String,NodeCache> overriddenNodeCachesByWorkspaceName, QueryCommand query, Schemata schemata, PlanHints hints, Map<String,Object> variables)
          Execute the supplied query against the named workspace, using the supplied hints, schemata and variables.
 


ModeShape Distribution 3.0.0.Beta4

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