Class OpenPointInTimeRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch._core.OpenPointInTimeRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class OpenPointInTimeRequest extends RequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OpenPointInTimeRequest.Builder
Builder forOpenPointInTimeRequest
.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 Endpoint<OpenPointInTimeRequest,OpenPointInTimeResponse,ElasticsearchError>
ENDPOINT
Endpoint "open_point_in_time
". -
Constructor Summary
Constructors Constructor Description OpenPointInTimeRequest(OpenPointInTimeRequest.Builder builder)
OpenPointInTimeRequest(java.util.function.Function<OpenPointInTimeRequest.Builder,OpenPointInTimeRequest.Builder> fn)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENDPOINT
public static final Endpoint<OpenPointInTimeRequest,OpenPointInTimeResponse,ElasticsearchError> ENDPOINTEndpoint "open_point_in_time
".
-
-
Constructor Details
-
OpenPointInTimeRequest
-
OpenPointInTimeRequest
public OpenPointInTimeRequest(java.util.function.Function<OpenPointInTimeRequest.Builder,OpenPointInTimeRequest.Builder> fn)
-
-
Method Details
-
index
public java.util.List<java.lang.String> index()Required - A comma-separated list of index names to open point in time; use_all
or empty string to perform the operation on all indicesAPI name:
index
-
keepAlive
@Nullable public java.lang.String keepAlive()Specific the time to live for the point in timeAPI name:
keep_alive
-