Package | Description |
---|---|
oracle.pgx.api.executionenvironment |
This packages contains classes for session execution environments.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
TaskPriority |
CpuEnvironment.getPriority()
Blocking version of
CpuEnvironment.getPriorityAsync() . |
Modifier and Type | Method and Description |
---|---|
PgxFuture<TaskPriority> |
CpuEnvironment.getPriorityAsync() |
Modifier and Type | Method and Description |
---|---|
void |
CpuEnvironment.setPriority(TaskPriority priority)
Blocking version of
CpuEnvironment.setPriorityAsync(TaskPriority) . |
PgxFuture<java.lang.Void> |
CpuEnvironment.setPriorityAsync(TaskPriority priority)
Sets the priority to the given value
|
<T> T |
CpuEnvironment.withPriority(TaskPriority priority, java.util.function.Supplier<PgxFuture<T>> asyncRequest)
Blocking version of
CpuEnvironment.withPriorityAsync(TaskPriority, Supplier) . |
<T> PgxFuture<T> |
CpuEnvironment.withPriorityAsync(TaskPriority priority, java.util.function.Supplier<PgxFuture<T>> asyncRequest)
Executes the given asynchronous request with the given priority.
|
Modifier and Type | Method and Description |
---|---|
TaskPriority |
AnalysisTaskConfig.getPriority()
the priority of the task.
|
static TaskPriority |
TaskPriority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TaskPriority[] |
TaskPriority.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AnalysisTaskConfigBuilder |
AnalysisTaskConfigBuilder.setPriority(TaskPriority priority)
the priority of the task.
|
Copyright © 2017 Oracle Corp. All Rights Reserved.