Class Key.UnspecificKey

java.lang.Object
org.apache.pekko.cluster.ddata.Key<ReplicatedData>
org.apache.pekko.cluster.ddata.Key.UnspecificKey
All Implemented Interfaces:
Serializable, ReplicatedDataSerialization, scala.Equals, scala.Product
Enclosing class:
Key<T extends ReplicatedData>

public static final class Key.UnspecificKey extends Key<ReplicatedData> implements ReplicatedDataSerialization, scala.Product, Serializable
See Also:
  • Constructor Details

    • UnspecificKey

      public UnspecificKey(String _id)
  • Method Details

    • _id

      public String _id()
    • copy

      public Key.UnspecificKey copy(String _id)
    • copy$default$1

      public String copy$default$1()
    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product
    • productArity

      public int productArity()
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int x$1)
      Specified by:
      productElement in interface scala.Product
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Specified by:
      productIterator in interface scala.Product
    • canEqual

      public boolean canEqual(Object x$1)
      Specified by:
      canEqual in interface scala.Equals
    • productElementName

      public String productElementName(int x$1)
      Specified by:
      productElementName in interface scala.Product