Package org.apache.metamodel.couchdb
Class CouchDbSamplingDocumentSource
- java.lang.Object
-
- org.apache.metamodel.couchdb.CouchDbSamplingDocumentSource
-
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.metamodel.data.DocumentSource
public class CouchDbSamplingDocumentSource extends Object implements org.apache.metamodel.data.DocumentSource
ADocumentSourcethat instantiates several otherCouchDbDatabaseDocumentSourceon-demand when they are need to provide a cross-database sample
-
-
Constructor Summary
Constructors Constructor Description CouchDbSamplingDocumentSource(org.ektorp.CouchDbInstance couchDbInstance)
-
-
-
Method Detail
-
next
public org.apache.metamodel.data.Document next()
- Specified by:
nextin interfaceorg.apache.metamodel.data.DocumentSource
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.apache.metamodel.data.DocumentSource
-
-