| Package | Description |
|---|---|
| io.zeebe.logstreams.impl | |
| io.zeebe.logstreams.impl.service | |
| io.zeebe.logstreams.log | |
| io.zeebe.logstreams.processor |
| Modifier and Type | Method and Description |
|---|---|
ActorFuture<LogStream> |
LogStreamBuilder.build() |
ServiceName<LogStream> |
LogStreamBuilder.buildWith(CompositeServiceBuilder composite) |
| Modifier and Type | Class and Description |
|---|---|
class |
LogStreamService |
| Modifier and Type | Method and Description |
|---|---|
LogStream |
LogStreamService.get() |
| Modifier and Type | Method and Description |
|---|---|
static ServiceName<LogStream> |
LogStreamServiceNames.logStreamServiceName(String logName) |
| Modifier and Type | Method and Description |
|---|---|
static long |
LogStreamUtil.getAddressForPosition(LogStream stream,
long position) |
void |
LogStreamWriterImpl.wrap(LogStream log) |
void |
BufferedLogStreamReader.wrap(LogStream log) |
void |
LogStreamBatchWriterImpl.wrap(LogStream logStream) |
void |
LogStreamBatchWriter.wrap(LogStream log)
Initialize the write for the given log stream.
|
void |
LogStreamReader.wrap(LogStream log)
Initialize the reader and seek to the first event.
|
void |
LogStreamRecordWriter.wrap(LogStream log) |
void |
DisabledLogStreamWriter.wrap(LogStream log) |
void |
BufferedLogStreamReader.wrap(LogStream log,
long position) |
void |
LogStreamReader.wrap(LogStream log,
long position)
Initialize the reader and seek to the given log position.
|
| Constructor and Description |
|---|
BufferedLogStreamReader(LogStream logStream) |
BufferedLogStreamReader(LogStream logStream,
boolean readUncommittedEntries) |
LogStreamBatchWriterImpl(LogStream logStream) |
LogStreamWriterImpl(LogStream log) |
| Modifier and Type | Field and Description |
|---|---|
protected LogStream |
StreamProcessorBuilder.logStream |
protected LogStream |
StreamProcessorContext.logStream |
| Modifier and Type | Method and Description |
|---|---|
LogStream |
StreamProcessorContext.getLogStream() |
| Modifier and Type | Method and Description |
|---|---|
StreamProcessorBuilder |
StreamProcessorBuilder.logStream(LogStream stream) |
void |
StreamProcessorContext.setLogStream(LogStream logstream) |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.