Uses of Interface
org.opendaylight.controller.cluster.raft.ElectionTerm
Packages that use ElectionTerm
-
Uses of ElectionTerm in org.opendaylight.controller.cluster.raft
Classes in org.opendaylight.controller.cluster.raft that implement ElectionTermModifier and TypeClassDescriptionfinal class
Immutable implementation of ElectionTerm.Methods in org.opendaylight.controller.cluster.raft that return ElectionTermModifier and TypeMethodDescriptionstatic ElectionTerm
ImmutableElectionTerm.copyOf
(ElectionTerm from) @NonNull ElectionTerm
RaftActorContext.getTermInformation()
Returns the current ElectionTerm information.RaftActorContextImpl.getTermInformation()
Methods in org.opendaylight.controller.cluster.raft with parameters of type ElectionTermModifier and TypeMethodDescriptionstatic ElectionTerm
ImmutableElectionTerm.copyOf
(ElectionTerm from) Constructors in org.opendaylight.controller.cluster.raft with parameters of type ElectionTermModifierConstructorDescriptionRaftActorContextImpl
(ActorRef 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 Logger logger, @NonNull Executor executor)