object ProjectionId
- Source
- ProjectionId.scala
- Alphabetic
- By Inheritance
- ProjectionId
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(name: String, keys: Set[String]): Set[ProjectionId]
Constructs a Set of ProjectionId.
Constructs a Set of ProjectionId.
A ProjectionId is composed by a name and a key.
The projection name is shared across multiple instances of Projection with different keys. For example, a "user-view" could be the name of a projection.
The key must be unique for a projection name. For example, a "user-view" could have multiple projections with different keys representing different partitions, shards, etc.
- name
- the projection name
- keys
- the Set of keys to associated with the passed name.
- returns
an immutable.Set of ProjectionIds
- def apply(name: String, key: String): ProjectionId
Constructs a ProjectionId.
Constructs a ProjectionId.
A ProjectionId is composed by a name and a key.
The projection name is shared across multiple instances of Projection with different keys. For example, a "user-view" could be the name of a projection.
The key must be unique for a projection name. For example, a "user-view" could have multiple projections with different keys representing different partitions, shards, etc.
- name
- the projection name
- key
- the unique key. The key must be unique for a projection name.
- returns
ProjectionId
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def of(name: String, keys: Set[String]): Set[ProjectionId]
Java API: Constructs a Set of ProjectionId.
Java API: Constructs a Set of ProjectionId.
A ProjectionId is composed by a name and a key.
The projection name is shared across multiple instances of Projection with different keys. For example, a "user-view" could be the name of a projection.
The key must be unique for a projection name. For example, a "user-view" could have multiple projections with different keys representing different partitions, shards, etc.
- name
- the projection name
- keys
- the Set of keys to associated with the passed name.
- returns
an java.util.Set of ProjectionIds
- def of(name: String, key: String): ProjectionId
Java API: Constructs a ProjectionId.
Java API: Constructs a ProjectionId.
A ProjectionId is composed by a name and a key.
The projection name is shared across multiple instances of Projection with different keys. For example, a "user-view" could be the name of a projection.
The key must be unique for a projection name. For example, a "user-view" could have multiple projections with different keys representing different partitions, shards, etc.
- name
- the projection name
- key
- the unique key. The key must be unique for a projection name.
- returns
a ProjectionId
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])