public class MockCondition extends Condition
| Modifier and Type | Class and Description |
|---|---|
static class |
MockCondition.Config
Config for the sink.
|
| Modifier and Type | Field and Description |
|---|---|
static PluginClass |
PLUGIN_CLASS |
PLUGIN_TYPE| Constructor and Description |
|---|
MockCondition(MockCondition.Config config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(ConditionContext context) |
void |
configurePipeline(PipelineConfigurer pipelineConfigurer) |
static ETLPlugin |
getPlugin(String name) |
static ETLPlugin |
getPlugin(String name,
String tableName) |
static String |
readOutput(DataSetManager<Table> tableManager,
String rowKey,
String columnKey)
Read the value for the specified rowKey and columnKey.
|
public static final PluginClass PLUGIN_CLASS
public MockCondition(MockCondition.Config config)
public void configurePipeline(PipelineConfigurer pipelineConfigurer) throws IllegalArgumentException
configurePipeline in interface PipelineConfigurableconfigurePipeline in class ConditionIllegalArgumentExceptionpublic boolean apply(ConditionContext context) throws Exception
Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.