Package akka.cluster.sharding.internal
Class ActiveEntities$
- java.lang.Object
 - 
- akka.cluster.sharding.internal.ActiveEntities$
 
 
- 
public class ActiveEntities$ extends java.lang.ObjectINTERNAL API 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ActiveEntities$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description ActiveEntities$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.cluster.sharding.internal.ActiveEntitiesapply(ClusterShardingSettings.PassivationStrategy strategy, boolean idleEnabled, scala.Function0<Clock> clock) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ActiveEntities$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
apply
public akka.cluster.sharding.internal.ActiveEntities apply(ClusterShardingSettings.PassivationStrategy strategy, boolean idleEnabled, scala.Function0<Clock> clock)
 
 - 
 
 -