Package org.apache.pekko.cluster.client
Class ClusterReceptionist.Internal$.Contacts
java.lang.Object
org.apache.pekko.cluster.client.ClusterReceptionist.Internal$.Contacts
- All Implemented Interfaces:
Serializable,ClusterClientMessage,scala.Equals,scala.Product
- Enclosing class:
- ClusterReceptionist.Internal$
public final class ClusterReceptionist.Internal$.Contacts
extends Object
implements ClusterClientMessage, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.cluster.client.ClusterReceptionist.Internal.Contactsbooleanscala.collection.immutable.IndexedSeq<String>org.apache.pekko.cluster.client.ClusterReceptionist.Internal.Contactsscala.collection.immutable.IndexedSeq<String>booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()static scala.Option<scala.collection.immutable.IndexedSeq<String>>unapply(org.apache.pekko.cluster.client.ClusterReceptionist.Internal.Contacts x$0) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Contacts
-
-
Method Details
-
apply
public static org.apache.pekko.cluster.client.ClusterReceptionist.Internal.Contacts apply(scala.collection.immutable.IndexedSeq<String> contactPoints) -
unapply
public static scala.Option<scala.collection.immutable.IndexedSeq<String>> unapply(org.apache.pekko.cluster.client.ClusterReceptionist.Internal.Contacts x$0) -
contactPoints
-
copy
public org.apache.pekko.cluster.client.ClusterReceptionist.Internal.Contacts copy(scala.collection.immutable.IndexedSeq<String> contactPoints) -
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
-