Class AbstractAzureDataStoreService
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.blob.datastore.AbstractDataStoreService
-
- org.apache.jackrabbit.oak.blob.cloud.azure.blobstorage.AbstractAzureDataStoreService
-
- Direct Known Subclasses:
AzureDataStoreService
public abstract class AbstractAzureDataStoreService extends AbstractDataStoreService
-
-
Field Summary
-
Fields inherited from class org.apache.jackrabbit.oak.plugins.blob.datastore.AbstractDataStoreService
PROP_CACHE_SIZE, PROP_ENCODE_LENGTH
-
-
Constructor Summary
Constructors Constructor Description AbstractAzureDataStoreService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DataStore
createDataStore(org.osgi.service.component.ComponentContext context, Map<String,Object> config)
protected void
deactivate()
protected String[]
getDescription()
-
Methods inherited from class org.apache.jackrabbit.oak.plugins.blob.datastore.AbstractDataStoreService
activate, getStatisticsProvider, lookup, setStatisticsProvider
-
-
-
-
Method Detail
-
createDataStore
protected DataStore createDataStore(org.osgi.service.component.ComponentContext context, Map<String,Object> config)
- Specified by:
createDataStore
in classAbstractDataStoreService
-
deactivate
protected void deactivate() throws DataStoreException
- Overrides:
deactivate
in classAbstractDataStoreService
- Throws:
DataStoreException
-
getDescription
protected String[] getDescription()
- Overrides:
getDescription
in classAbstractDataStoreService
-
-