Package | Description |
---|---|
com.asakusafw.directio.hive.orc |
ORCFile format bridge between Asakusa and Hive.
|
com.asakusafw.directio.hive.parquet |
Parquet file format bridge between Asakusa and Hive.
|
com.asakusafw.directio.hive.serde |
Data serialization format bridge between Asakusa and Hive.
|
Modifier and Type | Method and Description |
---|---|
DataModelMapping.ExceptionHandlingStrategy |
OrcFormatConfiguration.getOnIncompatibleType()
Returns the exception handling strategy for incompatible field type.
|
DataModelMapping.ExceptionHandlingStrategy |
OrcFormatConfiguration.getOnMissingSource()
Returns the exception handling strategy for missing source fields.
|
DataModelMapping.ExceptionHandlingStrategy |
OrcFormatConfiguration.getOnMissingTarget()
Returns the exception handling strategy for missing target fields.
|
Modifier and Type | Method and Description |
---|---|
OrcFormatConfiguration |
OrcFormatConfiguration.withOnIncompatibleType(DataModelMapping.ExceptionHandlingStrategy value)
Sets the exception handling strategy for incompatible field type.
|
OrcFormatConfiguration |
OrcFormatConfiguration.withOnMissingSource(DataModelMapping.ExceptionHandlingStrategy value)
Sets the exception handling strategy for missing source fields.
|
OrcFormatConfiguration |
OrcFormatConfiguration.withOnMissingTarget(DataModelMapping.ExceptionHandlingStrategy value)
Sets the exception handling strategy for missing target fields.
|
Modifier and Type | Method and Description |
---|---|
DataModelMapping.ExceptionHandlingStrategy |
ParquetFormatConfiguration.getOnIncompatibleType()
Returns the exception handling strategy for incompatible field type.
|
DataModelMapping.ExceptionHandlingStrategy |
ParquetFormatConfiguration.getOnMissingSource()
Returns the exception handling strategy for missing source fields.
|
DataModelMapping.ExceptionHandlingStrategy |
ParquetFormatConfiguration.getOnMissingTarget()
Returns the exception handling strategy for missing target fields.
|
Modifier and Type | Method and Description |
---|---|
ParquetFormatConfiguration |
ParquetFormatConfiguration.withOnIncompatibleType(DataModelMapping.ExceptionHandlingStrategy value)
Sets the exception handling strategy for incompatible field type.
|
ParquetFormatConfiguration |
ParquetFormatConfiguration.withOnMissingSource(DataModelMapping.ExceptionHandlingStrategy value)
Sets the exception handling strategy for missing source fields.
|
ParquetFormatConfiguration |
ParquetFormatConfiguration.withOnMissingTarget(DataModelMapping.ExceptionHandlingStrategy value)
Sets the exception handling strategy for missing target fields.
|
Modifier and Type | Method and Description |
---|---|
DataModelMapping.ExceptionHandlingStrategy |
DataModelMapping.getOnIncompatibleType()
Returns the exception handling strategy for incompatible field type.
|
DataModelMapping.ExceptionHandlingStrategy |
DataModelMapping.getOnMissingSource()
Returns the exception handling strategy for missing source fields.
|
DataModelMapping.ExceptionHandlingStrategy |
DataModelMapping.getOnMissingTarget()
Returns the exception handling strategy for missing target fields.
|
static DataModelMapping.ExceptionHandlingStrategy |
DataModelMapping.ExceptionHandlingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataModelMapping.ExceptionHandlingStrategy[] |
DataModelMapping.ExceptionHandlingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataModelMapping.setOnIncompatibleType(DataModelMapping.ExceptionHandlingStrategy value)
Sets the exception handling strategy for incompatible field type.
|
void |
DataModelMapping.setOnMissingSource(DataModelMapping.ExceptionHandlingStrategy value)
Sets the exception handling strategy for missing source fields.
|
void |
DataModelMapping.setOnMissingTarget(DataModelMapping.ExceptionHandlingStrategy value)
Sets the exception handling strategy for missing target fields.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.