Uses of Class
org.elasticsearch.tasks.TaskId
-
-
Uses of TaskId in org.elasticsearch.action.admin.cluster.node.tasks.get
Methods in org.elasticsearch.action.admin.cluster.node.tasks.get that return TaskId Modifier and Type Method Description TaskIdGetTaskRequest. getTaskId()Methods in org.elasticsearch.action.admin.cluster.node.tasks.get with parameters of type TaskId Modifier and Type Method Description GetTaskRequestGetTaskRequest. setTaskId(TaskId taskId)Set the TaskId to look up.GetTaskRequestBuilderGetTaskRequestBuilder. setTaskId(TaskId taskId)Set the TaskId to look up. -
Uses of TaskId in org.elasticsearch.action.admin.indices.close
Constructors in org.elasticsearch.action.admin.indices.close with parameters of type TaskId Constructor Description ShardRequest(ShardId shardId, ClusterBlock clusterBlock, boolean phase1, TaskId parentTaskId) -
Uses of TaskId in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search with parameters of type TaskId Modifier and Type Method Description TaskSearchRequest. createTask(long id, String type, String action, TaskId parentTaskId, Map<String,String> headers)TaskSearchScrollRequest. createTask(long id, String type, String action, TaskId parentTaskId, Map<String,String> headers)Constructors in org.elasticsearch.action.search with parameters of type TaskId Constructor Description SearchTask(long id, String type, String action, String description, TaskId parentTaskId, Map<String,String> headers) -
Uses of TaskId in org.elasticsearch.action.support.replication
Methods in org.elasticsearch.action.support.replication that return TaskId Modifier and Type Method Description TaskIdTransportReplicationAction.ConcreteShardRequest. getParentTask()Methods in org.elasticsearch.action.support.replication with parameters of type TaskId Modifier and Type Method Description TaskReplicationRequest. createTask(long id, String type, String action, TaskId parentTaskId, Map<String,String> headers)TaskTransportReplicationAction.ConcreteShardRequest. createTask(long id, String type, String action, TaskId parentTaskId, Map<String,String> headers)voidTransportReplicationAction.ConcreteShardRequest. setParentTask(TaskId taskId)Constructors in org.elasticsearch.action.support.replication with parameters of type TaskId Constructor Description ReplicationTask(long id, String type, String action, String description, TaskId parentTaskId, Map<String,String> headers) -
Uses of TaskId in org.elasticsearch.action.support.tasks
Methods in org.elasticsearch.action.support.tasks that return TaskId Modifier and Type Method Description TaskIdBaseTasksRequest. getParentTaskId()Returns the parent task id that tasks should be filtered byTaskIdBaseTasksRequest. getTaskId()Returns the id of the task that should be processed.Methods in org.elasticsearch.action.support.tasks with parameters of type TaskId Modifier and Type Method Description RequestBaseTasksRequest. setParentTaskId(TaskId parentTaskId)RequestBuilderTasksRequestBuilder. setParentTaskId(TaskId taskId)Match all children of the provided task.RequestBaseTasksRequest. setTaskId(TaskId taskId)RequestBuilderTasksRequestBuilder. setTaskId(TaskId taskId)Set the task to lookup. -
Uses of TaskId in org.elasticsearch.client
Methods in org.elasticsearch.client that return TaskId Modifier and Type Method Description TaskIdRethrottleRequest. getTaskId()Methods in org.elasticsearch.client with parameters of type TaskId Modifier and Type Method Description GetTaskRequestBuilderClusterAdminClient. prepareGetTask(TaskId taskId)Fetch a task by id.Constructors in org.elasticsearch.client with parameters of type TaskId Constructor Description RethrottleRequest(TaskId taskId)Create a newRethrottleRequestwhich disables any throttling for the given taskId.RethrottleRequest(TaskId taskId, float requestsPerSecond)Create a newRethrottleRequestwhich changes the throttling for the given taskId. -
Uses of TaskId in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return TaskId Modifier and Type Method Description TaskIdDeleteJobResponse. getTask()Get the task id -
Uses of TaskId in org.elasticsearch.index.reindex
Methods in org.elasticsearch.index.reindex with parameters of type TaskId Modifier and Type Method Description TaskAbstractBulkByScrollRequest. createTask(long id, String type, String action, TaskId parentTaskId, Map<String,String> headers)protected SelfAbstractBulkByScrollRequest. doForSlice(Self request, TaskId slicingTask, int totalSlices)Setup a clone of this request with the information needed to process a slice of it.protected SelfAbstractBulkIndexByScrollRequest. doForSlice(Self request, TaskId slicingTask, int totalSlices)abstract SelfAbstractBulkByScrollRequest. forSlice(TaskId slicingTask, SearchRequest slice, int totalSlices)Build a new request for a slice of the parent request.DeleteByQueryRequestDeleteByQueryRequest. forSlice(TaskId slicingTask, SearchRequest slice, int totalSlices)ReindexRequestReindexRequest. forSlice(TaskId slicingTask, SearchRequest slice, int totalSlices)UpdateByQueryRequestUpdateByQueryRequest. forSlice(TaskId slicingTask, SearchRequest slice, int totalSlices)Constructors in org.elasticsearch.index.reindex with parameters of type TaskId Constructor Description BulkByScrollTask(long id, String type, String action, String description, TaskId parentTaskId, Map<String,String> headers) -
Uses of TaskId in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard with parameters of type TaskId Modifier and Type Method Description TaskPrimaryReplicaSyncer.ResyncRequest. createTask(long id, String type, String action, TaskId parentTaskId, Map<String,String> headers)Constructors in org.elasticsearch.index.shard with parameters of type TaskId Constructor Description ResyncTask(long id, String type, String action, String description, TaskId parentTaskId, Map<String,String> headers) -
Uses of TaskId in org.elasticsearch.persistent
Methods in org.elasticsearch.persistent with parameters of type TaskId Modifier and Type Method Description protected AllocatedPersistentTaskPersistentTasksExecutor. createTask(long id, String type, String action, TaskId parentTaskId, PersistentTasksCustomMetaData.PersistentTask<Params> taskInProgress, Map<String,String> headers)Creates a AllocatedPersistentTask for communicating with task managerConstructors in org.elasticsearch.persistent with parameters of type TaskId Constructor Description AllocatedPersistentTask(long id, String type, String action, String description, TaskId parentTask, Map<String,String> headers) -
Uses of TaskId in org.elasticsearch.search.fetch
Methods in org.elasticsearch.search.fetch with parameters of type TaskId Modifier and Type Method Description TaskShardFetchRequest. createTask(long id, String type, String action, TaskId parentTaskId, Map<String,String> headers) -
Uses of TaskId in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal with parameters of type TaskId Modifier and Type Method Description TaskInternalScrollSearchRequest. createTask(long id, String type, String action, TaskId parentTaskId, Map<String,String> headers)TaskShardSearchRequest. createTask(long id, String type, String action, TaskId parentTaskId, Map<String,String> headers) -
Uses of TaskId in org.elasticsearch.search.query
Methods in org.elasticsearch.search.query with parameters of type TaskId Modifier and Type Method Description TaskQuerySearchRequest. createTask(long id, String type, String action, TaskId parentTaskId, Map<String,String> headers) -
Uses of TaskId in org.elasticsearch.tasks
Fields in org.elasticsearch.tasks declared as TaskId Modifier and Type Field Description static TaskIdTaskId. EMPTY_TASK_IDMethods in org.elasticsearch.tasks that return TaskId Modifier and Type Method Description TaskIdTaskAwareRequest. getParentTask()Get a reference to the task that created this request.TaskIdTask. getParentTaskId()Returns id of the parent task or NO_PARENT_ID if the task doesn't have any parent tasksTaskIdTaskInfo. getParentTaskId()Returns the parent task idTaskIdTaskInfo. getTaskId()static TaskIdTaskId. readFromStream(StreamInput in)Read a TaskId from a stream.Methods in org.elasticsearch.tasks that return types with arguments of type TaskId Modifier and Type Method Description static ContextParser<Void,TaskId>TaskId. parser()Methods in org.elasticsearch.tasks with parameters of type TaskId Modifier and Type Method Description default TaskTaskAwareRequest. createTask(long id, String type, String action, TaskId parentTaskId, Map<String,String> headers)Returns the task object that should be used to keep track of the processing of the request.voidTaskManager. removeBan(TaskId parentTaskId)Removes the ban for the specified parent task.voidTaskManager. setBan(TaskId parentTaskId, String reason)Bans all tasks with the specified parent task from execution, cancels all tasks that are currently executing.voidTaskAwareRequest. setParentTask(TaskId taskId)Set a reference to task that created this request.Constructors in org.elasticsearch.tasks with parameters of type TaskId Constructor Description CancellableTask(long id, String type, String action, String description, TaskId parentTaskId, Map<String,String> headers)Task(long id, String type, String action, String description, TaskId parentTask, long startTime, long startTimeNanos, Map<String,String> headers)Task(long id, String type, String action, String description, TaskId parentTask, Map<String,String> headers)TaskInfo(TaskId taskId, String type, String action, String description, Task.Status status, long startTime, long runningTimeNanos, boolean cancellable, TaskId parentTaskId, Map<String,String> headers) -
Uses of TaskId in org.elasticsearch.transport
Methods in org.elasticsearch.transport that return TaskId Modifier and Type Method Description TaskIdTransportRequest. getParentTask()Get a reference to the task that created this request.Methods in org.elasticsearch.transport with parameters of type TaskId Modifier and Type Method Description voidTransportRequest. setParentTask(TaskId taskId)Set a reference to task that created this request.
-