public class LogBlockIndexWriter extends Actor
| Modifier and Type | Field and Description |
|---|---|
static float |
DEFAULT_DEVIATION
The default deviation is 10%.
|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
LogBlockIndexWriter(String name,
LogStreamBuilder builder,
LogStorage logStorage,
LogBlockIndex blockIndex,
MetricsManager metricsManager) |
| Modifier and Type | Method and Description |
|---|---|
ActorFuture<Void> |
closeAsync() |
String |
getName() |
Metric |
getSnapshotsCreated() |
protected void |
onActorClosing() |
protected void |
onActorStarted() |
protected void |
onActorStarting() |
onActorClosed, onActorCloseRequested, wrappublic static final org.slf4j.Logger LOG
public static final float DEFAULT_DEVIATION
public LogBlockIndexWriter(String name, LogStreamBuilder builder, LogStorage logStorage, LogBlockIndex blockIndex, MetricsManager metricsManager)
protected void onActorStarting()
onActorStarting in class Actorprotected void onActorStarted()
onActorStarted in class Actorpublic ActorFuture<Void> closeAsync()
protected void onActorClosing()
onActorClosing in class Actorpublic Metric getSnapshotsCreated()
Copyright © 2017–2018 camunda services GmbH. All rights reserved.