Package org.apache.pekko.cluster.ddata
Class 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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.cluster.ddata.Key
Key.UnspecificKey, Key.UnspecificKey$ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_id()booleanintproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>Methods inherited from class org.apache.pekko.cluster.ddata.Key
equals, hashCode, id, toString, unapply, withIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
UnspecificKey
-
-
Method Details
-
_id
-
copy
-
copy$default$1
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-