object ReplicaId extends AbstractFunction1[String, ReplicaId] with Serializable
- Source
- ReplicaId.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReplicaId
- Serializable
- AbstractFunction1
- Function1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def andThen[A](g: (ReplicaId) => A): (String) => A
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- def apply(id: String): ReplicaId
- Definition Classes
- ReplicaId → Function1
- def compose[A](g: (A) => String): (A) => ReplicaId
- Definition Classes
- Function1
- Annotations
- @unspecialized()
- val empty: ReplicaId
When migrating from non-replicated to replicated the ReplicaId of where the original entity was located should be empty.
- def toString(): String
- Definition Classes
- Function1 → AnyRef → Any