Class AwsSegmentStoreService
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.aws.AwsSegmentStoreService
-
public class AwsSegmentStoreService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_JOURNALTABLE_NAMEstatic StringDEFAULT_LOCKTABLE_NAMEstatic StringDEFAULT_REGION_NAMEstatic StringDEFAULT_ROOT_DIRECTORY
-
Constructor Summary
Constructors Constructor Description AwsSegmentStoreService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate(org.osgi.service.component.ComponentContext context, Configuration config)voiddeactivate()
-
-
-
Field Detail
-
DEFAULT_ROOT_DIRECTORY
public static final String DEFAULT_ROOT_DIRECTORY
- See Also:
- Constant Field Values
-
DEFAULT_JOURNALTABLE_NAME
public static final String DEFAULT_JOURNALTABLE_NAME
- See Also:
- Constant Field Values
-
DEFAULT_LOCKTABLE_NAME
public static final String DEFAULT_LOCKTABLE_NAME
- See Also:
- Constant Field Values
-
DEFAULT_REGION_NAME
public static final String DEFAULT_REGION_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
activate
public void activate(org.osgi.service.component.ComponentContext context, Configuration config) throws IOException- Throws:
IOException
-
deactivate
public void deactivate() throws IOException- Throws:
IOException
-
-