| Modifier and Type | Method and Description |
|---|---|
Priority |
ClusterHealthRequest.waitForEvents() |
| Modifier and Type | Method and Description |
|---|---|
ClusterHealthRequestBuilder |
ClusterHealthRequestBuilder.setWaitForEvents(Priority waitForEvents) |
ClusterHealthRequest |
ClusterHealthRequest.waitForEvents(Priority waitForEvents) |
| Modifier and Type | Method and Description |
|---|---|
Priority |
BasicClusterStateTaskConfig.priority() |
Priority |
ClusterStateUpdateTask.priority() |
Priority |
ClusterStateTaskConfig.priority()
The
Priority for this cluster state update task configuration. |
| Modifier and Type | Method and Description |
|---|---|
static ClusterStateTaskConfig |
BasicClusterStateTaskConfig.create(Priority priority)
Build a cluster state update task configuration with the
specified
Priority and no timeout. |
static ClusterStateTaskConfig |
BasicClusterStateTaskConfig.create(Priority priority,
TimeValue timeout)
Build a cluster state update task configuration with the
specified
Priority and timeout. |
| Constructor and Description |
|---|
AckedClusterStateUpdateTask(Priority priority,
AckedRequest request,
ActionListener<Response> listener) |
ClusterStateUpdateTask(Priority priority) |
| Modifier and Type | Method and Description |
|---|---|
Priority |
PendingClusterTask.getPriority() |
| Constructor and Description |
|---|
PendingClusterTask(long insertOrder,
Priority priority,
Text source,
long timeInQueue,
boolean executing) |
| Modifier and Type | Field and Description |
|---|---|
static Priority |
Priority.HIGH |
static Priority |
Priority.IMMEDIATE |
static Priority |
Priority.LANGUID |
static Priority |
Priority.LOW |
static Priority |
Priority.NORMAL |
static Priority |
Priority.URGENT |
| Modifier and Type | Method and Description |
|---|---|
static Priority |
Priority.fromByte(byte b) |
static Priority |
Priority.readFrom(StreamInput input) |
static Priority[] |
Priority.values() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Priority.after(Priority p) |
int |
Priority.compareTo(Priority p) |
boolean |
Priority.sameOrAfter(Priority p) |
static void |
Priority.writeTo(Priority priority,
StreamOutput output) |
| Modifier and Type | Field and Description |
|---|---|
Priority |
PrioritizedEsThreadPoolExecutor.Pending.priority |
| Modifier and Type | Method and Description |
|---|---|
Priority |
PrioritizedCallable.priority() |
Priority |
PrioritizedRunnable.priority() |
| Modifier and Type | Method and Description |
|---|---|
static <T> PrioritizedCallable<T> |
PrioritizedCallable.wrap(Callable<T> callable,
Priority priority) |
static PrioritizedRunnable |
PrioritizedRunnable.wrap(Runnable runnable,
Priority priority) |
| Constructor and Description |
|---|
PrioritizedCallable(Priority priority) |
PrioritizedEsThreadPoolExecutor.Pending(Object task,
Priority priority,
long insertionOrder,
boolean executing) |
PrioritizedRunnable(Priority priority) |
Copyright © 2009–2017. All rights reserved.