Uses of Class
org.apache.jackrabbit.oak.segment.azure.tool.SegmentCopy.Builder
Packages that use SegmentCopy.Builder
-
Uses of SegmentCopy.Builder in org.apache.jackrabbit.oak.segment.azure.tool
Methods in org.apache.jackrabbit.oak.segment.azure.tool that return SegmentCopy.BuilderModifier and TypeMethodDescriptionstatic SegmentCopy.BuilderSegmentCopy.builder()Create a builder for theSegmentCopycommand.SegmentCopy.Builder.withAppendMode(Boolean appendMode) If enabled, existing segments will be skipped instead of overwritten in the copy process.SegmentCopy.Builder.withDestination(String destination) The destination path/URI to an existing segment store.SegmentCopy.Builder.withDestPersistence(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence destPersistence) The destinationSegmentNodeStorePersistence.SegmentCopy.Builder.withErrWriter(PrintWriter errWriter) The text error stream writer used to print erroneous output.If enabled, the segments hierarchy will be copied without any TAR archive being created, in a flat hierarchy.SegmentCopy.Builder.withMaxSizeGb(Integer maxSizeGb) Parameter for configuring the maximum size of the segment store transferSegmentCopy.Builder.withOutWriter(PrintWriter outWriter) The text output stream writer used to print normal output.SegmentCopy.Builder.withRevisionsCount(Integer revisionsCount) The lastrevisionsCountrevisions to be copied.SegmentCopy.Builder.withSource(String source) The source path/URI to an existing segment store.SegmentCopy.Builder.withSrcPersistencee(org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistence srcPersistence) The destinationSegmentNodeStorePersistence.Constructors in org.apache.jackrabbit.oak.segment.azure.tool with parameters of type SegmentCopy.Builder