Package org.elasticsearch.client.rollup
Class GetRollupJobResponse
java.lang.Object
org.elasticsearch.client.rollup.GetRollupJobResponse
Response from rollup's get jobs api.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classThe Rollup specialization of stats for the AsyncTwoPhaseIndexer.static classStatus of the rollup job. -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic GetRollupJobResponsefromXContent(org.elasticsearch.xcontent.XContentParser parser) getJobs()Jobs returned by the request.inthashCode()final StringtoString()
-
Method Details
-
getJobs
Jobs returned by the request. -
equals
-
hashCode
public int hashCode() -
fromXContent
public static GetRollupJobResponse fromXContent(org.elasticsearch.xcontent.XContentParser parser) throws IOException - Throws:
IOException
-
toString
-