Package org.elasticsearch.client.rollup
Class GetRollupJobResponse
java.lang.Object
org.elasticsearch.client.rollup.GetRollupJobResponse
public class GetRollupJobResponse
extends java.lang.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
Modifier and Type Method Description booleanequals(java.lang.Object o)static GetRollupJobResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)java.util.List<GetRollupJobResponse.JobWrapper>getJobs()Jobs returned by the request.inthashCode()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Method Details
-
getJobs
Jobs returned by the request. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
fromXContent
public static GetRollupJobResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-
toString
public final java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-