Class TypesExistsRequestBuilder
java.lang.Object
org.elasticsearch.action.ActionRequestBuilder<Request,Response>
org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder<Request,Response,RequestBuilder>
org.elasticsearch.action.support.master.MasterNodeReadOperationRequestBuilder<TypesExistsRequest,TypesExistsResponse,TypesExistsRequestBuilder>
org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder
@Deprecated
public class TypesExistsRequestBuilder
extends MasterNodeReadOperationRequestBuilder<TypesExistsRequest,TypesExistsResponse,TypesExistsRequestBuilder>
Deprecated.
A builder for
TypesExistsRequest
.-
Field Summary
Fields inherited from class org.elasticsearch.action.ActionRequestBuilder
action, client, request
-
Constructor Summary
ConstructorDescriptionTypesExistsRequestBuilder
(ElasticsearchClient client, TypesExistsAction action, String... indices) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionsetIndices
(String[] indices) Deprecated.setIndicesOptions
(IndicesOptions indicesOptions) Deprecated.Deprecated.Methods inherited from class org.elasticsearch.action.support.master.MasterNodeReadOperationRequestBuilder
setLocal
Methods inherited from class org.elasticsearch.action.support.master.MasterNodeOperationRequestBuilder
setMasterNodeTimeout, setMasterNodeTimeout
-
Constructor Details
-
TypesExistsRequestBuilder
public TypesExistsRequestBuilder(ElasticsearchClient client, TypesExistsAction action, String... indices) Deprecated.- Parameters:
indices
- What indices to check for types
-
-
Method Details
-
setIndices
Deprecated.- Parameters:
indices
- What indices to check for types
-
setTypes
Deprecated.- Parameters:
types
- The types to check if they exist
-
setIndicesOptions
Deprecated.- Parameters:
indicesOptions
- Specifies how to resolve indices that aren't active / ready and indices wildcard expressions
-