Uses of Interface
net.sodacan.core.Persister
Packages that use Persister
Package
Description
Memory-based persister, recorded values in memory only.
-
Uses of Persister in net.sodacan.core.persist
Classes in net.sodacan.core.persist that implement PersisterModifier and TypeClassDescriptionclass
This abstract class provides two services to concrete subclasses: First, it stores the configuration and actorId of the Actor instance for which it applies.Methods in net.sodacan.core.persist that return Persister -
Uses of Persister in net.sodacan.core.persist.file
Classes in net.sodacan.core.persist.file that implement PersisterModifier and TypeClassDescriptionclass
Persist all @Save fields for one actor into a file.Methods in net.sodacan.core.persist.file that return Persister -
Uses of Persister in net.sodacan.core.persist.memory
Classes in net.sodacan.core.persist.memory that implement PersisterMethods in net.sodacan.core.persist.memory that return Persister -
Uses of Persister in net.sodacan.core.persist.rocks
Classes in net.sodacan.core.persist.rocks that implement PersisterMethods in net.sodacan.core.persist.rocks that return Persister