public class LogStorageAppender extends Actor
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
LogStorageAppender(String name,
LogStorage logStorage,
Subscription writeBufferSubscription,
int maxBlockSize,
ActorConditions logStorageAppendConditions) |
| Modifier and Type | Method and Description |
|---|---|
ActorFuture<Void> |
close() |
long |
getCurrentAppenderPosition() |
String |
getName() |
boolean |
isFailed() |
protected void |
onActorStarting() |
onActorClosed, onActorCloseRequested, onActorClosing, onActorStarted, wrappublic LogStorageAppender(String name, LogStorage logStorage, Subscription writeBufferSubscription, int maxBlockSize, ActorConditions logStorageAppendConditions)
protected void onActorStarting()
onActorStarting in class Actorpublic ActorFuture<Void> close()
public boolean isFailed()
public long getCurrentAppenderPosition()
Copyright © 2017–2018 camunda services GmbH. All rights reserved.