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 TypeClassDescriptionclass
Default implementation of the ConfigParams.Methods in org.opendaylight.controller.cluster.raft that return ConfigParamsModifier and TypeMethodDescription@NonNull ConfigParams
RaftActorContext.getConfigParams()
Returns the ConfigParams instance.RaftActorContextImpl.getConfigParams()
Methods in org.opendaylight.controller.cluster.raft with parameters of type ConfigParamsModifier and TypeMethodDescriptionvoid
RaftActorContextImpl.setConfigParams
(ConfigParams configParams) protected void
RaftActor.updateConfigParams
(ConfigParams configParams) Constructors in org.opendaylight.controller.cluster.raft with parameters of type ConfigParamsModifierConstructorDescriptionRaftActorContextImpl
(org.apache.pekko.actor.ActorRef actor, org.apache.pekko.actor.ActorContext context, @NonNull LocalAccess localStore, @NonNull Map<String, String> peerAddresses, @NonNull ConfigParams configParams, short payloadVersion, @NonNull PersistenceProvider persistenceProvider, @NonNull ApplyEntryMethod applyEntryMethod, @NonNull Executor executor) Constructor parameters in org.opendaylight.controller.cluster.raft with type arguments of type ConfigParams