Package org.elasticsearch.client.rollup
Class GetRollupJobResponse.JobWrapper
- java.lang.Object
-
- org.elasticsearch.client.rollup.GetRollupJobResponse.JobWrapper
-
- Enclosing class:
- GetRollupJobResponse
public static class GetRollupJobResponse.JobWrapper extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)RollupJobConfiggetJob()Configuration of the job.GetRollupJobResponse.RollupIndexerJobStatsgetStats()Statistics about the execution of the job.GetRollupJobResponse.RollupJobStatusgetStatus()Current state of the job.inthashCode()StringtoString()
-
-
-
Method Detail
-
getJob
public RollupJobConfig getJob()
Configuration of the job.
-
getStats
public GetRollupJobResponse.RollupIndexerJobStats getStats()
Statistics about the execution of the job.
-
getStatus
public GetRollupJobResponse.RollupJobStatus getStatus()
Current state of the job.
-
-