public static enum PaloLoadInfo.State extends Enum<PaloLoadInfo.State>
| Enum Constant and Description |
|---|
CANCELLED |
ETL |
FINISHED |
LOADING |
PENDING |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
byte |
code() |
String |
string() |
static PaloLoadInfo.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaloLoadInfo.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaloLoadInfo.State UNKNOWN
public static final PaloLoadInfo.State PENDING
public static final PaloLoadInfo.State ETL
public static final PaloLoadInfo.State LOADING
public static final PaloLoadInfo.State FINISHED
public static final PaloLoadInfo.State CANCELLED
public static PaloLoadInfo.State[] values()
for (PaloLoadInfo.State c : PaloLoadInfo.State.values()) System.out.println(c);
public static PaloLoadInfo.State 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 byte code()
public String string()
Copyright © 2017–2024 The Apache Software Foundation. All rights reserved.