Uses of Interface
org.opendaylight.controller.cluster.raft.ConfigParams
-
Packages that use ConfigParams Package Description org.opendaylight.controller.cluster.datastore org.opendaylight.controller.cluster.raft -
-
Uses of ConfigParams in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore that return ConfigParams Modifier and Type Method Description ConfigParams
DatastoreContext. getShardRaftConfig()
-
Uses of ConfigParams in org.opendaylight.controller.cluster.raft
Classes in org.opendaylight.controller.cluster.raft that implement ConfigParams Modifier and Type Class Description class
DefaultConfigParamsImpl
Default implementation of the ConfigParams.Methods in org.opendaylight.controller.cluster.raft that return ConfigParams Modifier and Type Method Description @NonNull ConfigParams
RaftActorContext. getConfigParams()
Returns the ConfigParams instance.ConfigParams
RaftActorContextImpl. getConfigParams()
Methods in org.opendaylight.controller.cluster.raft with parameters of type ConfigParams Modifier and Type Method Description void
RaftActorContextImpl. setConfigParams(ConfigParams configParams)
protected void
RaftActor. updateConfigParams(ConfigParams configParams)
Constructors in org.opendaylight.controller.cluster.raft with parameters of type ConfigParams 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)
Constructor parameters in org.opendaylight.controller.cluster.raft with type arguments of type ConfigParams Constructor Description RaftActor(String id, Map<String,String> peerAddresses, Optional<ConfigParams> configParams, short payloadVersion)
-