public interface BulkExportServices
Modifier and Type | Method and Description |
---|---|
static BulkExportServices |
on(DatabaseClient db)
Creates a BulkExportServices object for executing operations on the database server.
|
static BulkExportServices |
on(DatabaseClient db,
JSONWriteHandle serviceDeclaration)
Creates a BulkExportServices object for executing operations on the database server.
|
java.util.stream.Stream<java.io.Reader> |
readJsonDocs(java.util.stream.Stream<java.lang.String> uris)
Invokes the readJsonDocs operation on the database server
|
static BulkExportServices on(DatabaseClient db)
db
- provides a client for communicating with the database serverstatic BulkExportServices on(DatabaseClient db, JSONWriteHandle serviceDeclaration)
db
- provides a client for communicating with the database serverserviceDeclaration
- substitutes a custom implementation of the servicejava.util.stream.Stream<java.io.Reader> readJsonDocs(java.util.stream.Stream<java.lang.String> uris)
uris
- provides inputCopyright © 2013-2021 MarkLogic Corporation.