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,
@NonNull ElectionTerm termInformation,
long commitIndex,
long lastApplied,
@NonNull Map<String,String> peerAddresses,
@NonNull ConfigParams configParams,
@NonNull DataPersistenceProvider persistenceProvider,
@NonNull Consumer<ApplyState> applyStateConsumer,
@NonNull org.slf4j.Logger logger,
@NonNull Executor executor) |
Copyright © 2019 OpenDaylight. All rights reserved.