public static class

ContentEntityMigrationTaskWrapper.LoggingCallback

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.migration.tasks.ContentEntityMigrationTaskWrapper.LoggingCallback

Class Overview

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.

Summary

Public Constructors
ContentEntityMigrationTaskWrapper.LoggingCallback(int total)
Public Methods
void logProgress(String threadName, int batchSize, int successSize)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ContentEntityMigrationTaskWrapper.LoggingCallback (int total)

Public Methods

public void logProgress (String threadName, int batchSize, int successSize)