Class AwsSegmentCopy
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.aws.tool.AwsSegmentCopy
-
public class AwsSegmentCopy extends Object
Perform a full-copy of repository data at segment level.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AwsSegmentCopy.Builder
Collect options for theAwsSegmentCopy
command.
-
Constructor Summary
Constructors Constructor Description AwsSegmentCopy(AwsSegmentCopy.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsSegmentCopy.Builder
builder()
Create a builder for theAwsSegmentCopy
command.static boolean
canExecute(String source, String destination)
int
run()
-
-
-
Constructor Detail
-
AwsSegmentCopy
public AwsSegmentCopy(AwsSegmentCopy.Builder builder)
-
-
Method Detail
-
builder
public static AwsSegmentCopy.Builder builder()
Create a builder for theAwsSegmentCopy
command.- Returns:
- an instance of
AwsSegmentCopy.Builder
.
-
run
public int run()
-
-