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, @NonNull LocalAccess localStore, @NonNull Map<String, String> peerAddresses, @NonNull ConfigParams configParams, short payloadVersion, @NonNull RestrictedObjectStreams objectStreams, @NonNull PersistenceProvider persistenceProvider, @NonNull ApplyEntryMethod applyEntryMethod) Constructor parameters in org.opendaylight.controller.cluster.raft with type arguments of type ConfigParamsModifierConstructorDescriptionprotectedRaftActor(Path stateDir, String memberId, Map<String, String> peerAddresses, Optional<ConfigParams> configParams, short payloadVersion, RestrictedObjectStreams objectStreams)