public class ConsoleLoggingSystemFactory
extends java.lang.Object
implements org.apache.samza.system.SystemFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
ConsoleLoggingSystemFactory.SimpleSystemAdmin |
| Modifier and Type | Field and Description |
|---|---|
static java.util.concurrent.atomic.AtomicInteger |
messageCounter |
| 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.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