akka.cluster
Class MetricsGossipEnvelope$

java.lang.Object
  extended by scala.runtime.AbstractFunction3<Address,MetricsGossip,java.lang.Object,MetricsGossipEnvelope>
      extended by akka.cluster.MetricsGossipEnvelope$
All Implemented Interfaces:
java.io.Serializable, scala.Function3<Address,MetricsGossip,java.lang.Object,MetricsGossipEnvelope>

public class MetricsGossipEnvelope$
extends scala.runtime.AbstractFunction3<Address,MetricsGossip,java.lang.Object,MetricsGossipEnvelope>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static MetricsGossipEnvelope$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
MetricsGossipEnvelope$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction3
curried, toString, tupled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Function3
apply
 

Field Detail

MODULE$

public static final MetricsGossipEnvelope$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

MetricsGossipEnvelope$

public MetricsGossipEnvelope$()