Package org.elasticsearch.client.rollup
Class GetRollupJobResponse
- java.lang.Object
-
- org.elasticsearch.client.rollup.GetRollupJobResponse
-
public class GetRollupJobResponse extends java.lang.ObjectResponse from rollup's get jobs api.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetRollupJobResponse.IndexerStateIndexerState represents the internal state of the indexer.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(XContentParser parser)java.util.List<GetRollupJobResponse.JobWrapper>getJobs()Jobs returned by the request.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getJobs
public java.util.List<GetRollupJobResponse.JobWrapper> 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(XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
toString
public final java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-