Package org.apache.pekko.routing
Class OptimalSizeExploringResizer.UnderUtilizationStreak
java.lang.Object
org.apache.pekko.routing.OptimalSizeExploringResizer.UnderUtilizationStreak
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- OptimalSizeExploringResizer
public static class OptimalSizeExploringResizer.UnderUtilizationStreak
extends Object
implements scala.Product, Serializable
INTERNAL API
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
copy
(LocalDateTime start, int highestUtilization) int
boolean
int
hashCode()
int
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
start()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
UnderUtilizationStreak
-
-
Method Details
-
start
-
highestUtilization
public int highestUtilization() -
copy
public OptimalSizeExploringResizer.UnderUtilizationStreak copy(LocalDateTime start, int highestUtilization) -
copy$default$1
-
copy$default$2
public int copy$default$2() -
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
-
hashCode
public int hashCode() -
toString
-
equals
-