Uses of Class
org.apache.jackrabbit.oak.segment.azure.tool.ToolUtils.SegmentStoreType
-
Packages that use ToolUtils.SegmentStoreType Package Description org.apache.jackrabbit.oak.segment.azure.tool -
-
Uses of ToolUtils.SegmentStoreType in org.apache.jackrabbit.oak.segment.azure.tool
Methods in org.apache.jackrabbit.oak.segment.azure.tool that return ToolUtils.SegmentStoreType Modifier and Type Method Description static ToolUtils.SegmentStoreTypeToolUtils. storeTypeFromPathOrUri(String pathOrUri)static ToolUtils.SegmentStoreTypeToolUtils.SegmentStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static ToolUtils.SegmentStoreType[]ToolUtils.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.azure.tool with parameters of type ToolUtils.SegmentStoreType Modifier and Type Method Description static org.apache.jackrabbit.oak.segment.spi.persistence.SegmentNodeStorePersistenceToolUtils. newSegmentNodeStorePersistence(ToolUtils.SegmentStoreType storeType, String pathOrUri)static StringToolUtils. storeDescription(ToolUtils.SegmentStoreType storeType, String pathOrUri)
-