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 class
ImmutableElectionTerm
Immutable implementation of ElectionTerm.Methods in org.opendaylight.controller.cluster.raft that return ElectionTerm Modifier and Type Method Description static ElectionTerm
ImmutableElectionTerm. copyOf(ElectionTerm from)
@NonNull ElectionTerm
RaftActorContext. getTermInformation()
Returns the current ElectionTerm information.ElectionTerm
RaftActorContextImpl. getTermInformation()
Methods in org.opendaylight.controller.cluster.raft with parameters of type ElectionTerm Modifier and Type Method Description static ElectionTerm
ImmutableElectionTerm. 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)
-