public static enum AbstractS3ACommitter.JobUUIDSource extends Enum<AbstractS3ACommitter.JobUUIDSource>
Enum Constant and Description |
---|
CommitterUUIDProperty |
GeneratedLocally |
JobID |
SparkWriteUUID |
Modifier and Type | Method and Description |
---|---|
String |
getText()
Source for messages.
|
String |
toString() |
static AbstractS3ACommitter.JobUUIDSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractS3ACommitter.JobUUIDSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractS3ACommitter.JobUUIDSource SparkWriteUUID
public static final AbstractS3ACommitter.JobUUIDSource CommitterUUIDProperty
public static final AbstractS3ACommitter.JobUUIDSource JobID
public static final AbstractS3ACommitter.JobUUIDSource GeneratedLocally
public static AbstractS3ACommitter.JobUUIDSource[] values()
for (AbstractS3ACommitter.JobUUIDSource c : AbstractS3ACommitter.JobUUIDSource.values()) System.out.println(c);
public static AbstractS3ACommitter.JobUUIDSource valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getText()
public String toString()
toString
in class Enum<AbstractS3ACommitter.JobUUIDSource>
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.