See: Description
Class | Description |
---|---|
BatchJobCommitIntervalOptionMixin |
Batch job option for commit-interval.
|
BatchJobDeleteFilesOptionMixin |
Batch job option for delete files after import.
|
BatchJobFieldDelimiterOptionMixin |
Batch job option for the delimiter in the file (csv file etc.).
|
BatchJobFieldNamesOptionMixin |
Batch job option for fields names in the file (csv file etc.,).
|
BatchJobResourcesOptionMixin |
Batch job option for resources (Spring resources) to import.
|
BatchJobRestartableOptionMixin |
Batch job option for restartable.
|
BatchJobSinglestepPartitionSupportOptionMixin |
Captures options made available via the import of
singlestep-partition-support.xml . |
DateFormatMixin |
Provides a
dateFormat module option, meant to hold a pattern that conforms to SimpleDateFormat . |
ExpressionOrScriptMixin |
A standard mixin for modules that do some transformation based on either a script or a SpEL expression.
|
FromStringCharsetMixin |
A standard mixin for modules that do conversion from String to bytes.
|
HadoopConfigurationMixin |
Factors out common configuration options for Hadoop.
|
IntoMongoDbOptionMixin |
An option class to mix-in when writing to MongoDB.
|
IntoMongoDbOptionMixin.Job |
Has
collectionName default to ${xd.job.name}. |
IntoMongoDbOptionMixin.Stream |
Has
collectionName default to ${xd.stream.name}. |
MappedRequestHeadersMixin |
Base class for mixins that add the
mappedRequestHeaders option. |
MappedRequestHeadersMixin.Amqp | |
MappedRequestHeadersMixin.Http | |
MappedResponseHeadersMixin |
Base class for mixins that add the
mappedResponseHeaders option. |
MappedResponseHeadersMixin.Http | |
MapreduceConfigurationMixin |
Factors out common configuration options for Hadoop MapReduce.
|
ScriptMixin |
A standard mixin for modules that do some transformation based on a script.
|
ToStringCharsetMixin |
A standard mixin for modules that do conversion from bytes to String.
|
Enum | Description |
---|---|
IntoMongoDbOptionMixin.WriteConcern |
Mixin
annotation.