org.alfresco.repo.content.cleanup
Class ContentStoreCleanerScalabilityRunner

java.lang.Object
  extended by org.alfresco.tools.Tool
      extended by org.alfresco.tools.Repository
          extended by org.alfresco.repo.content.cleanup.ContentStoreCleanerScalabilityRunner

public class ContentStoreCleanerScalabilityRunner
extends Repository

Loads the repository up with orphaned content and then runs the cleaner.

A null content store produces ficticious content URLs. The DB is loaded with ficticious URLs. The process is kicked off.

Since:
2.1.3

Constructor Summary
ContentStoreCleanerScalabilityRunner()
           
 
Method Summary
protected  int execute()
          Perform Tool Behaviour
static void main(java.lang.String[] args)
          Do the load and cleanup.
 
Methods inherited from class org.alfresco.tools.Repository
displayHelp, getToolName, processArgs
 
Methods inherited from class org.alfresco.tools.Tool
exit, getApplicationContext, getServiceRegistry, handleError, logError, logInfo, logVerbose, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentStoreCleanerScalabilityRunner

public ContentStoreCleanerScalabilityRunner()
Method Detail

main

public static void main(java.lang.String[] args)
Do the load and cleanup.


execute

protected int execute()
               throws ToolException
Description copied from class: Tool
Perform Tool Behaviour

Overrides:
execute in class Repository
Throws:
ToolException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.