public static enum LargeFileDetector.DetectionType extends Enum<LargeFileDetector.DetectionType>
| Enum Constant and Description |
|---|
MANIFEST_QUERY_COUNT |
NONE |
SHARDED_SOURCE_COUNT |
SHARDED_SOURCE_SIZE |
SINGLE_FILE_SIZE |
SQL_INFO_COUNT |
SQL_TOTAL_SIZE |
| Modifier and Type | Method and Description |
|---|---|
static LargeFileDetector.DetectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LargeFileDetector.DetectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LargeFileDetector.DetectionType SQL_INFO_COUNT
public static final LargeFileDetector.DetectionType SQL_TOTAL_SIZE
public static final LargeFileDetector.DetectionType SHARDED_SOURCE_COUNT
public static final LargeFileDetector.DetectionType SHARDED_SOURCE_SIZE
public static final LargeFileDetector.DetectionType MANIFEST_QUERY_COUNT
public static final LargeFileDetector.DetectionType SINGLE_FILE_SIZE
public static final LargeFileDetector.DetectionType NONE
public static LargeFileDetector.DetectionType[] values()
for (LargeFileDetector.DetectionType c : LargeFileDetector.DetectionType.values()) System.out.println(c);
public static LargeFileDetector.DetectionType 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 null