ActorServiceSettings Class
- java.
lang. Object - microsoft.
servicefabric. actors. runtime. ActorServiceSettings
- microsoft.
public class ActorServiceSettings
Settings to configures behavior of Actor Service.
Constructor Summary
Constructor | Description |
---|---|
ActorServiceSettings() |
Initializes a new instance of the ActorServiceSettings class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Actor |
getActorConcurrencySettings()
Gets settings to configure the turn based concurrency lock for actors. |
Actor |
getActorGarbageCollectionSettings()
Gets settings to configure the turn based Garbage Collection settings for actors. |
Actor |
getActorReminderSettings()
Gets settings to configure behavior of reminders. |
void |
setActorConcurrencySettings(ActorConcurrencySettings concurrencySettings)
Sets settings to configure the turn based concurrency lock for actors. |
void |
setActorGarbageCollectionSettings(ActorGarbageCollectionSettings gcsettings)
Sets settings to configure the turn based concurrency lock for actors. |
void |
setActorReminderSettings(ActorReminderSettings reminderSettings)
Sets settings to configure behavior of reminders. |
Constructor Details
ActorServiceSettings
public ActorServiceSettings()
Initializes a new instance of the ActorServiceSettings class.
Method Details
getActorConcurrencySettings
public ActorConcurrencySettings getActorConcurrencySettings()
Gets settings to configure the turn based concurrency lock for actors.
Returns:
ActorConcurrencySettings for the Actor Service.
getActorGarbageCollectionSettings
public ActorGarbageCollectionSettings getActorGarbageCollectionSettings()
Gets settings to configure the turn based Garbage Collection settings for actors.
Returns:
ActorGarbageCollectionSettings for the Actor Service.
getActorReminderSettings
public ActorReminderSettings getActorReminderSettings()
Gets settings to configure behavior of reminders.
Returns:
ActorReminderSettings for the Actor Service.
setActorConcurrencySettings
public void setActorConcurrencySettings(ActorConcurrencySettings concurrencySettings)
Sets settings to configure the turn based concurrency lock for actors.
Parameters:
setActorGarbageCollectionSettings
public void setActorGarbageCollectionSettings(ActorGarbageCollectionSettings gcsettings)
Sets settings to configure the turn based concurrency lock for actors.
Parameters:
setActorReminderSettings
public void setActorReminderSettings(ActorReminderSettings reminderSettings)
Sets settings to configure behavior of reminders.
Parameters:
Applies to
Azure SDK for Java