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 |
---|---|
DatabaseClient |
DatabaseClientFactory.Bean.newClient()
Creates a client for bean applications based on the properties.
|
static DatabaseClient |
DatabaseClientFactory.newClient(String host,
int port)
Creates a client to access the database by means of a REST server
without any authentication.
|
static DatabaseClient |
DatabaseClientFactory.newClient(String host,
int port,
String user,
String password,
DatabaseClientFactory.Authentication type)
Creates a client to access the database by means of a REST server.
|
static DatabaseClient |
DatabaseClientFactory.newClient(String host,
int port,
String user,
String password,
DatabaseClientFactory.Authentication type,
SSLContext context)
Creates a client to access the database by means of a REST server.
|
static DatabaseClient |
DatabaseClientFactory.newClient(String host,
int port,
String user,
String password,
DatabaseClientFactory.Authentication type,
SSLContext context,
DatabaseClientFactory.SSLHostnameVerifier verifier)
Creates a client to access the database by means of a REST server.
|
Modifier and Type | Method and Description |
---|---|
static void |
RawClientAlert.configure(DatabaseClient client) |
static void |
ResourceExtension.installResourceExtensionShortcut(DatabaseClient client) |
static void |
ResourceExtension.installResourceExtensionStrongTyped(DatabaseClient client) |
static void |
RawClientAlert.match(DatabaseClient client) |
static void |
QueryOptions.runShortcut(DatabaseClient client) |
static void |
DocumentWrite.runShortcut(DatabaseClient client) |
static void |
DocumentRead.runShortcut(DatabaseClient client) |
static void |
QueryOptions.runStrongTyped(DatabaseClient client) |
static void |
DocumentWrite.runStrongTyped(DatabaseClient client) |
static void |
DocumentRead.runStrongTyped(DatabaseClient client) |
static void |
Suggest.setUpExample(DatabaseClient client) |
static void |
StructuredSearch.setUpExample(DatabaseClient client) |
static void |
StringSearch.setUpExample(DatabaseClient client) |
static void |
SearchResponseTransform.setUpExample(DatabaseClient client) |
static void |
RawCombinedSearch.setUpExample(DatabaseClient client) |
static void |
RawClientAlert.setUpExample(DatabaseClient client) |
static void |
KeyValueSearch.setUpExample(DatabaseClient client) |
static void |
DocumentRead.setUpExample(DatabaseClient client) |
static void |
DocumentReadTransform.setUpExample(DatabaseClient client,
String docId,
String filename) |
static void |
RawCombinedSearch.tearDownExample(DatabaseClient client) |
static void |
RawClientAlert.tearDownExample(DatabaseClient client) |
static void |
KeyValueSearch.tearDownExample(DatabaseClient client) |
static void |
DocumentWrite.tearDownExample(DatabaseClient client) |
static void |
DocumentRead.tearDownExample(DatabaseClient client) |
static void |
DocumentFormats.writeReadDeleteDocument(DatabaseClient client,
String filename,
String format) |
Constructor and Description |
---|
ResourceExtension.DictionaryManager(DatabaseClient client) |
Modifier and Type | Method and Description |
---|---|
static void |
SearchCollectorExample.configureQueryOptions(DatabaseClient client) |
static void |
GraphSPARQLExample.deleteGraph(DatabaseClient appClient) |
static void |
GraphSPARQLExample.insertGraph(DatabaseClient appClient) |
static void |
SPARQLManager.install(DatabaseClient client) |
static void |
GraphManager.install(DatabaseClient client)
Installs this extension on the REST server
|
static void |
SearchCollectorExample.installResourceExtension(DatabaseClient client) |
static void |
GraphSPARQLExample.runQuery(DatabaseClient appClient) |
static void |
SearchCollectorExample.setUpExample(DatabaseClient client) |
static void |
BatchManagerExample.setUpExample(DatabaseClient client) |
static void |
SPARQLManager.uninstall(DatabaseClient client) |
static void |
GraphManager.uninstall(DatabaseClient client)
Uninstalls this extension from the REST server
|
Constructor and Description |
---|
BatchManager(DatabaseClient client) |
DocumentSplitter(DatabaseClient client) |
GraphManager(DatabaseClient client) |
OpenCSVBatcher.BatchSplitter(DatabaseClient client) |
OpenCSVBatcher(DatabaseClient client) |
SearchCollector(DatabaseClient client) |
SPARQLManager(DatabaseClient client) |
Copyright © 2013-2015 MarkLogic Corporation.