public class StringValueFilterTransform extends Transform<co.cask.cdap.api.data.format.StructuredRecord,co.cask.cdap.api.data.format.StructuredRecord>
| Modifier and Type | Class and Description |
|---|---|
static class |
StringValueFilterTransform.Config
Config for the transform.
|
| Modifier and Type | Field and Description |
|---|---|
static PluginClass |
PLUGIN_CLASS |
PLUGIN_TYPE| Constructor and Description |
|---|
StringValueFilterTransform(StringValueFilterTransform.Config config) |
| Modifier and Type | Method and Description |
|---|---|
static ETLPlugin |
getPlugin(String field,
String value) |
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 StringValueFilterTransform(StringValueFilterTransform.Config config)
public void transform(co.cask.cdap.api.data.format.StructuredRecord input, Emitter<co.cask.cdap.api.data.format.StructuredRecord> emitter) throws Exception
ExceptionCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.