| Package | Description |
|---|---|
| io.zeebe.logstreams.impl.log.fs |
| Modifier and Type | Class and Description |
|---|---|
class |
FsReadableLogSegment |
| Modifier and Type | Field and Description |
|---|---|
protected FsLogSegment |
FsLogStorage.currentSegment |
protected FsLogSegment[] |
FsLogSegments.segments |
| Modifier and Type | Method and Description |
|---|---|
FsLogSegment |
FsLogSegments.getFirst() |
FsLogSegment |
FsLogSegments.getSegment(int segmentId) |
| Modifier and Type | Method and Description |
|---|---|
void |
FsLogSegments.addSegment(FsLogSegment segment)
invoked by the conductor after a new segment has been allocated
|
void |
FsLogSegments.init(int initalSegmentId,
FsLogSegment[] initialSegments) |
protected void |
FsLogStorage.markSegmentAsDirty(FsLogSegment segment) |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.