Class/Object

demesne

AggregateRootType

Related Docs: object AggregateRootType | package demesne

Permalink

abstract class AggregateRootType extends Equals with LazyLogging

Linear Supertypes
LazyLogging, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregateRootType
  2. LazyLogging
  3. Equals
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AggregateRootType()

    Permalink

Abstract Value Members

  1. abstract val identifying: Identifying[_]

    Permalink
  2. abstract def name: String

    Permalink
  3. abstract def repositoryProps(implicit model: DomainModel): Props

    Permalink

Concrete 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. def aggregateIdFor: ExtractEntityId

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    AggregateRootType → Equals
  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(rhs: Any): Boolean

    Permalink
    Definition Classes
    AggregateRootType → Equals → 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. val hashCode: Int

    Permalink
    Definition Classes
    AggregateRootType → AnyRef → Any
  13. def indexes: Seq[IndexSpecification]

    Permalink
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. lazy val logger: Logger

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

    Permalink

    Specify the maximum planned number of cluster nodes.

  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. def numberOfShards: Int

    Permalink

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

  21. def passivateTimeout: Duration

    Permalink

    specify the period of inactivity before the entity passivates

  22. def passivation: PassivationSpecification

    Permalink
  23. def repositoryName: String

    Permalink
  24. def shardIdFor: ExtractShardId

    Permalink
  25. def snapshot: Option[SnapshotSpecification]

    Permalink
  26. def snapshotPeriod: Option[FiniteDuration]

    Permalink
  27. def startTask: StartTask

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

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

    Permalink
    Definition Classes
    AggregateRootType → AnyRef → Any
  30. final def wait(): Unit

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

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

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

Inherited from LazyLogging

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped