Class ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings$.SegmentedSettings

    • Constructor Summary

      Constructors 
      Constructor Description
      SegmentedSettings​(int levels, scala.collection.immutable.Seq<java.lang.Object> proportions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int levels()  
      scala.collection.immutable.Seq<java.lang.Object> proportions()  
      akka.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings.SegmentedSettings withLevels​(int levels)  
      akka.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings.SegmentedSettings withProportions​(java.util.List<java.lang.Double> proportions)  
      akka.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings.SegmentedSettings withProportions​(scala.collection.immutable.Seq<java.lang.Object> proportions)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SegmentedSettings

        public SegmentedSettings​(int levels,
                                 scala.collection.immutable.Seq<java.lang.Object> proportions)
    • Method Detail

      • levels

        public int levels()
      • proportions

        public scala.collection.immutable.Seq<java.lang.Object> proportions()
      • withLevels

        public akka.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings.SegmentedSettings withLevels​(int levels)
      • withProportions

        public akka.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings.SegmentedSettings withProportions​(scala.collection.immutable.Seq<java.lang.Object> proportions)
      • withProportions

        public akka.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings.SegmentedSettings withProportions​(java.util.List<java.lang.Double> proportions)