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
MetadataRepositoryException
boolean hasStatistics(String repositoryId) throws MetadataRepositoryException
MetadataRepositoryException
void addStatisticsAfterScan(String repositoryId, Date startTime, Date endTime, long totalFiles, long newFiles) throws MetadataRepositoryException
MetadataRepositoryException
void deleteStatistics(String repositoryId) throws MetadataRepositoryException
MetadataRepositoryException
List<RepositoryStatistics> getStatisticsInRange(String repositoryId, Date startTime, Date endTime) throws MetadataRepositoryException
MetadataRepositoryException
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.