Package org.apache.pekko.cluster.ddata
Class PruningState.PruningPerformed
java.lang.Object
org.apache.pekko.cluster.ddata.PruningState.PruningPerformed
- All Implemented Interfaces:
Serializable,PruningState,scala.Equals,scala.Product
- Enclosing interface:
- PruningState
public static final class PruningState.PruningPerformed
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(long obsoleteTime) longbooleanintinthashCode()booleanisObsolete(long currentTime) longintproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>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
-
PruningPerformed
public PruningPerformed(long obsoleteTime)
-
-
Method Details
-
obsoleteTime
public long obsoleteTime() -
isObsolete
public boolean isObsolete(long currentTime) -
addSeen
- Specified by:
addSeenin interfacePruningState
-
estimatedSize
public int estimatedSize()- Specified by:
estimatedSizein interfacePruningState
-
copy
-
copy$default$1
public long 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
-
hashCode
public int hashCode() -
toString
-
equals
-