Property | Type | Description | |
---|---|---|---|
AcceptableHeartbeatPause | System.TimeSpan | ||
BufferSize | int | ||
EstablishingGetContactsInterval | System.TimeSpan | ||
HeartbeatInterval | System.TimeSpan | ||
InitialContacts | IImmutableSet |
||
RefreshContactsInterval | System.TimeSpan |
Method | Description | |
---|---|---|
ClusterClientSettings ( IImmutableSet |
||
Create ( ActorSystem system ) : |
||
WithBufferSize ( int bufferSize ) : |
||
WithEstablishingGetContactsInterval ( System.TimeSpan value ) : |
||
WithHeartbeatInterval ( System.TimeSpan value ) : |
||
WithInitialContacts ( IEnumerable |
||
WithRefreshContactsInterval ( System.TimeSpan value ) : |
Method | Description | |
---|---|---|
Copy ( IEnumerable |
public ClusterClientSettings ( IImmutableSet |
||
initialContacts | IImmutableSet |
|
establishingGetContactsInterval | System.TimeSpan | |
refreshContactsInterval | System.TimeSpan | |
heartbeatInterval | System.TimeSpan | |
acceptableHeartbeatPause | System.TimeSpan | |
bufferSize | int | |
return | System |
public static Create ( ActorSystem system ) : |
||
system | ActorSystem | |
return |
public WithBufferSize ( int bufferSize ) : |
||
bufferSize | int | |
return |
public WithEstablishingGetContactsInterval ( System.TimeSpan value ) : |
||
value | System.TimeSpan | |
return |
public WithHeartbeatInterval ( System.TimeSpan value ) : |
||
value | System.TimeSpan | |
return |
public WithInitialContacts ( IEnumerable |
||
initialContacts | IEnumerable |
|
return |
public WithRefreshContactsInterval ( System.TimeSpan value ) : |
||
value | System.TimeSpan | |
return |
public TimeSpan,System AcceptableHeartbeatPause | ||
return | System.TimeSpan |
public TimeSpan,System EstablishingGetContactsInterval | ||
return | System.TimeSpan |
public TimeSpan,System HeartbeatInterval | ||
return | System.TimeSpan |