akka.cluster
Class ClusterEvent.ClusterMetricsChanged

java.lang.Object
  extended by akka.cluster.ClusterEvent.ClusterMetricsChanged
All Implemented Interfaces:
ClusterEvent.ClusterDomainEvent, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ClusterEvent

public static class ClusterEvent.ClusterMetricsChanged
extends java.lang.Object
implements ClusterEvent.ClusterDomainEvent, scala.Product, scala.Serializable

Current snapshot of cluster node metrics. Published to subscribers.

See Also:
Serialized Form

Constructor Summary
ClusterEvent.ClusterMetricsChanged(scala.collection.immutable.Set<NodeMetrics> nodeMetrics)
           
 
Method Summary
 java.lang.Iterable<NodeMetrics> getNodeMetrics()
          Java API
 scala.collection.immutable.Set<NodeMetrics> nodeMetrics()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

ClusterEvent.ClusterMetricsChanged

public ClusterEvent.ClusterMetricsChanged(scala.collection.immutable.Set<NodeMetrics> nodeMetrics)
Method Detail

nodeMetrics

public scala.collection.immutable.Set<NodeMetrics> nodeMetrics()

getNodeMetrics

public java.lang.Iterable<NodeMetrics> getNodeMetrics()
Java API