public class LogBlockIndexWriterService extends Object implements Service<LogBlockIndexWriter>
| Constructor and Description |
|---|
LogBlockIndexWriterService(LogStreamBuilder logStreamBuilder) |
| Modifier and Type | Method and Description |
|---|---|
LogBlockIndexWriter |
get() |
Injector<LogBlockIndex> |
getLogBlockIndexInjector() |
Injector<LogStorage> |
getLogStorageInjector() |
void |
start(ServiceStartContext startContext) |
void |
stop(ServiceStopContext stopContext) |
public LogBlockIndexWriterService(LogStreamBuilder logStreamBuilder)
public void start(ServiceStartContext startContext)
start in interface Service<LogBlockIndexWriter>public void stop(ServiceStopContext stopContext)
stop in interface Service<LogBlockIndexWriter>public LogBlockIndexWriter get()
get in interface Service<LogBlockIndexWriter>public Injector<LogBlockIndex> getLogBlockIndexInjector()
public Injector<LogStorage> getLogStorageInjector()
Copyright © 2017–2018 camunda services GmbH. All rights reserved.