Class FollowStatsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ccr.FollowStatsRequest
Get follower stats. Get cross-cluster replication follower stats. The API
returns shard-level stats about the "following tasks" associated
with each shard for the specified indices.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<FollowStatsRequest,FollowStatsResponse, ErrorResponse> Endpoint "ccr.follow_stats". -
Method Summary
Modifier and TypeMethodDescriptionindex()Required - A comma-separated list of index patterns; use_allto perform the operation on all indicesstatic FollowStatsRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "ccr.follow_stats".
-
-
Method Details
-
of
public static FollowStatsRequest of(Function<FollowStatsRequest.Builder, ObjectBuilder<FollowStatsRequest>> fn) -
index
Required - A comma-separated list of index patterns; use_allto perform the operation on all indicesAPI name:
index
-