![JAR search and dependency download from the Maven repository](/logo.png)
io.github.cloudchacho.EmptyStringListFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hedwig-firehose-dataflow Show documentation
Show all versions of hedwig-firehose-dataflow Show documentation
A firehose implementation using Dataflow for Hedwig
package io.github.cloudchacho;
import org.apache.beam.sdk.options.DefaultValueFactory;
import org.apache.beam.sdk.options.PipelineOptions;
import java.util.ArrayList;
import java.util.List;
public class EmptyStringListFactory implements DefaultValueFactory> {
public List create(PipelineOptions options) {
return new ArrayList<>();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy