Package org.elasticsearch.client.rollup
Class GetRollupJobResponse
- java.lang.Object
-
- org.elasticsearch.client.rollup.GetRollupJobResponse
-
public class GetRollupJobResponse extends Object
Response from rollup's get jobs api.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetRollupJobResponse.JobWrapperstatic classGetRollupJobResponse.RollupIndexerJobStatsThe Rollup specialization of stats for the AsyncTwoPhaseIndexer.static classGetRollupJobResponse.RollupJobStatusStatus of the rollup job.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static GetRollupJobResponsefromXContent(XContentParser parser)List<GetRollupJobResponse.JobWrapper>getJobs()Jobs returned by the request.inthashCode()StringtoString()
-
-
-
Method Detail
-
getJobs
public List<GetRollupJobResponse.JobWrapper> getJobs()
Jobs returned by the request.
-
fromXContent
public static GetRollupJobResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-