Uses of Class
org.apache.jackrabbit.oak.segment.aws.AwsContext
Packages that use AwsContext
Package
Description
-
Uses of AwsContext in org.apache.jackrabbit.oak.segment.aws
Fields in org.apache.jackrabbit.oak.segment.aws declared as AwsContextMethods in org.apache.jackrabbit.oak.segment.aws that return AwsContextModifier and TypeMethodDescriptionstatic 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.Constructors in org.apache.jackrabbit.oak.segment.aws with parameters of type AwsContext -
Uses of AwsContext in org.apache.jackrabbit.oak.segment.aws.tool
Methods in org.apache.jackrabbit.oak.segment.aws.tool with parameters of type AwsContextModifier and TypeMethodDescriptionAwsSegmentStoreMigrator.Builder.withSource
(AwsContext awsContext) AwsSegmentStoreMigrator.Builder.withTarget
(AwsContext awsContext)