36 строки
1.7 KiB
YAML
36 строки
1.7 KiB
YAML
### YamlMime:JavaType
|
|
methods:
|
|
- fullName: microsoft.servicefabric.actors.runtime.ActorGarbageCollection.idleTimeoutInSeconds()
|
|
name: idleTimeoutInSeconds()
|
|
nameWithType: ActorGarbageCollection.idleTimeoutInSeconds()
|
|
returns:
|
|
description: <p>Time interval in Long to wait before garbage collecting an actor which is not in use. </p>
|
|
type: <xref href="long?alt=long&text=long" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets time interval to wait before garbage collecting an actor which is not in use.</p>
|
|
|
|
<p></p>
|
|
syntax: public long idleTimeoutInSeconds() default 60
|
|
uid: microsoft.servicefabric.actors.runtime.ActorGarbageCollection.idleTimeoutInSeconds()
|
|
- fullName: microsoft.servicefabric.actors.runtime.ActorGarbageCollection.scanIntervalInSeconds()
|
|
name: scanIntervalInSeconds()
|
|
nameWithType: ActorGarbageCollection.scanIntervalInSeconds()
|
|
returns:
|
|
description: <p>Time interval in Long to run Actor Garbage Collection scan. </p>
|
|
type: <xref href="long?alt=long&text=long" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Gets time interval to run Actor Garbage Collection scan.</p>
|
|
|
|
<p></p>
|
|
syntax: public long scanIntervalInSeconds() default 3600
|
|
uid: microsoft.servicefabric.actors.runtime.ActorGarbageCollection.scanIntervalInSeconds()
|
|
nameWithType: ActorGarbageCollection
|
|
syntax: public interface ActorGarbageCollection
|
|
type: interface
|
|
uid: microsoft.servicefabric.actors.runtime.ActorGarbageCollection
|
|
fullName: microsoft.servicefabric.actors.runtime.ActorGarbageCollection
|
|
name: ActorGarbageCollection
|
|
package: microsoft.servicefabric.actors.runtime
|
|
summary: <p>Settings to configures Garbage Collection behavior of Actor Service. </p>
|
|
metadata: {}
|