Uses of Class
org.elasticsearch.client.rollup.GetRollupIndexCapsRequest
-
Packages that use GetRollupIndexCapsRequest Package Description org.elasticsearch.client -
-
Uses of GetRollupIndexCapsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetRollupIndexCapsRequest 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.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.
-