public class SplitBlobStoreService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ONLY_STANDALONE_TARGET |
static String |
PROP_SPLIT_BLOBSTORE |
| Constructor and Description |
|---|
SplitBlobStoreService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext context,
Map<String,Object> config) |
protected void |
bindNewBlobStore(BlobStore blobStore) |
protected void |
bindOldBlobStore(BlobStore blobStore) |
protected void |
deactivate() |
protected void |
unbindNewBlobStore(BlobStore blobStore) |
protected void |
unbindOldBlobStore(BlobStore blobStore) |
public static final String PROP_SPLIT_BLOBSTORE
public static final String ONLY_STANDALONE_TARGET
@Activate
protected void activate(org.osgi.service.component.ComponentContext context,
Map<String,Object> config)
throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxException@Deactivate protected void deactivate()
protected void bindOldBlobStore(BlobStore blobStore)
protected void unbindOldBlobStore(BlobStore blobStore)
protected void bindNewBlobStore(BlobStore blobStore)
protected void unbindNewBlobStore(BlobStore blobStore)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.