Uses of Class
org.apache.jackrabbit.core.stats.RepositoryStatisticsImpl

Packages that use RepositoryStatisticsImpl
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.persistence   
 

Uses of RepositoryStatisticsImpl in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return RepositoryStatisticsImpl
 RepositoryStatisticsImpl RepositoryContext.getRepositoryStatistics()
          Returns the repository statistics collector.
 

Uses of RepositoryStatisticsImpl in org.apache.jackrabbit.core.persistence
 

Methods in org.apache.jackrabbit.core.persistence that return RepositoryStatisticsImpl
 RepositoryStatisticsImpl PMContext.getRepositoryStatistics()
          Returns the repository statistics collector.
 

Constructors in org.apache.jackrabbit.core.persistence with parameters of type RepositoryStatisticsImpl
PMContext(File homeDir, FileSystem fs, NodeId rootNodeId, NamespaceRegistry nsReg, NodeTypeRegistry ntReg, DataStore dataStore, RepositoryStatisticsImpl stats)
          Creates a new PMContext.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.