Class ResumeFollowRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ccr.ResumeFollowRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
,JsonpSerializable
@JsonpDeserializable public final class ResumeFollowRequest extends RequestBase implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ResumeFollowRequest.Builder
Builder forResumeFollowRequest
.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ResumeFollowRequest>
_DESERIALIZER
Json deserializer forResumeFollowRequest
static Endpoint<ResumeFollowRequest,ResumeFollowResponse,ElasticsearchError>
ENDPOINT
Endpoint "ccr.resume_follow
". -
Constructor Summary
Constructors Constructor Description ResumeFollowRequest(ResumeFollowRequest.Builder builder)
ResumeFollowRequest(java.util.function.Function<ResumeFollowRequest.Builder,ResumeFollowRequest.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.lang.String
index()
Required - The name of the follow index to resume following.java.lang.Long
maxOutstandingReadRequests()
API name:max_outstanding_read_requests
java.lang.Long
maxOutstandingWriteRequests()
API name:max_outstanding_write_requests
java.lang.Long
maxReadRequestOperationCount()
API name:max_read_request_operation_count
java.lang.String
maxReadRequestSize()
API name:max_read_request_size
java.lang.String
maxRetryDelay()
API name:max_retry_delay
java.lang.Long
maxWriteBufferCount()
API name:max_write_buffer_count
java.lang.String
maxWriteBufferSize()
API name:max_write_buffer_size
java.lang.Long
maxWriteRequestOperationCount()
API name:max_write_request_operation_count
java.lang.String
maxWriteRequestSize()
API name:max_write_request_size
java.lang.String
readPollTimeout()
API name:read_poll_timeout
void
serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.protected void
serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
protected static void
setupResumeFollowRequestDeserializer(DelegatingDeserializer<ResumeFollowRequest.Builder> op)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forResumeFollowRequest
-
ENDPOINT
public static final Endpoint<ResumeFollowRequest,ResumeFollowResponse,ElasticsearchError> ENDPOINTEndpoint "ccr.resume_follow
".
-
-
Constructor Details
-
ResumeFollowRequest
-
ResumeFollowRequest
public ResumeFollowRequest(java.util.function.Function<ResumeFollowRequest.Builder,ResumeFollowRequest.Builder> fn)
-
-
Method Details
-
index
public java.lang.String index()Required - The name of the follow index to resume following.API name:
index
-
maxOutstandingReadRequests
@Nullable public java.lang.Long maxOutstandingReadRequests()API name:max_outstanding_read_requests
-
maxOutstandingWriteRequests
@Nullable public java.lang.Long maxOutstandingWriteRequests()API name:max_outstanding_write_requests
-
maxReadRequestOperationCount
@Nullable public java.lang.Long maxReadRequestOperationCount()API name:max_read_request_operation_count
-
maxReadRequestSize
@Nullable public java.lang.String maxReadRequestSize()API name:max_read_request_size
-
maxRetryDelay
@Nullable public java.lang.String maxRetryDelay()API name:max_retry_delay
-
maxWriteBufferCount
@Nullable public java.lang.Long maxWriteBufferCount()API name:max_write_buffer_count
-
maxWriteBufferSize
@Nullable public java.lang.String maxWriteBufferSize()API name:max_write_buffer_size
-
maxWriteRequestOperationCount
@Nullable public java.lang.Long maxWriteRequestOperationCount()API name:max_write_request_operation_count
-
maxWriteRequestSize
@Nullable public java.lang.String maxWriteRequestSize()API name:max_write_request_size
-
readPollTimeout
@Nullable public java.lang.String readPollTimeout()API name:read_poll_timeout
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupResumeFollowRequestDeserializer
protected static void setupResumeFollowRequestDeserializer(DelegatingDeserializer<ResumeFollowRequest.Builder> op)
-