See: Description
| Interface | Description |
|---|---|
| OpenCSVBatcher.BatchProcessor |
A processor for a batch of CSV rows.
|
| Class | Description |
|---|---|
| BatchManager |
BatchManager provides an extension for executing a batch of document requests.
|
| BatchManager.BatchResponse | |
| BatchManagerExample |
BatchManagerExample illustrates executing a batch of document read, write, or delete requests using the BatchManager example of a Resource Extension.
|
| DocumentSplitter |
DocumentSplitter provides an extension for splitting an input XML document into multiple documents.
|
| GraphSPARQLExample | |
| NameConverter |
NameConverter mangles and unmangles strings as local names for XML elements.
|
| OpenCSVBatcher |
An OpenCSV Batcher writes a CSV stream to the database in XML document batches.
|
| OpenCSVBatcher.BatchSplitter |
BatchSplitter processes a batch of CSV rows by using DocumentSplitter to split them into separate documents on the server.
|
| OpenCSVBatcherExample |
OpenCSVBatcherExample illustrates splitting a CSV stream using the OpenCSVBatcher class and the DocumentSplitter example of a Resource Extension.
|
| SearchCollector |
SearchCollector provides an extension for collecting a set of database documents based on a search.
|
| SearchCollector.CollectorResults | |
| SearchCollectorExample |
SearchCollectorExample illustrates reading a page of documents qualified by a query using the SearchCollector class example of a Resource Extension.
|
| Enum | Description |
|---|---|
| BatchManager.OperationType |
Enumerates the operations supported on a document in the batch.
|
The package provides examples of extensions that operate on a batch of database documents.
Copyright © 2013-2017 MarkLogic Corporation.