Skip navigation links
A C D F G I L M N P R S T U 

A

applyDDL(Sequenced<DDLEvent>) - Method in class io.cdap.delta.test.mock.FileEventConsumer
 
applyDML(Sequenced<DMLEvent>) - Method in class io.cdap.delta.test.mock.FileEventConsumer
 
ARTIFACT_ID - Static variable in class io.cdap.delta.test.DeltaPipelineTestBase
 
ARTIFACT_SUMMARY - Static variable in class io.cdap.delta.test.DeltaPipelineTestBase
 
assess(T) - Method in class io.cdap.delta.test.mock.MockTableAssessor
 

C

close() - Method in class io.cdap.delta.test.mock.MockTableRegistry
 
configure(Configurer) - Method in class io.cdap.delta.test.mock.FailureTarget
 
configure(Configurer) - Method in class io.cdap.delta.test.mock.MockErrorTarget
 
configure(SourceConfigurer) - Method in class io.cdap.delta.test.mock.MockSource
 
configure(Configurer) - Method in class io.cdap.delta.test.mock.MockTarget
 
createConsumer(DeltaTargetContext) - Method in class io.cdap.delta.test.mock.FailureTarget
 
createConsumer(DeltaTargetContext) - Method in class io.cdap.delta.test.mock.MockErrorTarget
 
createConsumer(DeltaTargetContext) - Method in class io.cdap.delta.test.mock.MockTarget
 
createReader(EventReaderDefinition, DeltaSourceContext, EventEmitter) - Method in class io.cdap.delta.test.mock.MockSource
 
createTableAssessor(Configurer) - Method in class io.cdap.delta.test.mock.FailureTarget
 
createTableAssessor(Configurer) - Method in class io.cdap.delta.test.mock.MockErrorTarget
 
createTableAssessor(Configurer) - Method in class io.cdap.delta.test.mock.MockSource
 
createTableAssessor(Configurer) - Method in class io.cdap.delta.test.mock.MockTarget
 
createTableRegistry(Configurer) - Method in class io.cdap.delta.test.mock.MockSource
 

D

DeltaPipelineTestBase - Class in io.cdap.delta.test
Test base for delta pipelines.
DeltaPipelineTestBase() - Constructor for class io.cdap.delta.test.DeltaPipelineTestBase
 
describeTable(String, String) - Method in class io.cdap.delta.test.mock.MockTableRegistry
 
describeTable(String, String, String) - Method in class io.cdap.delta.test.mock.MockTableRegistry
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class io.cdap.delta.test.mock.StructuredRecordSerde
 

F

failAfter(long, File) - Static method in class io.cdap.delta.test.mock.FailureTarget
Get the plugin configuration for a mock target that should fail after it sees an event with a sequence number greater than the given threshold.
failImmediately(long) - Static method in class io.cdap.delta.test.mock.FailureTarget
Get the plugin configuration for a mock target that should cause the pipeline to fail immediately without retries when it sees an event with a sequence number greater than the given threshold.
FailureEventReader - Class in io.cdap.delta.test.mock
An event reader that immediately notifies the framework that there is an error.
FailureTarget - Class in io.cdap.delta.test.mock
Mock target that can be configured to throw an exception after a certain number of events.
FailureTarget(FailureTarget.Conf) - Constructor for class io.cdap.delta.test.mock.FailureTarget
 
FileEventConsumer - Class in io.cdap.delta.test.mock
Buffers events in memory, then writes them out to a file when the consumer is closed.

G

getConfig(Type) - Method in class io.cdap.delta.test.mock.MockApplicationUpdateContext
 
getConfigAsString() - Method in class io.cdap.delta.test.mock.MockApplicationUpdateContext
 
getPlugin() - Static method in class io.cdap.delta.test.mock.MockErrorTarget
 
getPlugin(List<? extends ChangeEvent>) - Static method in class io.cdap.delta.test.mock.MockSource
Get the plugin configuration for a mock source that should emit the given events in order.
getPlugin(List<? extends ChangeEvent>, int) - Static method in class io.cdap.delta.test.mock.MockSource
Get the plugin configuration for a mock source that should emit the given events in order, up to the maximum number of events given.
getPlugin(List<? extends ChangeEvent>, File) - Static method in class io.cdap.delta.test.mock.MockSource
Get the plugin configuration for a mock source that should throw exceptions until the specified proceed file exists.
getPlugin(File) - Static method in class io.cdap.delta.test.mock.MockTarget
Get the plugin configuration for a mock target that should write events to a local file.
getPlugin(File, boolean) - Static method in class io.cdap.delta.test.mock.MockTarget
Get the plugin configuration for a mock target that should write events to a local file.
getPluginArtifacts(String, String, ArtifactVersionRange, int) - Method in class io.cdap.delta.test.mock.MockApplicationUpdateContext
 
getUpdateActions() - Method in class io.cdap.delta.test.mock.MockApplicationUpdateContext
 

I

initialize(TransformationContext) - Method in class io.cdap.delta.test.mock.MockTransformation
 
io.cdap.delta.test - package io.cdap.delta.test
 
