Package akka.cluster.client
Class GetClusterClients$
- java.lang.Object
 - 
- akka.cluster.client.GetClusterClients
 - 
- akka.cluster.client.GetClusterClients$
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,scala.Equals,scala.Product
public class GetClusterClients$ extends GetClusterClients implements scala.Product, java.io.Serializable
Get the cluster clients known to this receptionist. AClusterClientsmessage will be replied.- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static GetClusterClients$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description GetClusterClients$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)GetClusterClients$getInstance()Java API: get the singleton instanceinthashCode()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()- 
Methods inherited from class akka.cluster.client.GetClusterClients
equals, productElementName, productElementNames 
 - 
 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final GetClusterClients$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
getInstance
public GetClusterClients$ getInstance()
Java API: get the singleton instance- Overrides:
 getInstancein classGetClusterClients
 
- 
productPrefix
public java.lang.String productPrefix()
- Specified by:
 productPrefixin interfacescala.Product- Overrides:
 productPrefixin classGetClusterClients
 
- 
productArity
public int productArity()
- Specified by:
 productArityin interfacescala.Product- Overrides:
 productArityin classGetClusterClients
 
- 
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
 productElementin interfacescala.Product- Overrides:
 productElementin classGetClusterClients
 
- 
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
 productIteratorin interfacescala.Product- Overrides:
 productIteratorin classGetClusterClients
 
- 
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
 canEqualin interfacescala.Equals- Overrides:
 canEqualin classGetClusterClients
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classGetClusterClients
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classGetClusterClients
 
 - 
 
 -