Uses of Class
org.elasticsearch.client.rollup.RollableIndexCaps
-
Packages that use RollableIndexCaps Package Description org.elasticsearch.client.rollup -
-
Uses of RollableIndexCaps in org.elasticsearch.client.rollup
Fields in org.elasticsearch.client.rollup with type parameters of type RollableIndexCaps Modifier and Type Field Description static Function<String,ConstructingObjectParser<RollableIndexCaps,Void>>RollableIndexCaps. PARSERMethods in org.elasticsearch.client.rollup that return types with arguments of type RollableIndexCaps Modifier and Type Method Description Map<String,RollableIndexCaps>GetRollupCapsResponse. getJobs()Map<String,RollableIndexCaps>GetRollupIndexCapsResponse. getJobs()Constructor parameters in org.elasticsearch.client.rollup with type arguments of type RollableIndexCaps Constructor Description GetRollupCapsResponse(Map<String,RollableIndexCaps> jobs)GetRollupIndexCapsResponse(Map<String,RollableIndexCaps> jobs)
-