Uses of Class
org.apache.jackrabbit.oak.plugins.document.rdb.RDBOptions
-
Packages that use RDBOptions Package Description org.apache.jackrabbit.oak.plugins.document.rdb Implementations ofDocumentStoreandBlobStorefor relational databases. -
-
Uses of RDBOptions in org.apache.jackrabbit.oak.plugins.document.rdb
Methods in org.apache.jackrabbit.oak.plugins.document.rdb that return RDBOptions Modifier and Type Method Description RDBOptionsRDBOptions. dropTablesOnClose(boolean dropTablesOnClose)Whether to drop the tables on close (in case they have been auto-created)RDBOptionsRDBOptions. initialSchema(int initialSchema)Control over initial DB schemaRDBOptionsRDBOptions. tablePrefix(@NotNull String tablePrefix)Prefix for table names.RDBOptionsRDBOptions. upgradeToSchema(int upgradeToSchema)Control over DB schema to upgrade toMethods in org.apache.jackrabbit.oak.plugins.document.rdb with parameters of type RDBOptions Modifier and Type Method Description RDBDocumentNodeStoreBuilderRDBDocumentNodeStoreBuilder. setRDBConnection(DataSource documentStoreDataSource, DataSource blobStoreDataSource, RDBOptions options)Sets aDataSources to use for the RDB document and blob stores, includingRDBOptions.RDBDocumentNodeStoreBuilderRDBDocumentNodeStoreBuilder. setRDBConnection(DataSource ds, RDBOptions options)Sets aDataSourceto use for the RDB document and blob stores, includingRDBOptions.Constructors in org.apache.jackrabbit.oak.plugins.document.rdb with parameters of type RDBOptions Constructor Description RDBBlobStore(@NotNull DataSource ds, @Nullable DocumentNodeStoreBuilder<?> builder, @Nullable RDBOptions options)Creates a RDBBlobStore instance using the providedDataSourceusing the givenDocumentNodeStoreBuilderandRDBOptions.RDBBlobStore(@NotNull DataSource ds, @Nullable RDBOptions options)Creates a RDBBlobStore instance using the providedDataSourceusing defaultDocumentNodeStoreBuilderand the givenRDBOptions.RDBDocumentStore(DataSource ds, DocumentNodeStoreBuilder<?> builder, RDBOptions options)Creates a RDBDocumentStore instance using the providedDataSource,DocumentNodeStoreBuilder, andRDBOptions.
-