Uses of Interface
io.github.punchplatform.api.punchline.java.SourceTableCollector
-
-
Uses of SourceTableCollector in io.github.punchplatform.api.punchline.java
Fields in io.github.punchplatform.api.punchline.java declared as SourceTableCollector Modifier and Type Field Description protected SourceTableCollectorSource. tableCollectorThe private table collector in charge of inserting rows into the target tables.Methods in io.github.punchplatform.api.punchline.java with parameters of type SourceTableCollector Modifier and Type Method Description voidSource. setTableCollector(SourceTableCollector tableCollector)Setter to make it clearer to source implementor to not refer directly to the collector.
-