public class FastFailover$ extends java.lang.Object implements akka.actor.ExtensionId<FastFailover>, akka.actor.ExtensionIdProvider
| Modifier and Type | Field and Description |
|---|---|
static FastFailover$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
FastFailover$() |
| Modifier and Type | Method and Description |
|---|---|
FastFailover |
createExtension(akka.actor.ExtendedActorSystem system) |
scala.PartialFunction<java.lang.Object,scala.Tuple2<java.lang.String,java.lang.Object>> |
extractEntityId()
Extract entity id function to use with cluster sharding.
|
scala.Function1<java.lang.Object,java.lang.String> |
extractShardId(int numShards)
Extract shard id function to use with cluster sharding.
|
FastFailover.Fail$ |
fail()
Java API: An error should cause the operation to fail.
|
FastFailover.Failover$ |
failover()
Java API: An error should cause the operation to failover.
|
FastFailover |
get(akka.actor.ActorSystem system) |
FastFailover$ |
lookup() |
public static final FastFailover$ MODULE$
public scala.PartialFunction<java.lang.Object,scala.Tuple2<java.lang.String,java.lang.Object>> extractEntityId()
Provided for convenience
public scala.Function1<java.lang.Object,java.lang.String> extractShardId(int numShards)
Provided for convenience.
numShards - (undocumented)public FastFailover.Fail$ fail()
public FastFailover.Failover$ failover()
public FastFailover get(akka.actor.ActorSystem system)
get in interface akka.actor.ExtensionId<FastFailover>public FastFailover$ lookup()
lookup in interface akka.actor.ExtensionIdProviderpublic FastFailover createExtension(akka.actor.ExtendedActorSystem system)
createExtension in interface akka.actor.ExtensionId<FastFailover>