public enum LoaderProperty extends Enum<LoaderProperty>
Modifier and Type | Method and Description |
---|---|
static LoaderProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoaderProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoaderProperty tableName
public static final LoaderProperty schemaName
public static final LoaderProperty databaseName
public static final LoaderProperty remoteStage
public static final LoaderProperty columns
public static final LoaderProperty keys
public static final LoaderProperty operation
public static final LoaderProperty startTransaction
public static final LoaderProperty oneBatch
public static final LoaderProperty truncateTable
public static final LoaderProperty executeBefore
public static final LoaderProperty executeAfter
public static final LoaderProperty isFirstStartCall
public static final LoaderProperty isLastFinishCall
public static final LoaderProperty batchRowSize
public static final LoaderProperty onError
public static final LoaderProperty csvFileBucketSize
public static final LoaderProperty csvFileSize
public static final LoaderProperty preserveStageFile
public static final LoaderProperty useLocalTimezone
public static final LoaderProperty compressFileByPut
public static final LoaderProperty compressDataBeforePut
public static final LoaderProperty compressLevel
public static final LoaderProperty mapTimeToTimestamp
public static final LoaderProperty copyEmptyFieldAsEmpty
public static final LoaderProperty testRemoteBadCSV
public static LoaderProperty[] values()
for (LoaderProperty c : LoaderProperty.values()) System.out.println(c);
public static LoaderProperty 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 © 2022. All rights reserved.