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 ofDocumentStore
andBlobStore
for 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 RDBBlobStoreDB
RDBBlobStoreDB. getValue(String desc)
static RDBBlobStoreDB
RDBBlobStoreDB. 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.
-