Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.admin.repo
Class RepoStat

java.lang.Object
  extended by org.nuxeo.ecm.admin.repo.RepoStat

public class RepoStat
extends java.lang.Object

This class holds and manage the threads used to compute stats on the document repository

Author:
Thierry Delprat

Constructor Summary
RepoStat(java.lang.String repoName, int nbThreads, boolean includeBlob)
           
 
Method Summary
 void exec(StatsTask task)
           
 RepoStatInfo getInfo()
           
 boolean isRunning()
           
 void run(DocumentRef root)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepoStat

public RepoStat(java.lang.String repoName,
                int nbThreads,
                boolean includeBlob)
Method Detail

exec

public void exec(StatsTask task)

run

public void run(DocumentRef root)
         throws java.lang.Exception
Throws:
java.lang.Exception

getInfo

public RepoStatInfo getInfo()

isRunning

public boolean isRunning()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.