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 String
DEFAULT_CONTAINER_NAME
static boolean
DEFAULT_ENABLE_SECONDARY_LOCATION
static String
DEFAULT_ENDPOINT_SUFFIX
static String
DEFAULT_ROOT_PATH
-
Constructor Summary
Constructors Constructor Description AzureSegmentStoreService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate(org.osgi.service.component.ComponentContext context, org.apache.jackrabbit.oak.segment.azure.Configuration config)
void
deactivate()
-
-
-
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
-
DEFAULT_ENABLE_SECONDARY_LOCATION
public static final boolean DEFAULT_ENABLE_SECONDARY_LOCATION
- See Also:
- Constant Field Values
-
DEFAULT_ENDPOINT_SUFFIX
public static final String DEFAULT_ENDPOINT_SUFFIX
- 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
-
-