Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
com.marklogic.client.example.cookbook |
The package provides examples for common actions in working with the database.
|
com.marklogic.client.example.extension |
The package provides examples of extensions that operate on a batch
of database documents.
|
Modifier and Type | Method and Description |
---|---|
<T extends ResourceManager> |
DatabaseClient.init(java.lang.String resourceName,
T resourceManager)
Initializes a manager for a extension resource.
|
Modifier and Type | Class and Description |
---|---|
static class |
JavascriptResourceExtension.HelloWorld
HelloWorld provides an example of a class that implements
a resource extension client, exposing a method for each service.
|
static class |
ResourceExtension.DictionaryManager
DictionaryManager provides an example of a class that implements
a resource extension client, exposing a method for each service.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchManager
BatchManager provides an extension for executing a batch of document requests.
|
class |
DocumentSplitter
DocumentSplitter provides an extension for splitting an input XML document
into multiple documents.
|
class |
SearchCollector
SearchCollector provides an extension for collecting a set of database
documents based on a search.
|
Copyright © 2013-2020 MarkLogic Corporation.