Class FollowStatsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ccr.FollowStatsRequest
public class FollowStatsRequest extends RequestBase
Retrieves follower stats. return shard-level stats about the following tasks
associated with each shard for the specified indices.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFollowStatsRequest.BuilderBuilder forFollowStatsRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static Endpoint<FollowStatsRequest,FollowStatsResponse,ErrorResponse>_ENDPOINTEndpoint "ccr.follow_stats". -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>index()Required - A comma-separated list of index patterns; use_allto perform the operation on all indicesstatic FollowStatsRequestof(java.util.function.Function<FollowStatsRequest.Builder,ObjectBuilder<FollowStatsRequest>> fn)Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_ENDPOINT
Endpoint "ccr.follow_stats".
-
-
Method Details
-
of
public static FollowStatsRequest of(java.util.function.Function<FollowStatsRequest.Builder,ObjectBuilder<FollowStatsRequest>> fn) -
index
public final java.util.List<java.lang.String> index()Required - A comma-separated list of index patterns; use_allto perform the operation on all indicesAPI name:
index
-