Class SplitBlobStoreService
java.lang.Object
org.apache.jackrabbit.oak.spi.blob.osgi.SplitBlobStoreService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
protected void
unbindNewBlobStore
(BlobStore blobStore) protected void
unbindOldBlobStore
(BlobStore blobStore)
-
Field Details
-
PROP_SPLIT_BLOBSTORE
- See Also:
-
ONLY_STANDALONE_TARGET
- See Also:
-
-
Constructor Details
-
SplitBlobStoreService
public SplitBlobStoreService()
-
-
Method Details
-
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
-
unbindOldBlobStore
-
bindNewBlobStore
-
unbindNewBlobStore
-