Package | Description |
---|---|
org.opendaylight.controller.cluster.raft |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableElectionTerm
Immutable implementation of ElectionTerm.
|
Modifier and Type | Method and Description |
---|---|
static ElectionTerm |
ImmutableElectionTerm.copyOf(ElectionTerm from) |
ElectionTerm |
RaftActorContextImpl.getTermInformation() |
ElectionTerm |
RaftActorContext.getTermInformation()
Returns the current ElectionTerm information.
|
Modifier and Type | Method and Description |
---|---|
static ElectionTerm |
ImmutableElectionTerm.copyOf(ElectionTerm from) |
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.