Package akka.cluster.sharding.external
Class ExternalShardAllocation
- java.lang.Object
-
- akka.cluster.sharding.external.ExternalShardAllocation
-
-
Constructor Summary
Constructors Constructor Description ExternalShardAllocation(ExtendedActorSystem system)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static T
apply(ActorSystem system)
static T
apply(ClassicActorSystemProvider system)
ExternalShardAllocationClient
clientFor(java.lang.String typeName)
Scala APIstatic ExternalShardAllocation
createExtension(ExtendedActorSystem system)
static boolean
equals(java.lang.Object other)
static ExternalShardAllocation
get(ClassicActorSystemProvider system)
ExternalShardAllocationClient
getClient(java.lang.String typeName)
Java APIstatic int
hashCode()
static ExternalShardAllocation$
lookup()
-
-
-
Constructor Detail
-
ExternalShardAllocation
public ExternalShardAllocation(ExtendedActorSystem system)
-
-
Method Detail
-
createExtension
public static ExternalShardAllocation createExtension(ExtendedActorSystem system)
-
lookup
public static ExternalShardAllocation$ lookup()
-
get
public static ExternalShardAllocation get(ClassicActorSystemProvider system)
-
apply
public static T apply(ActorSystem system)
-
apply
public static T apply(ClassicActorSystemProvider system)
-
hashCode
public static final int hashCode()
-
equals
public static final boolean equals(java.lang.Object other)
-
clientFor
public ExternalShardAllocationClient clientFor(java.lang.String typeName)
Scala API
-
getClient
public ExternalShardAllocationClient getClient(java.lang.String typeName)
Java API
-
-