public class TypesExistsRequestBuilder extends MasterNodeReadOperationRequestBuilder<TypesExistsRequest,TypesExistsResponse,TypesExistsRequestBuilder>
TypesExistsRequest.action, client, request| Constructor and Description |
|---|
TypesExistsRequestBuilder(ElasticsearchClient client,
TypesExistsAction action,
String... indices) |
| Modifier and Type | Method and Description |
|---|---|
TypesExistsRequestBuilder |
setIndices(String[] indices) |
TypesExistsRequestBuilder |
setIndicesOptions(IndicesOptions indicesOptions) |
TypesExistsRequestBuilder |
setTypes(String... types) |
setLocalsetMasterNodeTimeout, setMasterNodeTimeoutbeforeExecute, execute, execute, get, get, get, putHeader, requestpublic TypesExistsRequestBuilder(ElasticsearchClient client, TypesExistsAction action, String... indices)
indices - What indices to check for typespublic TypesExistsRequestBuilder setIndices(String[] indices)
indices - What indices to check for typespublic TypesExistsRequestBuilder setTypes(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 expressionsCopyright © 2009–2017. All rights reserved.