io.cdap.delta.test.mock - package io.cdap.delta.test.mock
 

L

listTables() - Method in class io.cdap.delta.test.mock.MockTableRegistry
 

M

MockApplicationUpdateContext - Class in io.cdap.delta.test.mock
Mock implementation of update context for testing upgrade.
MockApplicationUpdateContext(DeltaConfig, Artifact, Artifact) - Constructor for class io.cdap.delta.test.mock.MockApplicationUpdateContext
 
MockConfigurer - Class in io.cdap.delta.test.mock
A mock Configurer that returns a pre-defined source or target instance.
MockConfigurer(DeltaSource, DeltaTarget) - Constructor for class io.cdap.delta.test.mock.MockConfigurer
 
MockConfigurer(DeltaSource, DeltaTarget, Map<String, Transformation>) - Constructor for class io.cdap.delta.test.mock.MockConfigurer
 
MockErrorTarget - Class in io.cdap.delta.test.mock
Mock target used in unit tests.
MockErrorTarget(MockErrorTarget.Conf) - Constructor for class io.cdap.delta.test.mock.MockErrorTarget
 
MockEventReader - Class in io.cdap.delta.test.mock
A mock event reader that emits a pre-specified list of events.
MockEventReader(List<? extends ChangeEvent>, EventEmitter, int) - Constructor for class io.cdap.delta.test.mock.MockEventReader
 
MockSource - Class in io.cdap.delta.test.mock
Mock DeltaSource used in unit tests.
MockSource(MockSource.Conf) - Constructor for class io.cdap.delta.test.mock.MockSource
 
MockTableAssessor<T> - Class in io.cdap.delta.test.mock
Mock assessor that just returns a pre-defined TableAssessment.
MockTableAssessor(TableAssessment) - Constructor for class io.cdap.delta.test.mock.MockTableAssessor
 
MockTableAssessor(TableAssessment, T) - Constructor for class io.cdap.delta.test.mock.MockTableAssessor
 
MockTableRegistry - Class in io.cdap.delta.test.mock
Mock TableRegistry that just returns pre-defined objects.
MockTableRegistry(TableList, TableDetail, Schema) - Constructor for class io.cdap.delta.test.mock.MockTableRegistry
 
MockTarget - Class in io.cdap.delta.test.mock
Mock target used in unit tests.
MockTarget(MockTarget.Conf) - Constructor for class io.cdap.delta.test.mock.MockTarget
 
MockTransformation - Class in io.cdap.delta.test.mock
Mock Transformation
MockTransformation(List<Schema.Field>, Map<String, String>, Map<String, Object>) - Constructor for class io.cdap.delta.test.mock.MockTransformation
 

N

NAME - Static variable in class io.cdap.delta.test.mock.MockSource
 
NAME - Static variable in class io.cdap.delta.test.mock.MockTransformation
 

P

PLUGIN_CLASS - Static variable in class io.cdap.delta.test.mock.FailureTarget
 
PLUGIN_CLASS - Static variable in class io.cdap.delta.test.mock.MockErrorTarget
 
PLUGIN_CLASS - Static variable in class io.cdap.delta.test.mock.MockSource
 
PLUGIN_CLASS - Static variable in class io.cdap.delta.test.mock.MockTarget
 

R

readEvents(File, int) - Static method in class io.cdap.delta.test.mock.FileEventConsumer
Read events that were consumed by the target.
removeArtifacts(String) - Static method in class io.cdap.delta.test.DeltaPipelineTestBase
 

S

serialize(StructuredRecord, Type, JsonSerializationContext) - Method in class io.cdap.delta.test.mock.StructuredRecordSerde
 
setupArtifacts(Class<?>) - Static method in class io.cdap.delta.test.DeltaPipelineTestBase
 
setUpSystemServices(Class<?>, String) - Static method in class io.cdap.delta.test.DeltaPipelineTestBase
 
standardize(TableDetail) - Method in class io.cdap.delta.test.mock.MockTableRegistry
 
start(Offset) - Method in class io.cdap.delta.test.mock.FailureEventReader
 
start() - Method in class io.cdap.delta.test.mock.FileEventConsumer
 
start(Offset) - Method in class io.cdap.delta.test.mock.MockEventReader
 
stop() - Method in class io.cdap.delta.test.mock.FileEventConsumer
 
stop() - Method in class io.cdap.delta.test.mock.MockEventReader
 
StructuredRecordSerde - Class in io.cdap.delta.test.mock
Serde for StructuredRecord.
StructuredRecordSerde() - Constructor for class io.cdap.delta.test.mock.StructuredRecordSerde
 

T

transformSchema(MutableRowSchema) - Method in class io.cdap.delta.test.mock.MockTransformation
 
transformValue(MutableRowValue) - Method in class io.cdap.delta.test.mock.MockTransformation
 

U

usePlugin(String, String, String, PluginProperties, PluginSelector) - Method in class io.cdap.delta.test.mock.MockConfigurer
 
usePluginClass(String, String, String, PluginProperties, PluginSelector) - Method in class io.cdap.delta.test.mock.MockConfigurer
 
A C D F G I L M N P R S T U 
Skip navigation links

Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.