public class NullAlertTransform extends Transform<co.cask.cdap.api.data.format.StructuredRecord,co.cask.cdap.api.data.format.StructuredRecord>
| Modifier and Type | Class and Description |
|---|---|
static class |
NullAlertTransform.Conf
Config for plugin
|
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
static PluginClass |
PLUGIN_CLASS |
PLUGIN_TYPE| Constructor and Description |
|---|
NullAlertTransform(NullAlertTransform.Conf conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
configurePipeline(PipelineConfigurer pipelineConfigurer) |
static ETLPlugin |
getPlugin(String field) |
void |
transform(co.cask.cdap.api.data.format.StructuredRecord input,
Emitter<co.cask.cdap.api.data.format.StructuredRecord> emitter) |
destroy, getContext, initialize, onRunFinish, prepareRunpublic static final String NAME
public static final PluginClass PLUGIN_CLASS
public NullAlertTransform(NullAlertTransform.Conf conf)
public void configurePipeline(PipelineConfigurer pipelineConfigurer)
configurePipeline in interface PipelineConfigurableconfigurePipeline in class Transform<co.cask.cdap.api.data.format.StructuredRecord,co.cask.cdap.api.data.format.StructuredRecord>public void transform(co.cask.cdap.api.data.format.StructuredRecord input, Emitter<co.cask.cdap.api.data.format.StructuredRecord> emitter) throws Exception
ExceptionCopyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.