public class BlobMigrator extends Object
| Constructor and Description |
|---|
BlobMigrator(org.apache.jackrabbit.oak.spi.blob.split.SplitBlobStore blobStore,
org.apache.jackrabbit.oak.spi.state.NodeStore nodeStore) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLastProcessedPath() |
int |
getTotalMigratedNodes() |
boolean |
migrate() |
boolean |
start() |
void |
stop() |
public BlobMigrator(org.apache.jackrabbit.oak.spi.blob.split.SplitBlobStore blobStore, org.apache.jackrabbit.oak.spi.state.NodeStore nodeStore)
public boolean start()
throws IOException
IOExceptionpublic boolean migrate()
throws IOException
IOExceptionpublic void stop()
public String getLastProcessedPath()
public int getTotalMigratedNodes()
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.