Class SplitBlobStoreService
- java.lang.Object
-
- org.apache.jackrabbit.oak.spi.blob.osgi.SplitBlobStoreService
-
public class SplitBlobStoreService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ONLY_STANDALONE_TARGET
static String
PROP_SPLIT_BLOBSTORE
-
Constructor Summary
Constructors Constructor Description SplitBlobStoreService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.service.component.ComponentContext context, org.apache.jackrabbit.oak.spi.blob.osgi.SplitBlobStoreService.Config config)
protected void
bindNewBlobStore(BlobStore blobStore)
protected void
bindOldBlobStore(BlobStore blobStore)
protected void
deactivate()
protected void
unbindNewBlobStore(BlobStore blobStore)
protected void
unbindOldBlobStore(BlobStore blobStore)
-
-
-
Field Detail
-
PROP_SPLIT_BLOBSTORE
public static final String PROP_SPLIT_BLOBSTORE
- See Also:
- Constant Field Values
-
ONLY_STANDALONE_TARGET
public static final String ONLY_STANDALONE_TARGET
- See Also:
- Constant Field Values
-
-
Method Detail
-
activate
protected void activate(org.osgi.service.component.ComponentContext context, org.apache.jackrabbit.oak.spi.blob.osgi.SplitBlobStoreService.Config config) throws org.osgi.framework.InvalidSyntaxException
- Throws:
org.osgi.framework.InvalidSyntaxException
-
deactivate
protected void deactivate()
-
bindOldBlobStore
protected void bindOldBlobStore(BlobStore blobStore)
-
unbindOldBlobStore
protected void unbindOldBlobStore(BlobStore blobStore)
-
bindNewBlobStore
protected void bindNewBlobStore(BlobStore blobStore)
-
unbindNewBlobStore
protected void unbindNewBlobStore(BlobStore blobStore)
-
-