Package | Description |
---|---|
com.marklogic.client.dataservices |
Modifier and Type | Interface and Description |
---|---|
static interface |
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.
|
static interface |
ExecEndpoint.BulkExecCaller
Deprecated.
|
static interface |
InputCaller.BulkInputCaller<I>
Provides an interface for completing a unit of work
by repeated calls to the input endpoint.
|
static interface |
InputEndpoint.BulkInputCaller
Deprecated.
|
static interface |
InputOutputCaller.BulkInputOutputCaller<I,O>
Provides an interface for completing a unit of work
by repeated calls to the input-output endpoint.
|
static interface |
InputOutputEndpoint.BulkInputOutputCaller
Deprecated.
|
static interface |
OutputCaller.BulkOutputCaller<O>
Provides an interface for completing a unit of work
by repeated calls to the output endpoint.
|
static interface |
OutputEndpoint.BulkOutputCaller
Deprecated.
|
Copyright © 2013-2020 MarkLogic Corporation.