org.jboss.dna.repository.sequencers
Class SequencingService.Statistics
java.lang.Object
org.jboss.dna.repository.sequencers.SequencingService.Statistics
- Enclosing class:
- SequencingService
@ThreadSafe
public class SequencingService.Statistics
- extends java.lang.Object
The statistics for the system. Each sequencing system has an instance of this class that is updated.
- Author:
- Randall Hauch
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reset
public SequencingService.Statistics reset()
getStartTime
public long getStartTime()
- Returns:
- the system time when the statistics were started
getNumberOfNodesSequenced
public long getNumberOfNodesSequenced()
- Returns:
- the number of nodes that were sequenced
getNumberOfNodesSkipped
public long getNumberOfNodesSkipped()
- Returns:
- the number of nodes that were skipped because no sequencers applied
Copyright © 2008. All Rights Reserved.