| Package | Description |
|---|---|
| org.apache.metamodel.couchdb |
Module package for CouchDB support
|
| org.apache.metamodel.data |
API for data sets
|
| org.apache.metamodel.json | |
| org.apache.metamodel.neo4j |
Module package for Neo4j support
|
| org.apache.metamodel.schema.builder |
API for schema building.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CouchDbSamplingDocumentSource
A
DocumentSource that instantiates several other
CouchDbDatabaseDocumentSource on-demand when they are need to provide
a cross-database sample |
| Modifier and Type | Method and Description |
|---|---|
DocumentSource |
CouchDbDataContext.getDocumentSourceForTable(String sourceCollectionName) |
DocumentSource |
CouchDbDataContext.getMixedDocumentSourceForSampling() |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxRowsDocumentSource
A
DocumentSource that has a max rows condition on it, that will make
it stop serving documents after a certain limit. |
| Constructor and Description |
|---|
DocumentSourceDataSet(DataSetHeader header,
DocumentSource documentSource,
DocumentConverter converter) |
MaxRowsDocumentSource(DocumentSource delegate,
int maxRows) |
| Modifier and Type | Method and Description |
|---|---|
DocumentSource |
JsonDataContext.getDocumentSourceForTable(String sourceCollectionName) |
DocumentSource |
JsonDataContext.getMixedDocumentSourceForSampling() |
| Modifier and Type | Method and Description |
|---|---|
DocumentSource |
Neo4jDataContext.getDocumentSourceForTable(String sourceCollectionName) |
DocumentSource |
Neo4jDataContext.getMixedDocumentSourceForSampling() |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyDocumentSource
A
DocumentSource that is lazy loaded. |
| Modifier and Type | Method and Description |
|---|---|
DocumentSource |
DocumentSourceProvider.getDocumentSourceForTable(String sourceCollectionName)
Gets a
DocumentSource for a particular source collection. |
DocumentSource |
DocumentSourceProvider.getMixedDocumentSourceForSampling()
Gets a
DocumentSource containing documents of mixed origin and
type. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InferentialSchemaBuilder.offerDocumentSource(DocumentSource documentSource) |
void |
TableBuilder.offerSource(DocumentSource documentSource)
Offers a
DocumentSource to the TableBuilder. |
void |
InferentialTableBuilder.offerSource(DocumentSource documentSource) |
| Constructor and Description |
|---|
LazyDocumentSource(LazyRef<DocumentSource> lazyRef) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.