public interface MasteringService
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
calculateMatchingActivity(java.lang.String stepName)
Invokes the calculateMatchingActivity operation on the database server
|
com.fasterxml.jackson.databind.JsonNode |
calculateMergingActivity(java.lang.String stepName)
Calculates tangential information about a merging step to provide configuration insights.
|
com.fasterxml.jackson.databind.JsonNode |
getDefaultCollections(java.lang.String entityType)
Invokes the getDefaultCollections operation on the database server
|
static MasteringService |
on(com.marklogic.client.DatabaseClient db)
Creates a MasteringService object for executing operations on the database server.
|
static MasteringService |
on(com.marklogic.client.DatabaseClient db,
com.marklogic.client.io.marker.JSONWriteHandle serviceDeclaration)
Creates a MasteringService object for executing operations on the database server.
|
com.fasterxml.jackson.databind.JsonNode |
updateMatchOptions(com.fasterxml.jackson.databind.JsonNode options)
Invokes the updateMatchOptions operation on the database server
|
com.fasterxml.jackson.databind.JsonNode |
updateMergeOptions(com.fasterxml.jackson.databind.JsonNode options)
Invokes the updateMergeOptions operation on the database server
|
static MasteringService on(com.marklogic.client.DatabaseClient db)
db
- provides a client for communicating with the database serverstatic MasteringService on(com.marklogic.client.DatabaseClient db, com.marklogic.client.io.marker.JSONWriteHandle serviceDeclaration)
db
- provides a client for communicating with the database serverserviceDeclaration
- substitutes a custom implementation of the servicecom.fasterxml.jackson.databind.JsonNode calculateMergingActivity(java.lang.String stepName)
stepName
- provides inputcom.fasterxml.jackson.databind.JsonNode updateMergeOptions(com.fasterxml.jackson.databind.JsonNode options)
options
- provides inputcom.fasterxml.jackson.databind.JsonNode calculateMatchingActivity(java.lang.String stepName)
stepName
- provides inputcom.fasterxml.jackson.databind.JsonNode updateMatchOptions(com.fasterxml.jackson.databind.JsonNode options)
options
- provides inputcom.fasterxml.jackson.databind.JsonNode getDefaultCollections(java.lang.String entityType)
entityType
- provides input