Class RememberEntitiesShardStore.Update
java.lang.Object
org.apache.pekko.cluster.sharding.internal.RememberEntitiesShardStore.Update
- All Implemented Interfaces:
Serializable,RememberEntitiesShardStore.Command,scala.Equals,scala.Product
- Enclosing class:
- RememberEntitiesShardStore
public static final class RememberEntitiesShardStore.Update
extends Object
implements RememberEntitiesShardStore.Command, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(scala.collection.immutable.Set<String> started, scala.collection.immutable.Set<String> stopped) scala.collection.immutable.Set<String>scala.collection.immutable.Set<String>booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>scala.collection.immutable.Set<String>started()scala.collection.immutable.Set<String>stopped()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Update
-
-
Method Details
-
started
-
stopped
-
copy
public RememberEntitiesShardStore.Update copy(scala.collection.immutable.Set<String> started, scala.collection.immutable.Set<String> stopped) -
copy$default$1
-
copy$default$2
-
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
-
hashCode
public int hashCode() -
toString
-
equals
-