org.jboss.dna.repository.sequencer
Class SequencingService.Statistics

java.lang.Object
  extended by org.jboss.dna.repository.sequencer.SequencingService.Statistics
Enclosing class:
SequencingService

@ThreadSafe
public class SequencingService.Statistics
extends Object

The statistics for the system. Each sequencing system has an instance of this class that is updated.

Author:
Randall Hauch

Method Summary
 long getNumberOfNodesSequenced()
           
 long getNumberOfNodesSkipped()
           
 long getStartTime()
           
 SequencingService.Statistics reset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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-Present JBoss a division of Red Hat. All Rights Reserved.