| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.segment.aws | |
| org.apache.jackrabbit.oak.segment.aws.tool |
| Modifier and Type | Field and Description |
|---|---|
protected AwsContext |
AwsPersistence.awsContext |
| Modifier and Type | Method and Description |
|---|---|
static AwsContext |
AwsContext.create(com.amazonaws.services.s3.AmazonS3 s3,
String bucketName,
String rootDirectory,
com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddb,
String journalTableName,
String lockTableName)
Creates the context used to interact with AWS services.
|
static AwsContext |
AwsContext.create(com.amazonaws.services.s3.AmazonS3 s3,
String bucketName,
String rootDirectory,
com.amazonaws.services.dynamodbv2.AmazonDynamoDB ddb,
String journalTableName,
String lockTableName,
DynamoDBProvisioningData provisioningData)
Creates the context used to interact with AWS services.
|
static AwsContext |
AwsContext.create(Configuration configuration)
Creates the context used to interact with AWS services.
|
| Constructor and Description |
|---|
AwsPersistence(AwsContext awsContext) |
| Modifier and Type | Method and Description |
|---|---|
AwsSegmentStoreMigrator.Builder |
AwsSegmentStoreMigrator.Builder.withSource(AwsContext awsContext) |
AwsSegmentStoreMigrator.Builder |
AwsSegmentStoreMigrator.Builder.withTarget(AwsContext awsContext) |
Copyright © 2012–2020 The Apache Software Foundation. All rights reserved.