Uses of Class
org.apache.jackrabbit.oak.segment.aws.AwsContext
-
Packages that use AwsContext Package Description org.apache.jackrabbit.oak.segment.aws org.apache.jackrabbit.oak.segment.aws.tool -
-
Uses of AwsContext in org.apache.jackrabbit.oak.segment.aws
Fields in org.apache.jackrabbit.oak.segment.aws declared as AwsContext Modifier and Type Field Description protected AwsContextAwsPersistence. awsContextMethods in org.apache.jackrabbit.oak.segment.aws that return AwsContext Modifier and Type Method Description static AwsContextAwsContext. 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 AwsContextAwsContext. 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 AwsContextAwsContext. 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 Constructor Description AwsPersistence(AwsContext 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 AwsContext Modifier and Type Method Description AwsSegmentStoreMigrator.BuilderAwsSegmentStoreMigrator.Builder. withSource(AwsContext awsContext)AwsSegmentStoreMigrator.BuilderAwsSegmentStoreMigrator.Builder. withTarget(AwsContext awsContext)
-