Package | Description |
---|---|
com.marklogic.client.dataservices |
Class and Description |
---|
ExecCaller
Provides an interface for calling an endpoint
that doesn't take input data structures or return output data
structures.
|
ExecCaller.BulkExecCaller
Provides an interface for completing a unit of
work by repeated calls to an endpoint that doesn't take input data
structure or return output data structures.
|
ExecCaller.BulkExecCaller.ErrorListener |
InputCaller
Provides an interface for calling an endpoint
that takes input data structures.
|
InputCaller.BulkInputCaller
Provides an interface for completing a unit of
work by repeated calls to the input endpoint.
|
InputCaller.BulkInputCaller.ErrorListener
A function implementation that specifies the
disposition of a failed call.
|
InputOutputCaller
Provides an interface for calling an endpoint
that takes input data structures and returns output data
structures.
|
InputOutputCaller.BulkInputOutputCaller
Provides an interface for completing a unit of
work by repeated calls to the input-output endpoint.
|
InputOutputCaller.BulkInputOutputCaller.ErrorListener
A function implementation that specifies the
disposition of a failed call.
|
IOEndpoint
Base interface providing the methods common to
all endpoints.
|
IOEndpoint.BulkIOEndpointCaller
Base interface providing the methods common to
all bulk endpoint callers.
|
IOEndpoint.BulkIOEndpointCaller.ErrorDisposition
Indicates the disposition of an error.
|
IOEndpoint.CallContext
Provides the optional endpoint constants,
endpoint state, and session as a context for calls to the
server.
|
OutputCaller
Provides an interface for calling an endpoint
that returns output data structures.
|
OutputCaller.BulkOutputCaller
Provides an interface for completing a unit of
work by repeated calls to the output endpoint.
|
OutputCaller.BulkOutputCaller.ErrorListener |
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.