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 Tapply(ActorSystem system)static Tapply(ClassicActorSystemProvider system)ExternalShardAllocationClientclientFor(java.lang.String typeName)Scala APIstatic ExternalShardAllocationcreateExtension(ExtendedActorSystem system)static booleanequals(java.lang.Object other)static ExternalShardAllocationget(ClassicActorSystemProvider system)ExternalShardAllocationClientgetClient(java.lang.String typeName)Java APIstatic inthashCode()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 
 - 
 
 -