Class TaskGroup
java.lang.Object
org.elasticsearch.action.admin.cluster.node.tasks.list.TaskGroup
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class TaskGroup extends java.lang.Object implements ToXContentObject
Information about a currently running task and all its subtasks.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaskGroup.BuilderNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description static TaskGroup.Builderbuilder(TaskInfo taskInfo)java.util.List<TaskGroup>getChildTasks()TaskInfogetTaskInfo()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)
-
Constructor Details
-
Method Details
-
builder
-
getTaskInfo
-
getChildTasks
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-