public static enum IOEndpoint.BulkIOEndpointCaller.ErrorDisposition extends java.lang.Enum<IOEndpoint.BulkIOEndpointCaller.ErrorDisposition>
Enum Constant and Description |
---|
RETRY |
SKIP_CALL |
STOP_ALL_CALLS |
Modifier and Type | Method and Description |
---|---|
static IOEndpoint.BulkIOEndpointCaller.ErrorDisposition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the
specified name.
|
static IOEndpoint.BulkIOEndpointCaller.ErrorDisposition[] |
values()
Returns an array containing the constants of
this enum type, in the order they are declared.
|
public static final IOEndpoint.BulkIOEndpointCaller.ErrorDisposition RETRY
public static final IOEndpoint.BulkIOEndpointCaller.ErrorDisposition SKIP_CALL
public static final IOEndpoint.BulkIOEndpointCaller.ErrorDisposition STOP_ALL_CALLS
public static IOEndpoint.BulkIOEndpointCaller.ErrorDisposition[] values()
for (IOEndpoint.BulkIOEndpointCaller.ErrorDisposition c : IOEndpoint.BulkIOEndpointCaller.ErrorDisposition.values()) System.out.println(c);
public static IOEndpoint.BulkIOEndpointCaller.ErrorDisposition valueOf(java.lang.String name)
name
- the name of the enum constant to be
returned.java.lang.IllegalArgumentException
- if this enum
type has no constant with the specified namejava.lang.NullPointerException
- if the argument
is nullCopyright © 2024 MarkLogic Corporation. All Rights Reserved.