public enum RejectDuplicateKeysMode extends java.lang.Enum<RejectDuplicateKeysMode>
Modifier and Type | Class and Description |
---|---|
static interface |
RejectDuplicateKeysMode.Put |
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.List<java.lang.String> |
CONFIG_KEYS |
private RejectDuplicateKeysMode.Put |
put |
Modifier and Type | Method and Description |
---|---|
static RejectDuplicateKeysMode |
from(java.util.Map<java.lang.String,?> config) |
RejectDuplicateKeysMode.Put |
put() |
static RejectDuplicateKeysMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RejectDuplicateKeysMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RejectDuplicateKeysMode DEFAULT
public static final RejectDuplicateKeysMode TRUE
static final java.util.List<java.lang.String> CONFIG_KEYS
private final RejectDuplicateKeysMode.Put put
public static RejectDuplicateKeysMode[] values()
for (RejectDuplicateKeysMode c : RejectDuplicateKeysMode.values()) System.out.println(c);
public static RejectDuplicateKeysMode 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 nullpublic static RejectDuplicateKeysMode from(java.util.Map<java.lang.String,?> config)
public RejectDuplicateKeysMode.Put put()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.