All Classes and Interfaces
Class
Description
Represents a Decodable secret.
Enumerator state used with
DecodableStreamSource
.A source split used with
DecodableStreamSource
.Represents a data stream on the Decodable platform.
A
StatefulSink
which allows to write to a Decodable stream from within a Flink job.Builder for creating DecodableStreamSink instances.
A
Source
which allows to retrieve the contents of a Decodable stream from within a Flink job.Builder for creating DecodableStreamSource instances.
Sink writer used by
DecodableStreamSink
.Provides access to the environment from within a custom Flink job.
Exposes the environment variables of the current process.
Denotes that the annotated element (type, method, etc.) is under active development and that its
API surface may be changed in backwards incompatible ways in future releases.
Provides access to Decodable streams during testing as well as the ability to run custom Flink
jobs.
A
Consumer
variant which allows for declared checked exception types.This exception is thrown when a Decodable
secret cannot be accessed.
Denotes the sink streams accessed by a custom pipeline.
Denotes the source streams accessed by a custom pipeline.
Defines from which offset to consume the underlying stream when starting up a
DecodableStreamSource
.Represents one element on a Decodable stream.
An
EnvironmentAccess.Environment
implementation for testing purposes, allowing to define one or more
Decodable streams which then can be accessed from the job under test.A builder for creating new
TestEnvironment
instances.Denotes that the annotated field is unmodifiable.
Denotes that the annotated element is exposed for testing purposes only and should not be
referenced from production code.