Package | Description |
---|---|
com.marklogic.client.dataservices |
Modifier and Type | Interface and Description |
---|---|
static interface |
InputEndpoint.BulkInputCaller
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
InputCaller.BulkInputCaller<I> |
InputCaller.bulkCaller()
Constructs an instance of a bulk caller, which completes
a unit of work by repeated calls to the endpoint.
|
InputCaller.BulkInputCaller<I> |
InputCaller.bulkCaller(IOEndpoint.CallContext callContext)
Constructs an instance of a bulk caller, which completes
a unit of work by repeated calls to the endpoint.
|
InputCaller.BulkInputCaller<I> |
InputCaller.bulkCaller(IOEndpoint.CallContext[] callContexts)
Constructs an instance of a bulk caller, which completes
a unit of work by repeated calls to the endpoint.
|
InputCaller.BulkInputCaller<I> |
InputCaller.bulkCaller(IOEndpoint.CallContext[] callContexts,
int threadCount)
Constructs an instance of a bulk caller, which completes
a unit of work by repeated calls to the endpoint.
|
Copyright © 2013-2020 MarkLogic Corporation.