public class MockErrorTarget extends Object implements DeltaTarget
| Modifier and Type | Field and Description |
|---|---|
static io.cdap.cdap.api.plugin.PluginClass |
PLUGIN_CLASS |
PLUGIN_TYPE| Constructor and Description |
|---|
MockErrorTarget(io.cdap.delta.test.mock.MockErrorTarget.Conf conf) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Configurer configurer) |
EventConsumer |
createConsumer(DeltaTargetContext context) |
TableAssessor<StandardizedTableDetail> |
createTableAssessor(Configurer configurer) |
static Plugin |
getPlugin() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializecreateTableAssessorpublic MockErrorTarget(io.cdap.delta.test.mock.MockErrorTarget.Conf conf)
public void configure(Configurer configurer)
configure in interface DeltaTargetpublic EventConsumer createConsumer(DeltaTargetContext context) throws Exception
createConsumer in interface DeltaTargetExceptionpublic static Plugin getPlugin()
public TableAssessor<StandardizedTableDetail> createTableAssessor(Configurer configurer) throws Exception
createTableAssessor in interface TableAssessorSupplier<StandardizedTableDetail>ExceptionCopyright © 2023 CDAP Licensed under the Apache License, Version 2.0.