public class DoubleTransform extends Transform<co.cask.cdap.api.data.format.StructuredRecord,co.cask.cdap.api.data.format.StructuredRecord>
| Modifier and Type | Field and Description |
|---|---|
static PluginClass |
PLUGIN_CLASS |
PLUGIN_TYPE| Constructor and Description |
|---|
DoubleTransform() |
| Modifier and Type | Method and Description |
|---|---|
static ETLPlugin |
getPlugin() |
void |
transform(co.cask.cdap.api.data.format.StructuredRecord input,
Emitter<co.cask.cdap.api.data.format.StructuredRecord> emitter) |
configurePipeline, destroy, getContext, initializepublic static final PluginClass PLUGIN_CLASS
public void transform(co.cask.cdap.api.data.format.StructuredRecord input, Emitter<co.cask.cdap.api.data.format.StructuredRecord> emitter) throws Exception
Exceptionpublic static ETLPlugin getPlugin()
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.