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 |
---|---|
void |
ClusterService.submitStateUpdateTask(String source,
Priority priority,
ClusterStateUpdateTask updateTask)
Submits a task that will update the cluster state.
|
Modifier and Type | Method and Description |
---|---|
Priority |
PendingClusterTask.getPriority() |
Modifier and Type | Method and Description |
---|---|
void |
InternalClusterService.submitStateUpdateTask(String source,
Priority priority,
ClusterStateUpdateTask updateTask) |
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 |
PrioritizedRunnable.priority() |
Priority |
PrioritizedCallable.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 |
---|
Pending(Object task,
Priority priority,
long insertionOrder,
boolean executing) |
PrioritizedCallable(Priority priority) |
PrioritizedRunnable(Priority priority) |
Copyright © 2009–2015. All rights reserved.