Show / Hide Table of Contents

Enum PriorityTaskScheduling

IPriorityTask scheduling priority constants.

Namespace: Tangosol.Net
Assembly: Coherence.dll
Syntax
public enum PriorityTaskScheduling

Fields

Name Description
First

Scheduling value indicating that this task is to be queued in front of any equal or lower scheduling priority tasks and executed as soon as any of the worker threads become available.

Immediate

Scheduling value indicating that this task is to be immediately executed by any idle worker thread; if all of them are active, a new thread will be created to execute this task.

Standard

Scheduling value indicating that this task is to be queued and executed in a natural (based on the request arrival time) order.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.