Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
com.marklogic.client.query |
The package provides classes for queries including searching documents
and reading values directly from indexes in the database for the REST server.
|
Modifier and Type | Method | Description |
---|---|---|
QueryBatcher |
DataMovementManager.newQueryBatcher(RawCombinedQueryDefinition query) |
Create a new QueryBatcher instance configured to retrieve uris that
match this query.
|
Modifier and Type | Method | Description |
---|---|---|
RawCombinedQueryDefinition |
QueryManager.newRawCombinedQueryDefinition(StructureWriteHandle handle) |
Defines a combined query from a JSON or XML representation.
|
RawCombinedQueryDefinition |
QueryManager.newRawCombinedQueryDefinition(StructureWriteHandle handle,
java.lang.String optionsName) |
Defines a combined query from a JSON or XML representation.
|
RawCombinedQueryDefinition |
QueryManager.newRawCombinedQueryDefinitionAs(Format format,
java.lang.Object rawQuery) |
Defines a combined query from a JSON or XML representation provided as an object of an IO class.
|
RawCombinedQueryDefinition |
QueryManager.newRawCombinedQueryDefinitionAs(Format format,
java.lang.Object rawQuery,
java.lang.String optionsName) |
Defines a combined query from a JSON or XML representation provided as an object of an IO class.
|
RawCombinedQueryDefinition |
RawCombinedQueryDefinition.withHandle(StructureWriteHandle handle) |
Specifies the handle for the JSON or XML representation
of a combined query and returns the query definition.
|
Copyright © 2013-2019 MarkLogic Corporation.