Package org.apache.pekko.cluster.ddata
Class GCounterKey
- All Implemented Interfaces:
Serializable,ReplicatedDataSerialization,scala.Equals,scala.Product
public final class GCounterKey
extends Key<GCounter>
implements ReplicatedDataSerialization, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_id()static GCounterKeybooleanintproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>static scala.Option<String>unapply(GCounterKey x$0) 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
-
GCounterKey
-
-
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
-