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 String
DEFAULT_JOURNALTABLE_NAME
static String
DEFAULT_LOCKTABLE_NAME
static String
DEFAULT_REGION_NAME
static String
DEFAULT_ROOT_DIRECTORY
-
Constructor Summary
Constructors Constructor Description AwsSegmentStoreService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate(org.osgi.service.component.ComponentContext context, Configuration config)
void
deactivate()
-
-
-
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
-
-