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-delimited list of index patterns.static FollowStatsRequest
final Time
timeout()
The period to wait for a response.Methods 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-delimited list of index patterns.API name:
index
-
timeout
The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout
-