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.
|
| FromMongoDbOptionMixin |
An option class to mix-in when reading from MongoDB.
|
| FromMongoDbOptionMixin.Job |
Has
collectionName default to ${xd.job.name}. |
| FromMongoDbOptionMixin.Stream |
Has
collectionName default to ${xd.stream.name}. |
| FromStringCharsetMixin |
A standard mixin for modules that do conversion from String to bytes.
|
| FtpConnectionMixin |
A mixin that can be used anytime a connection to an FTP server is needed.
|
| 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.
|
| MaxMessagesDefaultOneMixin |
Mixin for polled sources where the default is 1 message per poll.
|
| MaxMessagesDefaultUnlimitedMixin |
Mixin for polled sources where the default is unlimited messages per poll.
|
| MongoDbConnectionMixin |
A mixin to add anytime a connection to MongoDB is required.
|
| PeriodicTriggerMixin |
Mixin for options that include a periodic fixed-delay trigger.
|
| 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.