Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
com.marklogic.client.admin |
The package provides the classes for configuration and initialization
of the REST server.
|
com.marklogic.client.document |
The package provides classes for creating, retrieving, updating, and deleting
documents in the database for the REST server.
|
com.marklogic.client.extensions |
The package provides base and support classes so you can derive
a new Resource Manager to provide a client interface for a
Resource Services extension on the REST server.
|
com.marklogic.client.query |
The package provides classes for queries including searching documents
and reading values directly from indexes in the database for the REST server.
|
Modifier and Type | Method and Description |
---|---|
RequestLogger |
DatabaseClient.newLogger(java.io.OutputStream out)
Creates a logger for document and query requests.
|
Modifier and Type | Method and Description |
---|---|
void |
NamespacesManager.startLogging(RequestLogger logger)
Deprecated.
|
void |
ResourceExtensionsManager.startLogging(RequestLogger logger)
Starts debugging client requests.
|
void |
TransformExtensionsManager.startLogging(RequestLogger logger)
Starts debugging client requests.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentManager.startLogging(RequestLogger logger)
Starts debugging client requests.
|
Modifier and Type | Method and Description |
---|---|
RequestLogger |
ResourceServices.getRequestLogger()
Returns the logger for debugging client requests.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceManager.startLogging(RequestLogger logger)
Starts debugging client requests.
|
void |
ResourceServices.startLogging(RequestLogger logger)
Starts debugging client requests.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryManager.startLogging(RequestLogger logger)
Starts debugging client requests.
|
Copyright © 2013-2020 MarkLogic Corporation.