Uses of Interface
org.opendaylight.controller.cluster.raft.ElectionTerm
-
Packages that use ElectionTerm Package Description org.opendaylight.controller.cluster.raft -
-
Uses of ElectionTerm in org.opendaylight.controller.cluster.raft
Classes in org.opendaylight.controller.cluster.raft that implement ElectionTerm Modifier and Type Class Description classImmutableElectionTermImmutable implementation of ElectionTerm.Methods in org.opendaylight.controller.cluster.raft that return ElectionTerm Modifier and Type Method Description static ElectionTermImmutableElectionTerm. copyOf(ElectionTerm from)@NonNull ElectionTermRaftActorContext. getTermInformation()Returns the current ElectionTerm information.ElectionTermRaftActorContextImpl. getTermInformation()Methods in org.opendaylight.controller.cluster.raft with parameters of type ElectionTerm Modifier and Type Method Description static ElectionTermImmutableElectionTerm. copyOf(ElectionTerm from)Constructors in org.opendaylight.controller.cluster.raft with parameters of type ElectionTerm Constructor Description RaftActorContextImpl(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)
-