Package org.apache.pekko.cluster.ddata
Class PruningState.PruningInitialized
java.lang.Object
org.apache.pekko.cluster.ddata.PruningState.PruningInitialized
- All Implemented Interfaces:
Serializable,PruningState,scala.Equals,scala.Product
- Enclosing interface:
- PruningState
public static final class PruningState.PruningInitialized
extends Object
implements PruningState, scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.cluster.ddata.PruningState
PruningState.PruningInitialized, PruningState.PruningInitialized$, PruningState.PruningPerformed, PruningState.PruningPerformed$ -
Constructor Summary
ConstructorsConstructorDescriptionPruningInitialized(UniqueAddress owner, scala.collection.immutable.Set<Address> seen) -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(UniqueAddress owner, scala.collection.immutable.Set<Address> seen) scala.collection.immutable.Set<Address>booleanintinthashCode()owner()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>scala.collection.immutable.Set<Address>seen()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNamesMethods inherited from interface org.apache.pekko.cluster.ddata.PruningState
merge
-
Constructor Details
-
PruningInitialized
-
-
Method Details
-
owner
-
seen
-
addSeen
- Specified by:
addSeenin interfacePruningState
-
estimatedSize
public int estimatedSize()- Specified by:
estimatedSizein interfacePruningState
-
copy
public PruningState.PruningInitialized copy(UniqueAddress owner, scala.collection.immutable.Set<Address> seen) -
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
-