public class LogWriteBufferService extends Object implements Service<Dispatcher>
| Modifier and Type | Field and Description |
|---|---|
protected Dispatcher |
dispatcher |
protected DispatcherBuilder |
dispatcherBuilder |
| Constructor and Description |
|---|
LogWriteBufferService(DispatcherBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
Dispatcher |
get() |
Injector<LogBlockIndex> |
getLogBlockIndexInjector() |
Injector<LogStorage> |
getLogStorageInjector() |
void |
start(ServiceStartContext ctx) |
void |
stop(ServiceStopContext ctx) |
protected DispatcherBuilder dispatcherBuilder
protected Dispatcher dispatcher
public LogWriteBufferService(DispatcherBuilder builder)
public void start(ServiceStartContext ctx)
start in interface Service<Dispatcher>public void stop(ServiceStopContext ctx)
stop in interface Service<Dispatcher>public Dispatcher get()
get in interface Service<Dispatcher>public Injector<LogBlockIndex> getLogBlockIndexInjector()
public Injector<LogStorage> getLogStorageInjector()
Copyright © 2017–2018 camunda services GmbH. All rights reserved.