Class TestSplit
- java.lang.Object
-
- org.apache.flink.test.util.source.TestSplit
-
- All Implemented Interfaces:
org.apache.flink.api.connector.source.SourceSplit
@PublicEvolving public class TestSplit extends Object implements org.apache.flink.api.connector.source.SourceSplit
A simple test split implementation that can be reused across test sources. This provides a minimal split that is sufficient for most testing scenarios.
-
-
Field Summary
Fields Modifier and Type Field Description static TestSplitINSTANCESingleton instance for reuse across all test sources.static org.apache.flink.core.io.SimpleVersionedSerializer<TestSplit>SERIALIZERSerializer for TestSplit instances.
-