public interface RepositoryStatisticsManager
| Modifier and Type | Method and Description |
|---|---|
void |
addStatisticsAfterScan(String repositoryId,
Date startTime,
Date endTime,
long totalFiles,
long newFiles) |
void |
deleteStatistics(String repositoryId) |
RepositoryStatistics |
getLastStatistics(String repositoryId) |
List<RepositoryStatistics> |
getStatisticsInRange(String repositoryId,
Date startTime,
Date endTime) |
boolean |
hasStatistics(String repositoryId) |
RepositoryStatistics getLastStatistics(String repositoryId) throws MetadataRepositoryException
MetadataRepositoryExceptionboolean hasStatistics(String repositoryId) throws MetadataRepositoryException
MetadataRepositoryExceptionvoid addStatisticsAfterScan(String repositoryId, Date startTime, Date endTime, long totalFiles, long newFiles) throws MetadataRepositoryException
MetadataRepositoryExceptionvoid deleteStatistics(String repositoryId) throws MetadataRepositoryException
MetadataRepositoryExceptionList<RepositoryStatistics> getStatisticsInRange(String repositoryId, Date startTime, Date endTime) throws MetadataRepositoryException
MetadataRepositoryExceptionCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.