Package com.ocient.cli.extract
Class ExtractConfiguration
java.lang.Object
com.ocient.cli.extract.ExtractConfiguration
public class ExtractConfiguration extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExtractConfiguration.BinaryFormatstatic classExtractConfiguration.Compressionstatic classExtractConfiguration.FileTypestatic classExtractConfiguration.LocationType -
Field Summary
-
Constructor Summary
Constructors Constructor Description ExtractConfiguration(Properties properties) -
Method Summary
Modifier and Type Method Description StringgetAwsKeyId()StringgetAwsKeySecret()ExtractConfiguration.BinaryFormatgetBinaryFormat()StringgetBucket()ExtractConfiguration.CompressiongetCompression()CharsetgetEncoding()StringgetEndpoint()chargetEscape()StringgetFieldDelimiter()chargetFieldOptionallyEnclosedBy()StringgetFileExtension()StringgetFilePrefix()ExtractConfiguration.FileTypegetFileType()ExtractConfiguration.LocationTypegetLocationType()IntegergetMaxRowsPerFile()StringgetNullFormat()intgetNumExtractThreads()booleangetPathStyleAccess()StringgetRecordDelimiter()StringgetRegion()booleangetSkipHeader()booleanisMultiThreadingAllowed()
-
Field Details
-
LOCATION_TYPE
- See Also:
- Constant Field Values
-
FILE_TYPE
- See Also:
- Constant Field Values
-
DEFAULT_FILE_TYPE
-
FILE_PREFIX
- See Also:
- Constant Field Values
-
DEFAULT_FILE_PREFIX
- See Also:
- Constant Field Values
-
FILE_EXTENSION
- See Also:
- Constant Field Values
-
DEFAULT_FILE_EXTENSION
- See Also:
- Constant Field Values
-
MAX_ROWS_PER_FILE
- See Also:
- Constant Field Values
-
DEFAULT_MAX_ROWS_PER_FILE
-
COMPRESSION
- See Also:
- Constant Field Values
-
DEFAULT_COMPRESSION
-
BUCKET
- See Also:
- Constant Field Values
-
DEFAULT_BUCKET
-
REGION
- See Also:
- Constant Field Values
-
DEFAULT_REGION
-
ENDPOINT
- See Also:
- Constant Field Values
-
DEFAULT_ENDPOINT
-
AWS_KEY_ID
- See Also:
- Constant Field Values
-
DEFAULT_AWS_KEY_ID
- See Also:
- Constant Field Values
-
AWS_SECRET_KEY
- See Also:
- Constant Field Values
-
DEFAULT_AWS_SECRET_KEY
- See Also:
- Constant Field Values
-
RECORD_DELIMITER
- See Also:
- Constant Field Values
-
DEFAULT_RECORD_DELIMITER
- See Also:
- Constant Field Values
-
FIELD_DELIMITER
- See Also:
- Constant Field Values
-
DEFAULT_FIELD_DELIMITER
- See Also:
- Constant Field Values
-
SKIP_HEADER
- See Also:
- Constant Field Values
-
DEFAULT_SKIP_HEADER
public static final boolean DEFAULT_SKIP_HEADER- See Also:
- Constant Field Values
-
PATH_STYLE_ACCESS
- See Also:
- Constant Field Values
-
DEFAULT_PATH_STYLE_ACCESS
public static final boolean DEFAULT_PATH_STYLE_ACCESS- See Also:
- Constant Field Values
-
MULTITHREADING_ALLOWED
- See Also:
- Constant Field Values
-
DEFAULT_MULTITHREADING_ALLOWED
public static final boolean DEFAULT_MULTITHREADING_ALLOWED- See Also:
- Constant Field Values
-
NUM_EXTRACT_THREADS
- See Also:
- Constant Field Values
-
DEFAULT_NUM_EXTRACT_THREADS
public static final int DEFAULT_NUM_EXTRACT_THREADS- See Also:
- Constant Field Values
-
NULL_FORMAT
- See Also:
- Constant Field Values
-
DEFAULT_NULL_FORMAT
- See Also:
- Constant Field Values
-
ENCODING
- See Also:
- Constant Field Values
-
DEFAULT_ENCODING
-
ESCAPE
- See Also:
- Constant Field Values
-
DEFAULT_ESCAPE
public static final char DEFAULT_ESCAPE- See Also:
- Constant Field Values
-
FIELD_OPTIONALLY_ENCLOSED_BY
- See Also:
- Constant Field Values
-
DEFAULT_FIELD_OPTIONALL_ENCLOSED_BY
public static final char DEFAULT_FIELD_OPTIONALL_ENCLOSED_BY- See Also:
- Constant Field Values
-
BINARY_FORMAT
- See Also:
- Constant Field Values
-
DEFAULT_BINARY_FORMAT
-
-
Constructor Details
-
Method Details
-
getLocationType
-
getFileType
-
getFilePrefix
-
getFileExtension
-
getMaxRowsPerFile
-
getCompression
-
getBucket
-
getRegion
-
getEndpoint
-
getAwsKeyId
-
getAwsKeySecret
-
getRecordDelimiter
-
getFieldDelimiter
-
getSkipHeader
public boolean getSkipHeader() -
getPathStyleAccess
public boolean getPathStyleAccess() -
isMultiThreadingAllowed
public boolean isMultiThreadingAllowed() -
getNumExtractThreads
public int getNumExtractThreads() -
getNullFormat
-
getEncoding
-
getEscape
public char getEscape() -
getFieldOptionallyEnclosedBy
public char getFieldOptionallyEnclosedBy() -
getBinaryFormat
-