- 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.