public class RepositoryScanStatistics extends Object
Constructor and Description |
---|
RepositoryScanStatistics() |
Modifier and Type | Method and Description |
---|---|
long |
getDuration() |
long |
getNewFileCount() |
String |
getRepositoryId() |
long |
getTotalFileCount() |
long |
getTotalSize() |
Date |
getWhenGathered() |
void |
increaseFileCount() |
void |
increaseNewFileCount() |
void |
setConsumerCounts(Map<String,Long> consumerCounts) |
void |
setConsumerTimings(Map<String,Long> consumerTimings) |
void |
setInvalidConsumers(List<String> consumers) |
void |
setKnownConsumers(List<String> consumers) |
void |
setRepositoryId(String repositoryId) |
String |
toDump(ManagedRepository repo) |
void |
triggerFinished() |
void |
triggerStart() |
public RepositoryScanStatistics()
public void triggerStart()
public Date getWhenGathered()
public void triggerFinished()
public void increaseFileCount()
public void increaseNewFileCount()
public void setKnownConsumers(List<String> consumers)
public void setInvalidConsumers(List<String> consumers)
public String toDump(ManagedRepository repo)
public void setRepositoryId(String repositoryId)
public String getRepositoryId()
public long getDuration()
public long getTotalFileCount()
public long getNewFileCount()
public long getTotalSize()
public void setConsumerCounts(Map<String,Long> consumerCounts)
public void setConsumerTimings(Map<String,Long> consumerTimings)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.