o
org.apache.pekko.cluster.sharding.external
ExternalShardAllocationStrategy
Companion class ExternalShardAllocationStrategy
object ExternalShardAllocationStrategy
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExternalShardAllocationStrategy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class ShardLocation(address: Address) extends NoSerializationVerificationNeeded with Product with Serializable
- type ShardRegion = ActorRef
Value Members
- def apply(systemProvider: ClassicActorSystemProvider, typeName: String, timeout: FiniteDuration): ExternalShardAllocationStrategy
Scala API: Create an ExternalShardAllocationStrategy
- def apply(systemProvider: ClassicActorSystemProvider, typeName: String): ExternalShardAllocationStrategy
Create an ExternalShardAllocationStrategy
- def create(systemProvider: ClassicActorSystemProvider, typeName: String, timeout: Duration): ExternalShardAllocationStrategy
Java API: Create an ExternalShardAllocationStrategy