Package | Description |
---|---|
com.marklogic.client.admin |
The package provides the classes for configuration and initialization
of the REST server.
|
Modifier and Type | Method and Description |
---|---|
ServerConfigurationManager.UpdatePolicy |
ServerConfigurationManager.getUpdatePolicy()
Returns the policy for updating or deleting documents in the database.
|
static ServerConfigurationManager.UpdatePolicy |
ServerConfigurationManager.UpdatePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerConfigurationManager.UpdatePolicy[] |
ServerConfigurationManager.UpdatePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerConfigurationManager.setUpdatePolicy(ServerConfigurationManager.UpdatePolicy policy)
Specifies the policy for updating or deleting documents in the database.
|
Copyright © 2013-2016 MarkLogic Corporation.