Package akka.remote.artery
Class CacheStatistics
- java.lang.Object
-
- akka.remote.artery.CacheStatistics
-
- All Implemented Interfaces:
java.io.Serializable,scala.Equals,scala.Product,scala.Serializable
public class CacheStatistics extends java.lang.Object implements scala.Product, scala.SerializableINTERNAL API- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheStatistics(int entries, int maxProbeDistance, double averageProbeDistance)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CacheStatisticsapply(int entries, int maxProbeDistance, double averageProbeDistance)doubleaverageProbeDistance()booleancanEqual(java.lang.Object x$1)CacheStatisticscopy(int entries, int maxProbeDistance, double averageProbeDistance)intcopy$default$1()intcopy$default$2()doublecopy$default$3()intentries()booleanequals(java.lang.Object x$1)inthashCode()intmaxProbeDistance()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()static scala.Option<scala.Tuple3<java.lang.Object,java.lang.Object,java.lang.Object>>unapply(CacheStatistics x$0)
-
-
-
Method Detail
-
apply
public static CacheStatistics apply(int entries, int maxProbeDistance, double averageProbeDistance)
-
unapply
public static scala.Option<scala.Tuple3<java.lang.Object,java.lang.Object,java.lang.Object>> unapply(CacheStatistics x$0)
-
entries
public int entries()
-
maxProbeDistance
public int maxProbeDistance()
-
averageProbeDistance
public double averageProbeDistance()
-
copy
public CacheStatistics copy(int entries, int maxProbeDistance, double averageProbeDistance)
-
copy$default$1
public int copy$default$1()
-
copy$default$2
public int copy$default$2()
-
copy$default$3
public double copy$default$3()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-