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-separated list of index patterns; use_all
to perform the operation on all indicesfinal Time
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-separated list of index patterns; use_all
to perform the operation on all indicesAPI name:
index
-
masterTimeout
Period to wait for a connection to the master node.API name:
master_timeout
-