OrcSource Class

public final class OrcSource
extends CopySource

A copy activity ORC source.

Constructor Summary

Constructor Description
OrcSource()

Creates an instance of OrcSource class.

Method Summary

Modifier and Type Method and Description
Object getAdditionalColumns()

Get the additionalColumns property: Specifies the additional columns to be added to source data.

StoreReadSettings getStoreSettings()

Get the storeSettings property: ORC store settings.

OrcSource setAdditionalColumns(Object additionalColumns)

Set the additionalColumns property: Specifies the additional columns to be added to source data.

OrcSource setMaxConcurrentConnections(Object maxConcurrentConnections)

Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.

OrcSource setSourceRetryCount(Object sourceRetryCount)

Set the sourceRetryCount property: Source retry count.

OrcSource setSourceRetryWait(Object sourceRetryWait)

Set the sourceRetryWait property: Source retry wait.

OrcSource setStoreSettings(StoreReadSettings storeSettings)

Set the storeSettings property: ORC store settings.

Methods inherited from CopySource

Methods inherited from java.lang.Object

Constructor Details

OrcSource

public OrcSource()

Creates an instance of OrcSource class.

Method Details

getAdditionalColumns

public Object getAdditionalColumns()

Get the additionalColumns property: Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).

Returns:

the additionalColumns value.

getStoreSettings

public StoreReadSettings getStoreSettings()

Get the storeSettings property: ORC store settings.

Returns:

the storeSettings value.

setAdditionalColumns

public OrcSource setAdditionalColumns(Object additionalColumns)

Set the additionalColumns property: Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).

Parameters:

additionalColumns - the additionalColumns value to set.

Returns:

the OrcSource object itself.

setMaxConcurrentConnections

public OrcSource setMaxConcurrentConnections(Object maxConcurrentConnections)

Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

Overrides:

OrcSource.setMaxConcurrentConnections(Object maxConcurrentConnections)

Parameters:

maxConcurrentConnections

setSourceRetryCount

public OrcSource setSourceRetryCount(Object sourceRetryCount)

Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).

Overrides:

OrcSource.setSourceRetryCount(Object sourceRetryCount)

Parameters:

sourceRetryCount

setSourceRetryWait

public OrcSource setSourceRetryWait(Object sourceRetryWait)

Set the sourceRetryWait property: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

Overrides:

OrcSource.setSourceRetryWait(Object sourceRetryWait)

Parameters:

sourceRetryWait

setStoreSettings

public OrcSource setStoreSettings(StoreReadSettings storeSettings)

Set the storeSettings property: ORC store settings.

Parameters:

storeSettings - the storeSettings value to set.

Returns:

the OrcSource object itself.

Applies to