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 TypeMethodDescriptionboolean
org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.OldestChangedBuffer.InitialOldestState
copy
(scala.collection.immutable.List<UniqueAddress> oldest, boolean safeToBeOldest) scala.collection.immutable.List<UniqueAddress>
boolean
boolean
int
hashCode()
scala.collection.immutable.List<UniqueAddress>
oldest()
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
boolean
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
-
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:
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
-