Class PauseFollowRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ccr.PauseFollowRequest
Pause a follower. Pause a cross-cluster replication follower index. The
follower index will not fetch any additional operations from the leader
index. You can resume following with the resume follower API. You can pause
and resume a follower index to change the configuration of the following
task.
- 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<PauseFollowRequest,
PauseFollowResponse, ErrorResponse> Endpoint "ccr.pause_follow
". -
Method Summary
Modifier and TypeMethodDescriptionfinal String
index()
Required - The name of the follower index that should pause following its leader index.final Time
Period to wait for a connection to the master node.static PauseFollowRequest
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "ccr.pause_follow
".
-
-
Method Details
-
of
public static PauseFollowRequest of(Function<PauseFollowRequest.Builder, ObjectBuilder<PauseFollowRequest>> fn) -
index
Required - The name of the follower index that should pause following its leader index.API name:
index
-
masterTimeout
Period to wait for a connection to the master node.API name:
master_timeout
-