Uses of Class
org.apache.jackrabbit.oak.segment.aws.tool.AwsToolUtils.SegmentStoreType
-
Packages that use AwsToolUtils.SegmentStoreType Package Description org.apache.jackrabbit.oak.segment.aws.tool -
-
Uses of AwsToolUtils.SegmentStoreType in org.apache.jackrabbit.oak.segment.aws.tool
Methods in org.apache.jackrabbit.oak.segment.aws.tool that return AwsToolUtils.SegmentStoreType Modifier and Type Method Description static AwsToolUtils.SegmentStoreTypeAwsToolUtils. storeTypeFromPathOrUri(java.lang.String pathOrUri)static AwsToolUtils.SegmentStoreTypeAwsToolUtils.SegmentStoreType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AwsToolUtils.SegmentStoreType[]AwsToolUtils.SegmentStoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.oak.segment.aws.tool with parameters of type AwsToolUtils.SegmentStoreType Modifier and Type Method Description static org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistenceAwsToolUtils. newSegmentNodeStorePersistence(AwsToolUtils.SegmentStoreType storeType, java.lang.String pathOrUri)static java.lang.StringAwsToolUtils. storeDescription(AwsToolUtils.SegmentStoreType storeType, java.lang.String pathOrUri)
-