com.atlassian.confluence.content.render.xhtml.migration.tasks
Class ContentEntityMigrationTaskWrapper.LoggingCallback
java.lang.Object
com.atlassian.confluence.content.render.xhtml.migration.tasks.ContentEntityMigrationTaskWrapper.LoggingCallback
- Enclosing class:
- ContentEntityMigrationTaskWrapper
public static class ContentEntityMigrationTaskWrapper.LoggingCallback
- extends Object
Provides coordinated thread-safe logging of progress across multiple executing threads.
Multiple ContentEntityMigrationTaskWrappers should be constructed with the one instance of
LoggingCallback to coordinate the logging of progress between the instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentEntityMigrationTaskWrapper.LoggingCallback
public ContentEntityMigrationTaskWrapper.LoggingCallback(int total)
logProgress
public void logProgress(String threadName,
int batchSize,
int successSize)