Package | Description |
---|---|
org.opendaylight.controller.cluster.raft |
Modifier and Type | Method and Description |
---|---|
Consumer<ApplyState> |
RaftActorContextImpl.getApplyStateConsumer() |
Consumer<ApplyState> |
RaftActorContext.getApplyStateConsumer()
Returns the consumer of ApplyState operations.
|
Constructor and Description |
---|
RaftActorContextImpl(akka.actor.ActorRef actor,
akka.actor.ActorContext context,
String id,
ElectionTerm termInformation,
long commitIndex,
long lastApplied,
Map<String,String> peerAddresses,
ConfigParams configParams,
DataPersistenceProvider persistenceProvider,
Consumer<ApplyState> applyStateConsumer,
org.slf4j.Logger logger) |
Copyright © 2019 OpenDaylight. All rights reserved.