Uses of Interface
org.opendaylight.controller.cluster.raft.ConfigParams
Packages that use ConfigParams
Package
Description
-
Uses of ConfigParams in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return ConfigParams -
Uses of ConfigParams in org.opendaylight.controller.cluster.raft
Classes in org.opendaylight.controller.cluster.raft that implement ConfigParamsModifier and TypeClassDescriptionclassDefault implementation of the ConfigParams.Methods in org.opendaylight.controller.cluster.raft that return ConfigParamsModifier and TypeMethodDescription@NonNull ConfigParamsRaftActorContext.getConfigParams()Returns the ConfigParams instance.RaftActorContextImpl.getConfigParams()Methods in org.opendaylight.controller.cluster.raft with parameters of type ConfigParamsModifier and TypeMethodDescriptionvoidRaftActorContextImpl.setConfigParams(ConfigParams configParams) protected voidRaftActor.updateConfigParams(ConfigParams configParams) Constructors in org.opendaylight.controller.cluster.raft with parameters of type ConfigParamsModifierConstructorDescriptionRaftActorContextImpl(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) Constructor parameters in org.opendaylight.controller.cluster.raft with type arguments of type ConfigParams