Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
com.marklogic.client.io |
The package provides the handle classes with different representations for document content
when you read documents from the database or write documents to the database.
|
Modifier and Type | Method and Description |
---|---|
DatabaseClientFactory.HandleFactoryRegistry |
DatabaseClientFactory.HandleFactoryRegistry.copy()
Create a copy of the current registry
|
static DatabaseClientFactory.HandleFactoryRegistry |
DatabaseClientFactory.getHandleRegistry()
Returns the default registry with factories for creating handles
as adapters for IO representations.
|
DatabaseClientFactory.HandleFactoryRegistry |
DatabaseClientFactory.Bean.getHandleRegistry()
Returns the registry for associating
IO representation classes with handle factories.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchHandle.setHandleRegistry(DatabaseClientFactory.HandleFactoryRegistry registry)
Makes the handle registry for this database client available
to this SearchHandle during processing of the search response.
|
Copyright © 2013-2016 MarkLogic Corporation.