Uses of Class
org.elasticsearch.client.rollup.GetRollupCapsRequest
-
Packages that use GetRollupCapsRequest Package Description org.elasticsearch.client -
-
Uses of GetRollupCapsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type GetRollupCapsRequest Modifier and Type Method Description GetRollupCapsResponseRollupClient. getRollupCapabilities(GetRollupCapsRequest request, RequestOptions options)Get the Rollup Capabilities of a target (non-rollup) index or pattern See the docs for more.CancellableRollupClient. getRollupCapabilitiesAsync(GetRollupCapsRequest request, RequestOptions options, ActionListener<GetRollupCapsResponse> listener)Asynchronously Get the Rollup Capabilities of a target (non-rollup) index or pattern See the docs for more.
-