Class LeaseMajoritySettings
Inheritance
LeaseMajoritySettings
Assembly: Akka.Cluster.dll
Syntax
public sealed class LeaseMajoritySettings
Constructors
|
Improve this Doc
View Source
LeaseMajoritySettings(String, TimeSpan, TimeSpan, String, String)
Declaration
public LeaseMajoritySettings(string leaseImplementation, TimeSpan acquireLeaseDelayForMinority, TimeSpan releaseAfter, string role, string leaseName)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public TimeSpan AcquireLeaseDelayForMinority { get; }
Property Value
|
Improve this Doc
View Source
LeaseImplementation
Declaration
public string LeaseImplementation { get; }
Property Value
|
Improve this Doc
View Source
LeaseName
Declaration
public string LeaseName { get; }
Property Value
|
Improve this Doc
View Source
ReleaseAfter
Declaration
public TimeSpan ReleaseAfter { get; }
Property Value
|
Improve this Doc
View Source
Role
Declaration
public string Role { get; }
Property Value
Methods
|
Improve this Doc
View Source
SafeLeaseName(String)
Declaration
public string SafeLeaseName(string systemName)
Parameters
Type |
Name |
Description |
String |
systemName |
|
Returns
Extension Methods