Uses of Package
net.sodacan.core.persist
Packages that use net.sodacan.core.persist
Package
Description
This package contains most of the Interfaces of Sodacan.
Memory-based persister, recorded values in memory only.
-
Classes in net.sodacan.core.persist used by net.sodacan.core
-
Classes in net.sodacan.core.persist used by net.sodacan.core.config
-
Classes in net.sodacan.core.persist used by net.sodacan.core.persist.fileClassDescriptionThis abstract class provides two services to concrete subclasses: First, it stores the configuration and actorId of the Actor instance for which it applies.A persister Factory is created during configuration.
-
Classes in net.sodacan.core.persist used by net.sodacan.core.persist.memoryClassDescriptionThis abstract class provides two services to concrete subclasses: First, it stores the configuration and actorId of the Actor instance for which it applies.A persister Factory is created during configuration.
-
Classes in net.sodacan.core.persist used by net.sodacan.core.persist.rocksClassDescriptionThis abstract class provides two services to concrete subclasses: First, it stores the configuration and actorId of the Actor instance for which it applies.A persister Factory is created during configuration.