Class BlobMigrator
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.blob.migration.BlobMigrator
-
public class BlobMigrator extends Object
-
-
Constructor Summary
Constructors Constructor Description BlobMigrator(SplitBlobStore blobStore, NodeStore nodeStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLastProcessedPath()intgetTotalMigratedNodes()booleanmigrate()booleanstart()voidstop()
-
-
-
Constructor Detail
-
BlobMigrator
public BlobMigrator(SplitBlobStore blobStore, NodeStore nodeStore)
-
-
Method Detail
-
start
public boolean start() throws IOException- Throws:
IOException
-
migrate
public boolean migrate() throws IOException- Throws:
IOException
-
stop
public void stop()
-
getLastProcessedPath
public String getLastProcessedPath()
-
getTotalMigratedNodes
public int getTotalMigratedNodes()
-
-