Class ResumeFollowRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ccr.ResumeFollowRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class ResumeFollowRequest
extends RequestBase
implements JsonpSerializable
Resumes a follower index that has been paused
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static ResumeFollowRequest of​(java.util.function.Function<ResumeFollowRequest.Builder,​ObjectBuilder<ResumeFollowRequest>> fn)
    • index

      public final java.lang.String index()
      Required - The name of the follow index to resume following.

      API name: index

    • maxOutstandingReadRequests

      @Nullable public final java.lang.Long maxOutstandingReadRequests()
      API name: max_outstanding_read_requests
    • maxOutstandingWriteRequests

      @Nullable public final java.lang.Long maxOutstandingWriteRequests()
      API name: max_outstanding_write_requests
    • maxReadRequestOperationCount

      @Nullable public final java.lang.Long maxReadRequestOperationCount()
      API name: max_read_request_operation_count
    • maxReadRequestSize

      @Nullable public final java.lang.String maxReadRequestSize()
      API name: max_read_request_size
    • maxRetryDelay

      @Nullable public final Time maxRetryDelay()
      API name: max_retry_delay
    • maxWriteBufferCount

      @Nullable public final java.lang.Long maxWriteBufferCount()
      API name: max_write_buffer_count
    • maxWriteBufferSize

      @Nullable public final java.lang.String maxWriteBufferSize()
      API name: max_write_buffer_size
    • maxWriteRequestOperationCount

      @Nullable public final java.lang.Long maxWriteRequestOperationCount()
      API name: max_write_request_operation_count
    • maxWriteRequestSize

      @Nullable public final java.lang.String maxWriteRequestSize()
      API name: max_write_request_size
    • readPollTimeout

      @Nullable public final Time readPollTimeout()
      API name: read_poll_timeout
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupResumeFollowRequestDeserializer

      protected static void setupResumeFollowRequestDeserializer​(ObjectDeserializer<ResumeFollowRequest.Builder> op)