|
Spring Data Couchbase | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WriteResultChecking>
org.springframework.data.couchbase.core.WriteResultChecking
public enum WriteResultChecking
How failing write results should be handled.
| Enum Constant Summary | |
|---|---|
EXCEPTION
Throw Exceptions on failing write results. |
|
LOG
Log failing write results. |
|
NONE
Ignore failing write results. |
|
| Method Summary | |
|---|---|
static WriteResultChecking |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WriteResultChecking[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final WriteResultChecking NONE
public static final WriteResultChecking LOG
public static final WriteResultChecking EXCEPTION
| Method Detail |
|---|
public static WriteResultChecking[] values()
for (WriteResultChecking c : WriteResultChecking.values()) System.out.println(c);
public static WriteResultChecking valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
Spring Data Couchbase | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||