Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes,
interfaces and exceptions for working with the database.
|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports
long-running write, read, delete, or transform jobs.
|
Modifier and Type | Method and Description |
---|---|
DatabaseClient.ConnectionType |
DatabaseClient.getConnectionType()
How the client connects to MarkLogic.
|
DatabaseClient.ConnectionType |
DatabaseClientFactory.Bean.getConnectionType()
Identifies whether the client connects directly
with a MarkLogic host or by means of a gateway such as a load
balancer.
|
static DatabaseClient.ConnectionType |
DatabaseClient.ConnectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the
specified name.
|
static DatabaseClient.ConnectionType[] |
DatabaseClient.ConnectionType.values()
Returns an array containing the constants of
this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DatabaseClient |
DatabaseClientFactory.newClient(java.lang.String host,
int port, DatabaseClientFactory.SecurityContext securityContext,
DatabaseClient.ConnectionType connectionType)
Creates a client to access the database by means
of a REST server.
|
static DatabaseClient |
DatabaseClientFactory.newClient(java.lang.String host,
int port, java.lang.String database, DatabaseClientFactory.SecurityContext securityContext,
DatabaseClient.ConnectionType connectionType)
Creates a client to access the database by means
of a REST server.
|
static DatabaseClient |
DatabaseClientFactory.newClient(java.lang.String host,
int port, java.lang.String basePath,
java.lang.String database, DatabaseClientFactory.SecurityContext securityContext,
DatabaseClient.ConnectionType connectionType)
Creates a client to access the database by means
of a REST server.
|
void |
DatabaseClientFactory.Bean.setConnectionType(DatabaseClient.ConnectionType connectionType)
Specify whether the client connects directly
with a MarkLogic host or by means of a gateway such as a load
balancer.
|
DatabaseClientBuilder |
DatabaseClientBuilder.withConnectionType(DatabaseClient.ConnectionType type) |
Modifier and Type | Method and Description |
---|---|
DatabaseClient.ConnectionType |
DataMovementManager.getConnectionType()
Identify whether the DataMovementManager
connects directly to each MarkLogic host with a forest for the
database or whether the DataMovementManager uses a gateway such as
a load balancer to communicate with the MarkLogic hosts.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.