JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
ZSTD buffer pool only used with @see #ZSTD
Values are true or false, default true.
ZSTD Level only used with @see #ZSTD
Values are positive, range 1-22, default of 3.
ZSTD workers only used with @see #ZSTD
Values are positive, default of 0.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
NAME
public static final URLKey NAME
ROOT_FOLDER
public static final URLKey ROOT_FOLDER
HOLD
public static final URLKey HOLD
GATHER
public static final URLKey GATHER
PARTITION_GRANULARITY
public static final URLKey PARTITION_GRANULARITY
COMPRESS
public static final URLKey COMPRESS
ETL_INTO_STORE_IF
public static final URLKey ETL_INTO_STORE_IF
ETL_OUT_OF_STORE_IF
public static final URLKey ETL_OUT_OF_STORE_IF
REDUCE
public static final URLKey REDUCE
CONSOLIDATE_ON_SHUTDOWN
public static final URLKey CONSOLIDATE_ON_SHUTDOWN
POST_PROCESSORS
public static final URLKey POST_PROCESSORS
TERMINATOR
public static final URLKey TERMINATOR
ZSTD_BUFFER_POOL
public static final URLKey ZSTD_BUFFER_POOL
ZSTD buffer pool only used with @see #ZSTD
Values are true or false, default true.
ZSTD_LEVEL
public static final URLKey ZSTD_LEVEL
ZSTD Level only used with @see #ZSTD
Values are positive, range 1-22, default of 3.
ZSTD_WORKERS
public static final URLKey ZSTD_WORKERS
ZSTD workers only used with @see #ZSTD
Values are positive, default of 0.
Method Details
values
public static URLKey [] values ()
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null