Class MixMetricsSelector

All Implemented Interfaces:
Serializable, MetricsSelector, scala.Equals, scala.Product

public final class MixMetricsSelector extends MixMetricsSelectorBase implements scala.Product, Serializable
See Also:
  • Constructor Details

    • MixMetricsSelector

      public MixMetricsSelector(scala.collection.immutable.IndexedSeq<CapacityMetricsSelector> selectors)
  • Method Details

    • getInstance

      public static MixMetricsSelector$ getInstance()
      Java API: get the default singleton instance
    • apply

      public static MixMetricsSelector apply(scala.collection.immutable.IndexedSeq<CapacityMetricsSelector> selectors)
      MetricsSelector that combines other selectors and aggregates their capacity values. By default it uses [org.apache.pekko.cluster.routing.HeapMetricsSelector], [org.apache.pekko.cluster.routing.CpuMetricsSelector], and [org.apache.pekko.cluster.routing.SystemLoadAverageMetricsSelector]
    • unapply

      public static scala.Option<scala.collection.immutable.IndexedSeq<CapacityMetricsSelector>> unapply(MixMetricsSelector x$0)
    • weights

      public static scala.collection.immutable.Map<Address,Object> weights(scala.collection.immutable.Map<Address,Object> capacity)
    • weights

      public static scala.collection.immutable.Map<Address,Object> weights(scala.collection.immutable.Set<NodeMetrics> nodeMetrics)
    • capacity

      public static scala.collection.immutable.Map<Address,Object> capacity(scala.collection.immutable.Set<NodeMetrics> nodeMetrics)
    • selectors

      public scala.collection.immutable.IndexedSeq<CapacityMetricsSelector> selectors()
    • copy

      public MixMetricsSelector copy(scala.collection.immutable.IndexedSeq<CapacityMetricsSelector> selectors)
    • copy$default$1

      public scala.collection.immutable.IndexedSeq<CapacityMetricsSelector> copy$default$1()
    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product
    • productArity

      public int productArity()
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int x$1)
      Specified by:
      productElement in interface scala.Product
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Specified by:
      productIterator in interface scala.Product
    • canEqual

      public boolean canEqual(Object x$1)
      Specified by:
      canEqual in interface scala.Equals
    • productElementName

      public String productElementName(int x$1)
      Specified by:
      productElementName in interface scala.Product
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object x$1)
      Specified by:
      equals in interface scala.Equals
      Overrides:
      equals in class Object