Class

demesne.module.entity.EntityAggregateModule

EntityAggregateRootType

Related Doc: package EntityAggregateModule

Permalink

class EntityAggregateRootType extends SimpleAggregateRootType

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntityAggregateRootType
  2. SimpleAggregateRootType
  3. AggregateRootType
  4. LazyLogging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EntityAggregateRootType(name: String, indexes: Seq[IndexSpecification], environment: AggregateEnvironment)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val TaggedIdType: TypeCase[TaggedID[_]]

    Permalink
    Definition Classes
    AggregateRootType
  5. def aggregateIdFor: ExtractEntityId

    Permalink
    Definition Classes
    AggregateRootType
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. lazy val identifying: Identifying[_]

    Permalink
  14. val indexes: Seq[IndexSpecification]

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  17. def maximumNrClusterNodes: Int

    Permalink

    Specify the maximum planned number of cluster nodes.

    Specify the maximum planned number of cluster nodes.

    Definition Classes
    AggregateRootType
  18. val name: String

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def numberOfShards: Int

    Permalink

    Good rule of thumb is to set number of shards to 10 times the maximum planned number of cluster nodes.

    Good rule of thumb is to set number of shards to 10 times the maximum planned number of cluster nodes.

    Definition Classes
    AggregateRootType
  23. def passivateTimeout: Duration

    Permalink

    specify the period of inactivity before the entity passivates

    specify the period of inactivity before the entity passivates

    Definition Classes
    AggregateRootType
  24. def passivation: PassivationSpecification

    Permalink
    Definition Classes
    AggregateRootType
  25. def repositoryName: String

    Permalink
    Definition Classes
    AggregateRootType
  26. def repositoryProps(implicit model: DomainModel): Props

    Permalink
  27. def shardIdFor: ExtractShardId

    Permalink
    Definition Classes
    AggregateRootType
  28. def snapshot: Option[SnapshotSpecification]

    Permalink
    Definition Classes
    AggregateRootType
  29. def snapshotPeriod: Option[FiniteDuration]

    Permalink
    Definition Classes
    AggregateRootType
  30. def startTask: StartTask

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    EntityAggregateRootTypeSimpleAggregateRootTypeAggregateRootType → AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AggregateRootType

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped