public enum TachyonExceptionType extends Enum<TachyonExceptionType>
| Modifier and Type | Method and Description |
|---|---|
static TachyonExceptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TachyonExceptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TachyonExceptionType BLOCK_ALREADY_EXISTS
public static final TachyonExceptionType BLOCK_DOES_NOT_EXIST
public static final TachyonExceptionType BLOCK_INFO
public static final TachyonExceptionType DEPENDENCY_DOES_NOT_EXIST
public static final TachyonExceptionType FAILED_TO_CHECKPOINT
public static final TachyonExceptionType FILE_ALREADY_EXISTS
public static final TachyonExceptionType FILE_DOES_NOT_EXIST
public static final TachyonExceptionType INVALID_PATH
public static final TachyonExceptionType INVALID_WORKER_STATE
public static final TachyonExceptionType LINEAGE_DELETION
public static final TachyonExceptionType LINEAGE_DOES_NOT_EXIST
public static final TachyonExceptionType NO_WORKER
public static final TachyonExceptionType SUSPECTED_FILE_SIZE
public static final TachyonExceptionType TABLE_COLUMN
public static final TachyonExceptionType TABLE_DOES_NOT_EXIST
public static final TachyonExceptionType TABLE_METADATA
public static final TachyonExceptionType WORKER_OUT_OF_SPACE
public static TachyonExceptionType[] values()
for (TachyonExceptionType c : TachyonExceptionType.values()) System.out.println(c);
public static TachyonExceptionType 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 nullCopyright © 2015. All Rights Reserved.