Uses of Class
org.elasticsearch.client.rollup.GetRollupCapsResponse
-
Packages that use GetRollupCapsResponse Package Description org.elasticsearch.client org.elasticsearch.client.rollup -
-
Uses of GetRollupCapsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetRollupCapsResponse 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.Method parameters in org.elasticsearch.client with type arguments of type GetRollupCapsResponse Modifier and Type Method Description 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. -
Uses of GetRollupCapsResponse in org.elasticsearch.client.rollup
Methods in org.elasticsearch.client.rollup that return GetRollupCapsResponse Modifier and Type Method Description static GetRollupCapsResponseGetRollupCapsResponse. fromXContent(XContentParser parser)
-