Class ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
java.lang.Object
org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- ClusterSingletonManager.Internal$.OldestChangedBuffer
public static final class ClusterSingletonManager.Internal$.OldestChangedBuffer.InitialOldestState
extends Object
implements scala.Product, Serializable
The first event, corresponding to CurrentClusterState.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitialOldestState(scala.collection.immutable.List<UniqueAddress> oldest, boolean safeToBeOldest) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.OldestChangedBuffer.InitialOldestStatecopy(scala.collection.immutable.List<UniqueAddress> oldest, boolean safeToBeOldest) scala.collection.immutable.List<UniqueAddress>booleanbooleaninthashCode()scala.collection.immutable.List<UniqueAddress>oldest()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>booleantoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
InitialOldestState
public InitialOldestState(scala.collection.immutable.List<UniqueAddress> oldest, boolean safeToBeOldest)
-
-
Method Details
-
oldest
-
safeToBeOldest
public boolean safeToBeOldest() -
copy
public org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.OldestChangedBuffer.InitialOldestState copy(scala.collection.immutable.List<UniqueAddress> oldest, boolean safeToBeOldest) -
copy$default$1
-
copy$default$2
public boolean 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
-