ActorGarbageCollection Interface
public interface ActorGarbageCollection
Settings to configures Garbage Collection behavior of Actor Service.
Method Summary
Modifier and Type | Method and Description |
---|---|
long |
idleTimeoutInSeconds()
Gets time interval to wait before garbage collecting an actor which is not in use. |
long |
scanIntervalInSeconds()
Gets time interval to run Actor Garbage Collection scan. |
Method Details
idleTimeoutInSeconds
public long idleTimeoutInSeconds() default 60
Gets time interval to wait before garbage collecting an actor which is not in use.
Returns:
Time interval in Long to wait before garbage collecting an actor which is not in use.
scanIntervalInSeconds
public long scanIntervalInSeconds() default 3600
Gets time interval to run Actor Garbage Collection scan.
Returns:
Time interval in Long to run Actor Garbage Collection scan.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java