Uses of Interface
org.eclipse.ditto.internal.utils.ddata.DistributedDataConfig
-
Uses of DistributedDataConfig in org.eclipse.ditto.internal.utils.ddata
Classes in org.eclipse.ditto.internal.utils.ddata that implement DistributedDataConfigModifier and TypeClassDescriptionfinal classThis class is the default implementation of the distributed data config.Methods in org.eclipse.ditto.internal.utils.ddata that return DistributedDataConfigModifier and TypeMethodDescriptionstatic DistributedDataConfigDistributedData.createConfig(org.apache.pekko.actor.ActorSystem actorSystem, CharSequence replicatorName, CharSequence replicatorRole) Create a distributed data config with Pekko's default options.DistributedData.getConfig()Get the config of this distributed data.Constructors in org.eclipse.ditto.internal.utils.ddata with parameters of type DistributedDataConfigModifierConstructorDescriptionprotectedDistributedData(DistributedDataConfig config, org.apache.pekko.actor.ActorRefFactory factory, Executor ddataExecutor) Create a wrapper of distributed data replicator.