Class ExistsIndexTemplateRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.ExistsIndexTemplateRequest
Check index templates. Check whether index templates exist.
- 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<ExistsIndexTemplateRequest,BooleanResponse, ErrorResponse> Endpoint "indices.exists_index_template". -
Method Summary
Modifier and TypeMethodDescriptionfinal TimePeriod to wait for a connection to the master node.final Stringname()Required - Comma-separated list of index template names used to limit the request.static ExistsIndexTemplateRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "indices.exists_index_template".
-
-
Method Details
-
of
public static ExistsIndexTemplateRequest of(Function<ExistsIndexTemplateRequest.Builder, ObjectBuilder<ExistsIndexTemplateRequest>> fn) -
masterTimeout
Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout -
name
Required - Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.API name:
name
-