public class MockAction extends Action
| Modifier and Type | Class and Description |
|---|---|
static class |
MockAction.Config
Config for the MockAction
|
| Modifier and Type | Field and Description |
|---|---|
static PluginClass |
PLUGIN_CLASS |
PLUGIN_TYPE| Constructor and Description |
|---|
MockAction(MockAction.Config config) |
| Modifier and Type | Method and Description |
|---|---|
void |
configurePipeline(PipelineConfigurer pipelineConfigurer) |
static ETLPlugin |
getPlugin(String tableName,
String rowKey,
String columnKey,
String value) |
static ETLPlugin |
getPlugin(String tableName,
String rowKey,
String columnKey,
String value,
String argumentKey,
String argumentValue) |
static String |
readOutput(DataSetManager<Table> tableManager,
String rowKey,
String columnKey)
Read the value for the specified rowKey and columnKey.
|
void |
run(ActionContext context) |
public static final PluginClass PLUGIN_CLASS
public MockAction(MockAction.Config config)
public void configurePipeline(PipelineConfigurer pipelineConfigurer) throws IllegalArgumentException
configurePipeline in interface PipelineConfigurableconfigurePipeline in class ActionIllegalArgumentExceptionpublic void run(ActionContext context) throws Exception
public static ETLPlugin getPlugin(String tableName, String rowKey, String columnKey, String value, @Nullable String argumentKey, @Nullable String argumentValue)
public static ETLPlugin getPlugin(String tableName, String rowKey, String columnKey, String value)
Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.