Package | Description |
---|---|
com.marklogic.client.dataservices |
Modifier and Type | Method and Description |
---|---|
IOEndpoint.BulkIOEndpointCaller.ErrorDisposition |
ExecCaller.BulkExecCaller.ErrorListener.processError(int retryCount,
java.lang.Throwable throwable,
IOEndpoint.CallContext callContext) |
IOEndpoint.BulkIOEndpointCaller.ErrorDisposition |
OutputCaller.BulkOutputCaller.ErrorListener.processError(int retryCount,
java.lang.Throwable throwable,
IOEndpoint.CallContext callContext) |
IOEndpoint.BulkIOEndpointCaller.ErrorDisposition |
InputCaller.BulkInputCaller.ErrorListener.processError(int retryCount,
java.lang.Throwable throwable,
IOEndpoint.CallContext callContext,
BufferableHandle[] input)
The signature for the lambda or other implementation of the callback that specifies
the disposition of a failed call.
|
IOEndpoint.BulkIOEndpointCaller.ErrorDisposition |
InputOutputCaller.BulkInputOutputCaller.ErrorListener.processError(int retryCount,
java.lang.Throwable throwable,
IOEndpoint.CallContext callContext,
BufferableHandle[] input)
The signature for the lambda or other implementation of the callback that specifies
the disposition of a failed call.
|
static IOEndpoint.BulkIOEndpointCaller.ErrorDisposition |
IOEndpoint.BulkIOEndpointCaller.ErrorDisposition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IOEndpoint.BulkIOEndpointCaller.ErrorDisposition[] |
IOEndpoint.BulkIOEndpointCaller.ErrorDisposition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013-2021 MarkLogic Corporation.