Interface | 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 | |
ExecEndpoint | Deprecated |
ExecEndpoint.BulkExecCaller | Deprecated |
InputCaller<I> |
Provides an interface for calling an endpoint that takes input data structures.
|
InputCaller.BulkInputCaller<I> |
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.
|
InputEndpoint | Deprecated |
InputEndpoint.BulkInputCaller | Deprecated |
InputOutputCaller<I,O> |
Provides an interface for calling an endpoint that takes input data structures and
returns output data structures.
|
InputOutputCaller.BulkInputOutputCaller<I,O> |
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.
|
InputOutputEndpoint | Deprecated |
InputOutputEndpoint.BulkInputOutputCaller | Deprecated |
IOEndpoint |
Base interface providing the methods common to all endpoints.
|
IOEndpoint.BulkIOEndpointCaller |
Base interface providing the methods common to all bulk endpoint callers.
|
IOEndpoint.CallContext |
Provides the optional endpoint constants, endpoint state, and session as a context
for calls to the server.
|
OutputCaller<O> |
Provides an interface for calling an endpoint that returns output data structures.
|
OutputCaller.BulkOutputCaller<O> |
Provides an interface for completing a unit of work
by repeated calls to the output endpoint.
|
OutputCaller.BulkOutputCaller.ErrorListener | |
OutputEndpoint | Deprecated |
OutputEndpoint.BulkOutputCaller | Deprecated |
Enum | Description |
---|---|
IOEndpoint.BulkIOEndpointCaller.ErrorDisposition |
Indicates the disposition of an error.
|
Copyright © 2013-2021 MarkLogic Corporation.