| Package | Description |
|---|---|
| io.zeebe.logstreams.impl.log.index | |
| io.zeebe.logstreams.impl.snapshot.fs | |
| io.zeebe.logstreams.processor | |
| io.zeebe.logstreams.snapshot | |
| io.zeebe.logstreams.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
LogBlockIndex
Block index, mapping an event's position to the physical address of the block in which it resides
in storage.
|
| Constructor and Description |
|---|
FsSnapshotController(SnapshotStorage storage,
String name,
SnapshotSupport resource) |
| Modifier and Type | Method and Description |
|---|---|
SnapshotSupport |
StreamProcessor.getStateResource()
Returns the resource which holds the state of the processor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseValueSnapshotSupport |
class |
ComposedSnapshot
A composition of one or more snapshots which are combined to a single snapshot.
|
class |
SerializableWrapper<T extends Serializable>
Wraps a
Serializable object providing SnapshotSupport to be used in a
StreamProcessor. |
class |
UnpackedObjectSnapshotSupport |
class |
ZbMapSnapshotSupport<T extends ZbMap<?,?>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComposableSnapshotSupport |
| Modifier and Type | Method and Description |
|---|---|
default void |
ReadableSnapshot.recoverFromSnapshot(SnapshotSupport snapshotSupport)
Reads the snapshot data and recover the given snapshot object.
|
default long |
SnapshotWriter.writeSnapshot(SnapshotSupport snapshotSupport)
Writes the given snapshot to the output stream.
|
Copyright © 2017–2018 camunda services GmbH. All rights reserved.