public class ConsoleLoggingSystemFactory
extends java.lang.Object
implements org.apache.samza.system.SystemFactory
Modifier and Type | Class and Description |
---|---|
static class |
ConsoleLoggingSystemFactory.SimpleSystemAdmin |
Constructor and Description |
---|
ConsoleLoggingSystemFactory() |
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.SystemFactory
public 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.SystemFactory
public org.apache.samza.system.SystemAdmin getAdmin(java.lang.String systemName, org.apache.samza.config.Config config)
getAdmin
in interface org.apache.samza.system.SystemFactory