| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document.rdb |
Implementations of
DocumentStore and BlobStore for relational databases. |
| Modifier and Type | Field and Description |
|---|---|
protected RDBConnectionHandler |
RDBBlobStore.ch |
| Modifier and Type | Method and Description |
|---|---|
String |
RDBDocumentStoreDB.getAdditionalDiagnostics(RDBConnectionHandler ch,
String tableName)
Returns additional DB-specific statistics, augmenting the return value of
RDBDocumentStore.getStats(). |
Map<String,String> |
RDBDocumentStoreDB.getAdditionalStatistics(RDBConnectionHandler ch,
String catalog,
String tableName) |
@NotNull Iterator<RDBRow> |
RDBDocumentStoreJDBC.queryAsIterator(RDBConnectionHandler ch,
org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStore.RDBTableMetaData tmd,
String minId,
String maxId,
List<String> excludeKeyPatterns,
List<RDBDocumentStore.QueryCondition> conditions,
int limit,
String sortBy) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.