Class AzureSegmentStoreService
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.azure.AzureSegmentStoreService
-
public class AzureSegmentStoreService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_CONTAINER_NAMEstatic StringDEFAULT_ROOT_PATH
-
Constructor Summary
Constructors Constructor Description AzureSegmentStoreService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate(org.osgi.service.component.ComponentContext context, org.apache.jackrabbit.oak.segment.azure.Configuration config)voiddeactivate()
-
-
-
Field Detail
-
DEFAULT_CONTAINER_NAME
public static final String DEFAULT_CONTAINER_NAME
- See Also:
- Constant Field Values
-
DEFAULT_ROOT_PATH
public static final String DEFAULT_ROOT_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
activate
public void activate(org.osgi.service.component.ComponentContext context, org.apache.jackrabbit.oak.segment.azure.Configuration config) throws IOException- Throws:
IOException
-
deactivate
public void deactivate() throws IOException- Throws:
IOException
-
-