package seq
- Alphabetic
- Public
- All
Type Members
- sealed abstract class DependeeUpdateHandling extends AnyRef
- final case class LazyDependeeUpdateHandling(delayHandlingOfNonFinalDependeeUpdates: Boolean = true, delayHandlingOfFinalDependeeUpdates: Boolean = false) extends DependeeUpdateHandling with Product with Serializable
-
final
class
PKESequentialPropertyStore extends SeqPropertyStore
A non-concurrent implementation of the property store.
A non-concurrent implementation of the property store. Entities are generally only stored on demand. I.e.,
- they have a property OR
- a computation is already scheduled that will compute the property OR
- we have a
depender.
-
abstract
class
SeqPropertyStore extends PropertyStore
Non-concurrent implementation of the property store.
Value Members
- object EagerDependeeUpdateHandling extends DependeeUpdateHandling with Product with Serializable
- object IntermediatePropertyValue
-
object
PKESequentialPropertyStore extends PropertyStoreFactory
Factory for creating
EPKSequentialPropertyStores.