Uses of Class
org.apache.jackrabbit.stats.RepositoryStatisticsImpl
-
Packages that use RepositoryStatisticsImpl Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description RepositoryStatisticsImpl
PMContext. getRepositoryStatistics()
Returns the repository statistics collector.Constructors in org.apache.jackrabbit.core.persistence with parameters of type RepositoryStatisticsImpl Constructor Description PMContext(File homeDir, FileSystem fs, NodeId rootNodeId, NamespaceRegistry nsReg, NodeTypeRegistry ntReg, DataStore dataStore, RepositoryStatisticsImpl stats)
Creates a newPMContext
.
-