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 ConfigParamsDatastoreContext. 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 classDefaultConfigParamsImplDefault implementation of the ConfigParams.Methods in org.opendaylight.controller.cluster.raft that return ConfigParams Modifier and Type Method Description @NonNull ConfigParamsRaftActorContext. getConfigParams()Returns the ConfigParams instance.ConfigParamsRaftActorContextImpl. getConfigParams()Methods in org.opendaylight.controller.cluster.raft with parameters of type ConfigParams Modifier and Type Method Description voidRaftActorContextImpl. setConfigParams(ConfigParams configParams)protected voidRaftActor. 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)
-