object ReplicaId extends AbstractFunction1[String, ReplicaId] with Serializable

Source
ReplicaId.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplicaId
  2. Serializable
  3. AbstractFunction1
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def andThen[A](g: (ReplicaId) => A): (String) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(id: String): ReplicaId
    Definition Classes
    ReplicaId → Function1
  3. def compose[A](g: (A) => String): (A) => ReplicaId
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. val empty: ReplicaId

    When migrating from non-replicated to replicated the ReplicaId of where the original entity was located should be empty.

  5. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any