Uses of Class
org.elasticsearch.client.rollup.GetRollupIndexCapsResponse
-
Packages that use GetRollupIndexCapsResponse Package Description org.elasticsearch.client org.elasticsearch.client.rollup -
-
Uses of GetRollupIndexCapsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetRollupIndexCapsResponse Modifier and Type Method Description GetRollupIndexCapsResponseRollupClient. getRollupIndexCapabilities(GetRollupIndexCapsRequest request, RequestOptions options)Get the Rollup Index Capabilities of a rollup index or pattern See the docs for more.Method parameters in org.elasticsearch.client with type arguments of type GetRollupIndexCapsResponse Modifier and Type Method Description CancellableRollupClient. getRollupIndexCapabilitiesAsync(GetRollupIndexCapsRequest request, RequestOptions options, ActionListener<GetRollupIndexCapsResponse> listener)Asynchronously Get the Rollup Index Capabilities of a rollup index or pattern See the docs for more. -
Uses of GetRollupIndexCapsResponse in org.elasticsearch.client.rollup
Methods in org.elasticsearch.client.rollup that return GetRollupIndexCapsResponse Modifier and Type Method Description static GetRollupIndexCapsResponseGetRollupIndexCapsResponse. fromXContent(XContentParser parser)
-