public static class BoundedSourceSystem.Factory<T>
extends java.lang.Object
implements org.apache.samza.system.SystemFactory
SystemFactory that produces a BoundedSourceSystem for a particular BoundedSource 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