Uses of Class
org.apache.jackrabbit.oak.segment.compaction.SegmentGCOptions.GCType
-
-
Uses of SegmentGCOptions.GCType in org.apache.jackrabbit.oak.segment.aws.tool
Methods in org.apache.jackrabbit.oak.segment.aws.tool with parameters of type SegmentGCOptions.GCType Modifier and Type Method Description AwsCompact.BuilderAwsCompact.Builder. withGCType(SegmentGCOptions.GCType gcType)The garbage collection type used. -
Uses of SegmentGCOptions.GCType in org.apache.jackrabbit.oak.segment.azure.tool
Methods in org.apache.jackrabbit.oak.segment.azure.tool with parameters of type SegmentGCOptions.GCType Modifier and Type Method Description AzureCompact.BuilderAzureCompact.Builder. withGCType(SegmentGCOptions.GCType gcType)The garbage collection type used. -
Uses of SegmentGCOptions.GCType in org.apache.jackrabbit.oak.segment.compaction
Methods in org.apache.jackrabbit.oak.segment.compaction that return SegmentGCOptions.GCType Modifier and Type Method Description @NotNull SegmentGCOptions.GCTypeSegmentGCOptions. getGCType()static SegmentGCOptions.GCTypeSegmentGCOptions.GCType. valueOf(String name)Returns the enum constant of this type with the specified name.static SegmentGCOptions.GCType[]SegmentGCOptions.GCType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.oak.segment.compaction with parameters of type SegmentGCOptions.GCType Modifier and Type Method Description voidSegmentGCOptions. setGCType(@NotNull SegmentGCOptions.GCType gcType)Set the gc type. -
Uses of SegmentGCOptions.GCType in org.apache.jackrabbit.oak.segment.tool
Methods in org.apache.jackrabbit.oak.segment.tool with parameters of type SegmentGCOptions.GCType Modifier and Type Method Description Compact.BuilderCompact.Builder. withGCType(SegmentGCOptions.GCType gcType)The garbage collection type used.
-