public static class UnboundedSourceSystem.Factory<T,CheckpointMarkT extends org.apache.beam.sdk.io.UnboundedSource.CheckpointMark>
extends java.lang.Object
implements org.apache.samza.system.SystemFactory
SystemFactory that produces a UnboundedSourceSystem for a particular UnboundedSource registered in Config.| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.samza.system.SystemAdmin |
getAdmin(java.lang.String systemName,
org.apache.samza.config.Config config) |
org.apache.samza.system.SystemConsumer |
getConsumer(java.lang.String systemName,
org.apache.samza.config.Config config,
org.apache.samza.metrics.MetricsRegistry registry) |
org.apache.samza.system.SystemProducer |
getProducer(java.lang.String systemName,
org.apache.samza.config.Config config,
org.apache.samza.metrics.MetricsRegistry registry) |
public org.apache.samza.system.SystemConsumer getConsumer(java.lang.String systemName,
org.apache.samza.config.Config config,
org.apache.samza.metrics.MetricsRegistry registry)
getConsumer in interface org.apache.samza.system.SystemFactorypublic org.apache.samza.system.SystemProducer getProducer(java.lang.String systemName,
org.apache.samza.config.Config config,
org.apache.samza.metrics.MetricsRegistry registry)
getProducer in interface org.apache.samza.system.SystemFactorypublic org.apache.samza.system.SystemAdmin getAdmin(java.lang.String systemName,
org.apache.samza.config.Config config)
getAdmin in interface org.apache.samza.system.SystemFactory