public interface RepositoryStatisticsProvider
| Modifier and Type | Method and Description | 
|---|---|
| void | populateStatistics(RepositorySession repositorySession,
                  MetadataRepository repository,
                  String repositoryId,
                  RepositoryStatistics statistics)Populate the statistics object with the statistics data of this repository. | 
void populateStatistics(RepositorySession repositorySession, MetadataRepository repository, String repositoryId, RepositoryStatistics statistics) throws MetadataRepositoryException
repositorySession - repository - The current metadata repository implementationrepositoryId - The repository Idstatistics - The statistics object that should be filled.MetadataRepositoryException - Is thrown, if an error occurs while accessing the repositoryCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.