| Class | Description |
|---|---|
| CloneRecord |
Clones Input Record 'n' number of times into output.
|
| CloneRecord.Config |
Clone rows plugin configuration.
|
| Compressor |
Compresses the configured fields using the algorithms specified.
|
| Compressor.Config |
Plugin configuration.
|
| CSVFormatter |
Transform that formats a
StructuredRecord to CSV. |
| CSVFormatter.Config |
Configuration for the plugin.
|
| CSVParser |
Transformation that parses a field as CSV Record into
StructuredRecord. |
| CSVParser.Config |
Configuration for the plugin.
|
| Decoder |
Decodes the input fields as BASE64, BASE32 or HEX.
|
| Decoder.Config |
Decoder Plugin config.
|
| Decompressor |
Decompreses the configured fields using the algorithms specified.
|
| Decompressor.Config |
Decompressor Plugin configuration.
|
| Encoder |
Encodes the input fields as BASE64, BASE32 or HEX.
|
| Encoder.Config |
Encoder Plugin config.
|
| Hasher |
Hash field(s) values using one the the digest algorithms.
|
| Hasher.Config |
Hasher Plugin Config.
|
| JSONFormatter |
JSON Formatter formats
StructuredRecord into JSON Object. |
| JSONFormatter.Config |
JSON Writer Plugin Configuration.
|
| JSONParser |
Transform parses a JSON Object into
StructuredRecord. |
| JSONParser.Config |
JSONParser Plugin Config.
|
| StreamFormatter |
Transforms a
StructuredRecord into co.cask.cdap.api.flow.flowlet.StreamEvent. |
| StreamFormatter.Config |
StreamFormatter Plugin Configuration.
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.