Package org.elasticsearch.client.rollup
Class GetRollupIndexCapsResponse
- java.lang.Object
-
- org.elasticsearch.client.rollup.GetRollupIndexCapsResponse
-
public class GetRollupIndexCapsResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description GetRollupIndexCapsResponse(Map<String,RollableIndexCaps> jobs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static GetRollupIndexCapsResponsefromXContent(XContentParser parser)Map<String,RollableIndexCaps>getJobs()inthashCode()
-
-
-
Constructor Detail
-
GetRollupIndexCapsResponse
public GetRollupIndexCapsResponse(Map<String,RollableIndexCaps> jobs)
-
-
Method Detail
-
getJobs
public Map<String,RollableIndexCaps> getJobs()
-
fromXContent
public static GetRollupIndexCapsResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
-