Class SplitBlobStoreService
java.lang.Object
org.apache.jackrabbit.oak.spi.blob.osgi.SplitBlobStoreService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate(org.osgi.service.component.ComponentContext context, org.apache.jackrabbit.oak.spi.blob.osgi.SplitBlobStoreService.Config config) protected voidbindNewBlobStore(BlobStore blobStore) protected voidbindOldBlobStore(BlobStore blobStore) protected voidprotected voidunbindNewBlobStore(BlobStore blobStore) protected voidunbindOldBlobStore(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
-