Package akka.cluster.sharding.external
Class ExternalShardAllocation
- java.lang.Object
- 
- akka.cluster.sharding.external.ExternalShardAllocation
 
- 
- 
Constructor SummaryConstructors Constructor Description ExternalShardAllocation(ExtendedActorSystem system)
 - 
Method SummaryAll 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- 
ExternalShardAllocationpublic ExternalShardAllocation(ExtendedActorSystem system) 
 
- 
 - 
Method Detail- 
createExtensionpublic static ExternalShardAllocation createExtension(ExtendedActorSystem system) 
 - 
lookuppublic static ExternalShardAllocation$ lookup() 
 - 
getpublic static ExternalShardAllocation get(ClassicActorSystemProvider system) 
 - 
applypublic static T apply(ActorSystem system) 
 - 
applypublic static T apply(ClassicActorSystemProvider system) 
 - 
hashCodepublic static final int hashCode() 
 - 
equalspublic static final boolean equals(java.lang.Object other) 
 - 
clientForpublic ExternalShardAllocationClient clientFor(java.lang.String typeName) Scala API
 - 
getClientpublic ExternalShardAllocationClient getClient(java.lang.String typeName) Java API
 
- 
 
-