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 SummaryConstructorsConstructorDescriptionInitialOldestState(scala.collection.immutable.List<UniqueAddress> oldest, boolean safeToBeOldest) 
- 
Method SummaryModifier 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.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.ProductproductElementNames
- 
Constructor Details- 
InitialOldestStatepublic InitialOldestState(scala.collection.immutable.List<UniqueAddress> oldest, boolean safeToBeOldest) 
 
- 
- 
Method Details- 
oldest
- 
safeToBeOldestpublic boolean safeToBeOldest()
- 
copypublic org.apache.pekko.cluster.singleton.ClusterSingletonManager.Internal.OldestChangedBuffer.InitialOldestState copy(scala.collection.immutable.List<UniqueAddress> oldest, boolean safeToBeOldest) 
- 
copy$default$1
- 
copy$default$2public boolean copy$default$2()
- 
productPrefix- Specified by:
- productPrefixin interface- scala.Product
 
- 
productAritypublic int productArity()- Specified by:
- productArityin interface- scala.Product
 
- 
productElement- Specified by:
- productElementin interface- scala.Product
 
- 
productIterator- Specified by:
- productIteratorin interface- scala.Product
 
- 
canEqual- Specified by:
- canEqualin interface- scala.Equals
 
- 
productElementName- Specified by:
- productElementNamein interface- scala.Product
 
- 
hashCodepublic int hashCode()
- 
toString
- 
equals
 
-