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