public class TypesExistsRequestBuilder extends MasterNodeReadOperationRequestBuilder<TypesExistsRequest,TypesExistsResponse,TypesExistsRequestBuilder>
TypesExistsRequest.action, client, request| Constructor | Description |
|---|---|
TypesExistsRequestBuilder(ElasticsearchClient client,
TypesExistsAction action,
java.lang.String... indices) |
| Modifier and Type | Method | Description |
|---|---|---|
TypesExistsRequestBuilder |
setIndices(java.lang.String[] indices) |
|
TypesExistsRequestBuilder |
setIndicesOptions(IndicesOptions indicesOptions) |
|
TypesExistsRequestBuilder |
setTypes(java.lang.String... types) |
execute, execute, get, get, get, requestsetMasterNodeTimeout, setMasterNodeTimeoutsetLocalpublic TypesExistsRequestBuilder(ElasticsearchClient client, TypesExistsAction action, java.lang.String... indices)
indices - What indices to check for typespublic TypesExistsRequestBuilder setIndices(java.lang.String[] indices)
indices - What indices to check for typespublic TypesExistsRequestBuilder setTypes(java.lang.String... types)
types - The types to check if they existpublic TypesExistsRequestBuilder setIndicesOptions(IndicesOptions indicesOptions)
indicesOptions - Specifies how to resolve indices that aren't active / ready and indices wildcard expressions