akka.contrib.pattern
Class ClusterSingletonManager$
java.lang.Object
akka.contrib.pattern.ClusterSingletonManager$
public class ClusterSingletonManager$
- extends java.lang.Object
|
Method Summary |
Props |
defaultProps(Props singletonProps,
java.lang.String singletonName,
java.lang.Object terminationMessage,
java.lang.String role)
Java API: Factory method for ClusterSingletonManager Props
with default values. |
Props |
props(Props singletonProps,
java.lang.String singletonName,
java.lang.Object terminationMessage,
scala.Option<java.lang.String> role,
int maxHandOverRetries,
int maxTakeOverRetries,
scala.concurrent.duration.FiniteDuration retryInterval)
Scala API: Factory method for ClusterSingletonManager Props. |
Props |
props(Props singletonProps,
java.lang.String singletonName,
java.lang.Object terminationMessage,
java.lang.String role,
int maxHandOverRetries,
int maxTakeOverRetries,
scala.concurrent.duration.FiniteDuration retryInterval)
Java API: Factory method for ClusterSingletonManager Props. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MODULE$
public static final ClusterSingletonManager$ MODULE$
- Static reference to the singleton instance of this Scala object.
ClusterSingletonManager$
public ClusterSingletonManager$()
props
public Props props(Props singletonProps,
java.lang.String singletonName,
java.lang.Object terminationMessage,
scala.Option<java.lang.String> role,
int maxHandOverRetries,
int maxTakeOverRetries,
scala.concurrent.duration.FiniteDuration retryInterval)
- Scala API: Factory method for
ClusterSingletonManager Props.
- Parameters:
singletonProps - (undocumented)singletonName - (undocumented)terminationMessage - (undocumented)role - (undocumented)maxHandOverRetries - (undocumented)maxTakeOverRetries - (undocumented)retryInterval - (undocumented)
- Returns:
- (undocumented)
props
public Props props(Props singletonProps,
java.lang.String singletonName,
java.lang.Object terminationMessage,
java.lang.String role,
int maxHandOverRetries,
int maxTakeOverRetries,
scala.concurrent.duration.FiniteDuration retryInterval)
- Java API: Factory method for
ClusterSingletonManager Props.
- Parameters:
singletonProps - (undocumented)singletonName - (undocumented)terminationMessage - (undocumented)role - (undocumented)maxHandOverRetries - (undocumented)maxTakeOverRetries - (undocumented)retryInterval - (undocumented)
- Returns:
- (undocumented)
defaultProps
public Props defaultProps(Props singletonProps,
java.lang.String singletonName,
java.lang.Object terminationMessage,
java.lang.String role)
- Java API: Factory method for
ClusterSingletonManager Props
with default values.
- Parameters:
singletonProps - (undocumented)singletonName - (undocumented)terminationMessage - (undocumented)role - (undocumented)
- Returns:
- (undocumented)