| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document.rdb |
Implementations of
DocumentStore and BlobStore for relational databases. |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull RDBDocumentStoreDB |
RDBDocumentStoreDB.getValue(String desc) |
static RDBDocumentStoreDB |
RDBDocumentStoreDB.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDBDocumentStoreDB[] |
RDBDocumentStoreDB.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RDBDocumentStoreJDBC(RDBDocumentStoreDB dbInfo,
RDBDocumentSerializer ser,
int queryHitsLimit,
int queryTimeLimit) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.