use of org.apache.jackrabbit.oak.spi.blob.split.SplitBlobStore in project jackrabbit-oak by apache.
the class BlobMigration method activate.
@Activate
private void activate(BundleContext ctx) {
Whiteboard wb = new OsgiWhiteboard(ctx);
migrator = new BlobMigrator((SplitBlobStore) splitBlobStore, nodeStore);
mbeanReg = registerMBean(wb, BlobMigrationMBean.class, this, BlobMigrationMBean.TYPE, OP_NAME);
}
Aggregations