Class ExternalShardAllocationStrategy$
java.lang.Object
org.apache.pekko.cluster.sharding.external.ExternalShardAllocationStrategy$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExternalShardAllocationStrategy$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription$lessinit$greater$default$3(ClassicActorSystemProvider systemProvider, String typeName) Java API: Create anExternalShardAllocationStrategyapply(ClassicActorSystemProvider systemProvider, String typeName) Create anExternalShardAllocationStrategyapply(ClassicActorSystemProvider systemProvider, String typeName, scala.concurrent.duration.FiniteDuration timeout) Scala API: Create anExternalShardAllocationStrategycreate(ClassicActorSystemProvider systemProvider, String typeName, Duration timeout) Java API: Create anExternalShardAllocationStrategy
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ExternalShardAllocationStrategy$
public ExternalShardAllocationStrategy$()
-
-
Method Details
-
$lessinit$greater$default$3
public Timeout $lessinit$greater$default$3(ClassicActorSystemProvider systemProvider, String typeName) Java API: Create anExternalShardAllocationStrategy -
apply
public ExternalShardAllocationStrategy apply(ClassicActorSystemProvider systemProvider, String typeName) Create anExternalShardAllocationStrategy -
apply
public ExternalShardAllocationStrategy apply(ClassicActorSystemProvider systemProvider, String typeName, scala.concurrent.duration.FiniteDuration timeout) Scala API: Create anExternalShardAllocationStrategy -
create
public ExternalShardAllocationStrategy create(ClassicActorSystemProvider systemProvider, String typeName, Duration timeout) Java API: Create anExternalShardAllocationStrategy
-