Package | Description |
---|---|
com.marklogic.client.dataservices |
Modifier and Type | Interface and Description |
---|---|
static interface |
OutputEndpoint.BulkOutputCaller
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OutputCaller.BulkOutputCaller<O> |
OutputCaller.bulkCaller()
Constructs an instance of a bulk caller, which completes
a unit of work by repeated calls to the endpoint.
|
OutputCaller.BulkOutputCaller<O> |
OutputCaller.bulkCaller(IOEndpoint.CallContext callContext)
Constructs an instance of a bulk caller, which completes
a unit of work by repeated calls to the endpoint.
|
OutputCaller.BulkOutputCaller<O> |
OutputCaller.bulkCaller(IOEndpoint.CallContext[] callContexts)
Constructs an instance of a bulk caller, which completes
a unit of work by repeated calls to the endpoint.
|
OutputCaller.BulkOutputCaller<O> |
OutputCaller.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-2021 MarkLogic Corporation.