Class ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings
- java.lang.Object
-
- org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings
-
- Enclosing class:
- ClusterShardingSettings.PassivationStrategySettings$
public static final class ClusterShardingSettings.PassivationStrategySettings$.LeastRecentlyUsedSettings extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LeastRecentlyUsedSettings(scala.Option<org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings.SegmentedSettings> segmentedSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Option<org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings.SegmentedSettings>
segmentedSettings()
org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings
withSegmented(int levels)
org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings
withSegmented(scala.collection.immutable.Seq<java.lang.Object> proportions)
org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings
withSegmentedProportions(java.util.List<java.lang.Double> proportions)
-
-
-
Method Detail
-
segmentedSettings
public scala.Option<org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings.SegmentedSettings> segmentedSettings()
-
withSegmented
public org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings withSegmented(int levels)
-
withSegmented
public org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings withSegmented(scala.collection.immutable.Seq<java.lang.Object> proportions)
-
withSegmentedProportions
public org.apache.pekko.cluster.sharding.typed.ClusterShardingSettings.PassivationStrategySettings.LeastRecentlyUsedSettings withSegmentedProportions(java.util.List<java.lang.Double> proportions)
-
-