Uses of Interface
net.sodacan.core.persist.PersisterFactory
Packages that use PersisterFactory
Package
Description
This package contains most of the Interfaces of Sodacan.
Memory-based persister, recorded values in memory only.
-
Uses of PersisterFactory in net.sodacan.core
Methods in net.sodacan.core that return PersisterFactoryModifier and TypeMethodDescriptionConfig.getPersisterFactory()The PersisterFactory provides access to persistent services for an Actor. -
Uses of PersisterFactory in net.sodacan.core.config
Fields in net.sodacan.core.config with type parameters of type PersisterFactoryMethods in net.sodacan.core.config that return PersisterFactoryMethod parameters in net.sodacan.core.config with type arguments of type PersisterFactoryModifier and TypeMethodDescriptionBaseBuilder.persisterFactory(Function<Config, PersisterFactory> persisterFactoryFn) -
Uses of PersisterFactory in net.sodacan.core.persist.file
Classes in net.sodacan.core.persist.file that implement PersisterFactory -
Uses of PersisterFactory in net.sodacan.core.persist.memory
Classes in net.sodacan.core.persist.memory that implement PersisterFactoryModifier and TypeClassDescriptionclassAs with all persisters, the factory hangs around until host closes it. -
Uses of PersisterFactory in net.sodacan.core.persist.rocks
Classes in net.sodacan.core.persist.rocks that implement PersisterFactoryModifier and TypeClassDescriptionclassOnly one persister factory in a host so this is where we open RocksDb.