Uses of Class
org.elasticsearch.cluster.service.TaskBatcher.BatchedTask
-
Packages that use TaskBatcher.BatchedTask Package Description org.elasticsearch.cluster.service -
-
Uses of TaskBatcher.BatchedTask in org.elasticsearch.cluster.service
Method parameters in org.elasticsearch.cluster.service with type arguments of type TaskBatcher.BatchedTask Modifier and Type Method Description abstract StringTaskBatcher.BatchedTask. describeTasks(List<? extends TaskBatcher.BatchedTask> tasks)protected abstract voidTaskBatcher. onTimeout(List<? extends TaskBatcher.BatchedTask> tasks, TimeValue timeout)Action to be implemented by the specific batching implementation.protected abstract voidTaskBatcher. run(Object batchingKey, List<? extends TaskBatcher.BatchedTask> tasks, String tasksSummary)Action to be implemented by the specific batching implementation All tasks have the given batching key.voidTaskBatcher. submitTasks(List<? extends TaskBatcher.BatchedTask> tasks, TimeValue timeout)
-