Package org.elasticsearch.tasks
Class TaskResultsService
java.lang.Object
org.elasticsearch.tasks.TaskResultsService
Service that can store task results.
-
Field Summary
Modifier and TypeFieldDescriptionstatic String
static String
static String
static SystemIndexDescriptor
static String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
storeResult(TaskResult taskResult, ActionListener<Void> listener)
-
Field Details
-
TASKS_FEATURE_NAME
- See Also:
- Constant Field Values
-
TASK_INDEX
- See Also:
- Constant Field Values
-
TASK_TYPE
- See Also:
- Constant Field Values
-
TASK_RESULT_MAPPING_VERSION_META_FIELD
- See Also:
- Constant Field Values
-
TASKS_DESCRIPTOR
-
-
Constructor Details
-
TaskResultsService
-
-
Method Details
-
storeResult
-