Class ContentStoreCleanerScalabilityRunner
- java.lang.Object
-
- org.alfresco.tools.Tool
-
- org.alfresco.tools.Repository
-
- 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
- Author:
- Derek Hulley
-
-
Constructor Summary
Constructors Constructor Description ContentStoreCleanerScalabilityRunner()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intexecute()Perform Tool Behaviourstatic voidmain(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
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Do the load and cleanup.
-
execute
protected int execute() throws ToolExceptionDescription copied from class:ToolPerform Tool Behaviour- Overrides:
executein classRepository- Throws:
ToolException
-
-