Uses of Class
org.apache.jackrabbit.oak.plugins.document.rdb.RDBBlobStoreDB
-
Packages that use RDBBlobStoreDB Package Description org.apache.jackrabbit.oak.plugins.document.rdb Implementations ofDocumentStoreandBlobStorefor relational databases. -
-
Uses of RDBBlobStoreDB in org.apache.jackrabbit.oak.plugins.document.rdb
Methods in org.apache.jackrabbit.oak.plugins.document.rdb that return RDBBlobStoreDB Modifier and Type Method Description static @NotNull RDBBlobStoreDBRDBBlobStoreDB. getValue(String desc)static RDBBlobStoreDBRDBBlobStoreDB. valueOf(String name)Returns the enum constant of this type with the specified name.static RDBBlobStoreDB[]RDBBlobStoreDB. values()Returns an array containing the constants of this enum type, in the order they are declared.
-