| Package | Description |
|---|---|
| io.zeebe.logstreams.impl | |
| io.zeebe.logstreams.impl.service | |
| io.zeebe.logstreams.log |
| Constructor and Description |
|---|
LogBlockIndexWriter(String name,
LogStreamBuilder builder,
LogStorage logStorage,
LogBlockIndex blockIndex,
MetricsManager metricsManager) |
| Modifier and Type | Method and Description |
|---|---|
LogBlockIndex |
LogBlockIndexService.get() |
LogBlockIndex |
LogStreamService.getLogBlockIndex() |
| Modifier and Type | Method and Description |
|---|---|
Injector<LogBlockIndex> |
LogStreamService.getLogBlockIndexInjector() |
Injector<LogBlockIndex> |
LogWriteBufferService.getLogBlockIndexInjector() |
Injector<LogBlockIndex> |
LogBlockIndexWriterService.getLogBlockIndexInjector() |
static ServiceName<LogBlockIndex> |
LogStreamServiceNames.logBlockIndexServiceName(String logName) |
| Modifier and Type | Method and Description |
|---|---|
LogBlockIndex |
LogStream.getLogBlockIndex()
Returns the LogBlockIndex object, which is used for indexing the LogStorage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BufferedLogStreamReader.wrap(LogStorage logStorage,
LogBlockIndex logBlockIndex) |
void |
BufferedLogStreamReader.wrap(LogStorage logStorage,
LogBlockIndex logBlockIndex,
long position) |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.