Uses of Class
org.elasticsearch.common.Priority
-
-
Uses of Priority in org.elasticsearch.action.admin.cluster.health
Methods in org.elasticsearch.action.admin.cluster.health that return Priority Modifier and Type Method Description PriorityClusterHealthRequest. waitForEvents()Methods in org.elasticsearch.action.admin.cluster.health with parameters of type Priority Modifier and Type Method Description ClusterHealthRequestBuilderClusterHealthRequestBuilder. setWaitForEvents(Priority waitForEvents)ClusterHealthRequestClusterHealthRequest. waitForEvents(Priority waitForEvents) -
Uses of Priority in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return Priority Modifier and Type Method Description PriorityClusterStateTaskConfig.Basic. priority()PriorityClusterStateTaskConfig. priority()ThePriorityfor this cluster state update task configuration.PriorityClusterStateUpdateTask. priority()PriorityLocalClusterUpdateTask. priority()Methods in org.elasticsearch.cluster with parameters of type Priority Modifier and Type Method Description static ClusterStateTaskConfigClusterStateTaskConfig. build(Priority priority)Build a cluster state update task configuration with the specifiedPriorityand no timeout.static ClusterStateTaskConfigClusterStateTaskConfig. build(Priority priority, TimeValue timeout)Build a cluster state update task configuration with the specifiedPriorityand timeout.Constructors in org.elasticsearch.cluster with parameters of type Priority Constructor Description AckedClusterStateUpdateTask(Priority priority, AckedRequest request, ActionListener<Response> listener)Basic(Priority priority, TimeValue timeout)ClusterStateUpdateTask(Priority priority)LocalClusterUpdateTask(Priority priority) -
Uses of Priority in org.elasticsearch.cluster.action.shard
Fields in org.elasticsearch.cluster.action.shard with type parameters of type Priority Modifier and Type Field Description static Setting<Priority>ShardStateAction. FOLLOW_UP_REROUTE_PRIORITY_SETTINGAdjusts the priority of the followup reroute task.Constructor parameters in org.elasticsearch.cluster.action.shard with type arguments of type Priority Constructor Description ShardFailedClusterStateTaskExecutor(AllocationService allocationService, RerouteService rerouteService, Supplier<Priority> prioritySupplier, org.apache.logging.log4j.Logger logger)ShardStartedClusterStateTaskExecutor(AllocationService allocationService, RerouteService rerouteService, Supplier<Priority> prioritySupplier, org.apache.logging.log4j.Logger logger) -
Uses of Priority in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing with parameters of type Priority Modifier and Type Method Description voidBatchedRerouteService. reroute(String reason, Priority priority, ActionListener<Void> listener)Initiates a reroute.voidRerouteService. reroute(String reason, Priority priority, ActionListener<Void> listener)Schedule a cluster reroute. -
Uses of Priority in org.elasticsearch.cluster.service
Methods in org.elasticsearch.cluster.service that return Priority Modifier and Type Method Description PriorityPendingClusterTask. getPriority()Methods in org.elasticsearch.cluster.service with parameters of type Priority Modifier and Type Method Description voidClusterApplierService. runOnApplierThread(String source, Consumer<ClusterState> clusterStateConsumer, ClusterApplier.ClusterApplyListener listener, Priority priority)Constructors in org.elasticsearch.cluster.service with parameters of type Priority Constructor Description BatchedTask(Priority priority, String source, Object batchingKey, Object task)PendingClusterTask(long insertOrder, Priority priority, Text source, long timeInQueue, boolean executing)SourcePrioritizedRunnable(Priority priority, String source) -
Uses of Priority in org.elasticsearch.common
Methods in org.elasticsearch.common that return Priority Modifier and Type Method Description static PriorityPriority. fromByte(byte b)static PriorityPriority. readFrom(StreamInput input)static PriorityPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static Priority[]Priority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.common with parameters of type Priority Modifier and Type Method Description booleanPriority. after(Priority p)booleanPriority. sameOrAfter(Priority p)static voidPriority. writeTo(Priority priority, StreamOutput output) -
Uses of Priority in org.elasticsearch.common.util.concurrent
Fields in org.elasticsearch.common.util.concurrent declared as Priority Modifier and Type Field Description PriorityPrioritizedEsThreadPoolExecutor.Pending. priorityMethods in org.elasticsearch.common.util.concurrent that return Priority Modifier and Type Method Description PriorityPrioritizedCallable. priority()PriorityPrioritizedRunnable. priority()Methods in org.elasticsearch.common.util.concurrent with parameters of type Priority Modifier and Type Method Description static <T> PrioritizedCallable<T>PrioritizedCallable. wrap(Callable<T> callable, Priority priority)static WrappedRunnablePrioritizedRunnable. wrap(Runnable runnable, Priority priority)Constructors in org.elasticsearch.common.util.concurrent with parameters of type Priority Constructor Description Pending(Object task, Priority priority, long insertionOrder, boolean executing)PrioritizedCallable(Priority priority)PrioritizedRunnable(Priority priority)
-