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 int
productElement
(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, unapply
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Equals
equals
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
LWWMapKey
-
-
Method Details
-
create
-
apply
-
unapply
-
_id
-
copy
-
copy$default$1
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
-
productElement
- Specified by:
productElement
in interfacescala.Product
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
- Specified by:
productElementName
in interfacescala.Product
-