120 строки
7.0 KiB
YAML
120 строки
7.0 KiB
YAML
### YamlMime:JavaType
|
|
constructors:
|
|
- fullName: microsoft.servicefabric.actors.runtime.ActorServiceSettings.ActorServiceSettings()
|
|
name: ActorServiceSettings()
|
|
nameWithType: ActorServiceSettings.ActorServiceSettings()
|
|
summary: <p>Initializes a new instance of the ActorServiceSettings class. </p>
|
|
syntax: public ActorServiceSettings()
|
|
uid: microsoft.servicefabric.actors.runtime.ActorServiceSettings.ActorServiceSettings()
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: microsoft.servicefabric.actors.runtime.ActorServiceSettings.getActorConcurrencySettings()
|
|
name: getActorConcurrencySettings()
|
|
nameWithType: ActorServiceSettings.getActorConcurrencySettings()
|
|
returns:
|
|
description: >-
|
|
<p>
|
|
|
|
<xref uid="microsoft.servicefabric.actors.runtime.ActorConcurrencySettings" data-throw-if-not-resolved="false" data-raw-source="ActorConcurrencySettings"></xref> for the Actor Service. </p>
|
|
type: <xref href="microsoft.servicefabric.actors.runtime.ActorConcurrencySettings?alt=microsoft.servicefabric.actors.runtime.ActorConcurrencySettings&text=ActorConcurrencySettings" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets settings to configure the turn based concurrency lock for actors.</p>
|
|
|
|
<p></p>
|
|
syntax: public ActorConcurrencySettings getActorConcurrencySettings()
|
|
uid: microsoft.servicefabric.actors.runtime.ActorServiceSettings.getActorConcurrencySettings()
|
|
- fullName: microsoft.servicefabric.actors.runtime.ActorServiceSettings.getActorGarbageCollectionSettings()
|
|
name: getActorGarbageCollectionSettings()
|
|
nameWithType: ActorServiceSettings.getActorGarbageCollectionSettings()
|
|
returns:
|
|
description: >-
|
|
<p>
|
|
|
|
<xref uid="microsoft.servicefabric.actors.runtime.ActorGarbageCollectionSettings" data-throw-if-not-resolved="false" data-raw-source="ActorGarbageCollectionSettings"></xref> for the Actor Service. </p>
|
|
type: <xref href="microsoft.servicefabric.actors.runtime.ActorGarbageCollectionSettings?alt=microsoft.servicefabric.actors.runtime.ActorGarbageCollectionSettings&text=ActorGarbageCollectionSettings" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets settings to configure the turn based Garbage Collection settings for actors.</p>
|
|
|
|
<p></p>
|
|
syntax: public ActorGarbageCollectionSettings getActorGarbageCollectionSettings()
|
|
uid: microsoft.servicefabric.actors.runtime.ActorServiceSettings.getActorGarbageCollectionSettings()
|
|
- fullName: microsoft.servicefabric.actors.runtime.ActorServiceSettings.getActorReminderSettings()
|
|
name: getActorReminderSettings()
|
|
nameWithType: ActorServiceSettings.getActorReminderSettings()
|
|
returns:
|
|
description: >-
|
|
<p>
|
|
|
|
<xref uid="microsoft.servicefabric.actors.runtime.ActorReminderSettings" data-throw-if-not-resolved="false" data-raw-source="ActorReminderSettings"></xref> for the Actor Service. </p>
|
|
type: <xref href="microsoft.servicefabric.actors.runtime.ActorReminderSettings?alt=microsoft.servicefabric.actors.runtime.ActorReminderSettings&text=ActorReminderSettings" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets settings to configure behavior of reminders.</p>
|
|
|
|
<p></p>
|
|
syntax: public ActorReminderSettings getActorReminderSettings()
|
|
uid: microsoft.servicefabric.actors.runtime.ActorServiceSettings.getActorReminderSettings()
|
|
- fullName: microsoft.servicefabric.actors.runtime.ActorServiceSettings.setActorConcurrencySettings(ActorConcurrencySettings concurrencySettings)
|
|
name: setActorConcurrencySettings(ActorConcurrencySettings concurrencySettings)
|
|
nameWithType: ActorServiceSettings.setActorConcurrencySettings(ActorConcurrencySettings concurrencySettings)
|
|
parameters:
|
|
- description: >-
|
|
<p>
|
|
|
|
<xref uid="microsoft.servicefabric.actors.runtime.ActorConcurrencySettings" data-throw-if-not-resolved="false" data-raw-source="ActorConcurrencySettings"></xref>
|
|
|
|
</p>
|
|
name: concurrencySettings
|
|
type: <xref href="microsoft.servicefabric.actors.runtime.ActorConcurrencySettings?alt=microsoft.servicefabric.actors.runtime.ActorConcurrencySettings&text=ActorConcurrencySettings" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Sets settings to configure the turn based concurrency lock for actors.</p>
|
|
|
|
<p></p>
|
|
syntax: public void setActorConcurrencySettings(ActorConcurrencySettings concurrencySettings)
|
|
uid: microsoft.servicefabric.actors.runtime.ActorServiceSettings.setActorConcurrencySettings(ActorConcurrencySettings)
|
|
- fullName: microsoft.servicefabric.actors.runtime.ActorServiceSettings.setActorGarbageCollectionSettings(ActorGarbageCollectionSettings gcsettings)
|
|
name: setActorGarbageCollectionSettings(ActorGarbageCollectionSettings gcsettings)
|
|
nameWithType: ActorServiceSettings.setActorGarbageCollectionSettings(ActorGarbageCollectionSettings gcsettings)
|
|
parameters:
|
|
- description: >-
|
|
<p>
|
|
|
|
<xref uid="microsoft.servicefabric.actors.runtime.ActorGarbageCollectionSettings" data-throw-if-not-resolved="false" data-raw-source="ActorGarbageCollectionSettings"></xref>
|
|
|
|
</p>
|
|
name: gcsettings
|
|
type: <xref href="microsoft.servicefabric.actors.runtime.ActorGarbageCollectionSettings?alt=microsoft.servicefabric.actors.runtime.ActorGarbageCollectionSettings&text=ActorGarbageCollectionSettings" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Sets settings to configure the turn based concurrency lock for actors.</p>
|
|
|
|
<p></p>
|
|
syntax: public void setActorGarbageCollectionSettings(ActorGarbageCollectionSettings gcsettings)
|
|
uid: microsoft.servicefabric.actors.runtime.ActorServiceSettings.setActorGarbageCollectionSettings(ActorGarbageCollectionSettings)
|
|
- fullName: microsoft.servicefabric.actors.runtime.ActorServiceSettings.setActorReminderSettings(ActorReminderSettings reminderSettings)
|
|
name: setActorReminderSettings(ActorReminderSettings reminderSettings)
|
|
nameWithType: ActorServiceSettings.setActorReminderSettings(ActorReminderSettings reminderSettings)
|
|
parameters:
|
|
- description: >-
|
|
<p>
|
|
|
|
<xref uid="microsoft.servicefabric.actors.runtime.ActorReminderSettings" data-throw-if-not-resolved="false" data-raw-source="ActorReminderSettings"></xref>
|
|
|
|
</p>
|
|
name: reminderSettings
|
|
type: <xref href="microsoft.servicefabric.actors.runtime.ActorReminderSettings?alt=microsoft.servicefabric.actors.runtime.ActorReminderSettings&text=ActorReminderSettings" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Sets settings to configure behavior of reminders.</p>
|
|
|
|
<p></p>
|
|
syntax: public void setActorReminderSettings(ActorReminderSettings reminderSettings)
|
|
uid: microsoft.servicefabric.actors.runtime.ActorServiceSettings.setActorReminderSettings(ActorReminderSettings)
|
|
nameWithType: ActorServiceSettings
|
|
syntax: public class ActorServiceSettings
|
|
type: class
|
|
uid: microsoft.servicefabric.actors.runtime.ActorServiceSettings
|
|
fullName: microsoft.servicefabric.actors.runtime.ActorServiceSettings
|
|
name: ActorServiceSettings
|
|
package: microsoft.servicefabric.actors.runtime
|
|
summary: <p>Settings to configures behavior of Actor Service. </p>
|
|
metadata: {}
|