|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.archiva.model.RepositoryContentStatistics
org.apache.maven.archiva.repository.scanner.RepositoryScanStatistics
public class RepositoryScanStatistics
RepositoryScanStatistics - extension to the RepositoryContentStatistics model.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.jdo.spi.PersistenceCapable |
---|
javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer, javax.jdo.spi.PersistenceCapable.ObjectIdFieldManager, javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier |
Field Summary |
---|
Fields inherited from interface javax.jdo.spi.PersistenceCapable |
---|
CHECK_READ, CHECK_WRITE, LOAD_REQUIRED, MEDIATE_READ, MEDIATE_WRITE, READ_OK, READ_WRITE_OK, SERIALIZABLE |
Constructor Summary | |
---|---|
RepositoryScanStatistics()
|
Method Summary | |
---|---|
void |
increaseFileCount()
|
void |
increaseNewFileCount()
|
void |
setConsumerCounts(java.util.Map<java.lang.String,java.lang.Long> consumerCounts)
|
void |
setConsumerTimings(java.util.Map<java.lang.String,java.lang.Long> consumerTimings)
|
void |
setInvalidConsumers(java.util.List<java.lang.String> consumers)
|
void |
setKnownConsumers(java.util.List<java.lang.String> consumers)
|
java.lang.String |
toDump(org.apache.maven.archiva.configuration.ManagedRepositoryConfiguration repo)
|
void |
triggerFinished()
|
void |
triggerStart()
|
Methods inherited from class org.apache.maven.archiva.model.RepositoryContentStatistics |
---|
getDuration, getNewFileCount, getRepositoryId, getTotalArtifactCount, getTotalFileCount, getTotalGroupCount, getTotalProjectCount, getTotalSize, getWhenGathered, jdoCopyFields, jdoCopyKeyFieldsFromObjectId, jdoCopyKeyFieldsFromObjectId, jdoCopyKeyFieldsToObjectId, jdoCopyKeyFieldsToObjectId, jdoGetObjectId, jdoGetPersistenceManager, jdoGetTransactionalObjectId, jdoGetVersion, jdoIsDeleted, jdoIsDetached, jdoIsDetachedInternal, jdoIsDirty, jdoIsNew, jdoIsPersistent, jdoIsTransactional, jdoMakeDirty, jdoNewInstance, jdoNewInstance, jdoNewObjectIdInstance, jdoNewObjectIdInstance, jdoPreSerialize, jdoProvideField, jdoProvideFields, jdoReplaceDetachedState, jdoReplaceField, jdoReplaceFields, jdoReplaceFlags, jdoReplaceStateManager, setDuration, setNewFileCount, setRepositoryId, setTotalArtifactCount, setTotalFileCount, setTotalGroupCount, setTotalProjectCount, setTotalSize, setWhenGathered |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepositoryScanStatistics()
Method Detail |
---|
public void triggerStart()
public void triggerFinished()
public void increaseFileCount()
public void increaseNewFileCount()
public void setKnownConsumers(java.util.List<java.lang.String> consumers)
public void setInvalidConsumers(java.util.List<java.lang.String> consumers)
public java.lang.String toDump(org.apache.maven.archiva.configuration.ManagedRepositoryConfiguration repo)
public void setConsumerCounts(java.util.Map<java.lang.String,java.lang.Long> consumerCounts)
public void setConsumerTimings(java.util.Map<java.lang.String,java.lang.Long> consumerTimings)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |