public static enum FileSinkOptionsMetadata.Mode extends java.lang.Enum<FileSinkOptionsMetadata.Mode>
Modifier and Type | Method and Description |
---|---|
static FileSinkOptionsMetadata.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileSinkOptionsMetadata.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSinkOptionsMetadata.Mode APPEND
public static final FileSinkOptionsMetadata.Mode REPLACE
public static final FileSinkOptionsMetadata.Mode FAIL
public static final FileSinkOptionsMetadata.Mode IGNORE
public static FileSinkOptionsMetadata.Mode[] values()
for (FileSinkOptionsMetadata.Mode c : FileSinkOptionsMetadata.Mode.values()) System.out.println(c);
public static FileSinkOptionsMetadata.Mode 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 null