c
akka.cluster.sharding.ClusterShardingSettings.PassivationStrategySettings
LeastRecentlyUsedSettings
Companion object LeastRecentlyUsedSettings
final class LeastRecentlyUsedSettings extends PolicySettings
- Source
- ClusterShardingSettings.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- LeastRecentlyUsedSettings
- PolicySettings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LeastRecentlyUsedSettings(segmentedSettings: [SegmentedSettings])
Value Members
- val segmentedSettings: [SegmentedSettings]
- def withSegmented(proportions: [Double]): LeastRecentlyUsedSettings
- def withSegmented(levels: Int): LeastRecentlyUsedSettings
- def withSegmentedProportions(proportions: [Double]): LeastRecentlyUsedSettings