Class FollowInfoRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ccr.FollowInfoRequest
Get follower information.
Get information about all cross-cluster replication follower indices. For example, the results include follower index names, leader index names, replication options, and whether the follower indices are active or paused.
- 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<FollowInfoRequest,
FollowInfoResponse, ErrorResponse> Endpoint "ccr.follow_info
". -
Method Summary
Modifier and TypeMethodDescriptionindex()
Required - A comma-delimited list of follower index patterns.final Time
The period to wait for a connection to the master node.static FollowInfoRequest
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "ccr.follow_info
".
-
-
Method Details
-
of
public static FollowInfoRequest of(Function<FollowInfoRequest.Builder, ObjectBuilder<FollowInfoRequest>> fn) -
index
Required - A comma-delimited list of follower index patterns.API name:
index
-
masterTimeout
The period to wait for a connection to the master node. If the master node is not available before the timeout expires, the request fails and returns an error. It can also be set to-1
to indicate that the request should never timeout.API name:
master_timeout
-