Package org.apache.pekko.cluster.ddata
Class LWWMapKey<A,B>
- All Implemented Interfaces:
Serializable,ReplicatedDataSerialization,scala.Equals,scala.Product
public final class LWWMapKey<A,B>
extends Key<LWWMap<A,B>>
implements ReplicatedDataSerialization, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_id()static <A,B> LWWMapKey<A, B> boolean<A,B> LWWMapKey<A, B> <A,B> String intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>static <A,B> scala.Option<String> Methods inherited from class org.apache.pekko.cluster.ddata.Key
equals, hashCode, id, toString, unapplyMethods 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
-
LWWMapKey
-
-
Method Details
-
create
-
apply
-
unapply
-
_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
-