Uses of Class
org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequest
-
Packages that use TypesExistsRequest Package Description org.elasticsearch.action.admin.indices.exists.types org.elasticsearch.client -
-
Uses of TypesExistsRequest in org.elasticsearch.action.admin.indices.exists.types
Methods in org.elasticsearch.action.admin.indices.exists.types that return TypesExistsRequest Modifier and Type Method Description TypesExistsRequestTypesExistsRequest. indices(String... indices)TypesExistsRequestTypesExistsRequest. indicesOptions(IndicesOptions indicesOptions)Methods in org.elasticsearch.action.admin.indices.exists.types with parameters of type TypesExistsRequest Modifier and Type Method Description protected ClusterBlockExceptionTransportTypesExistsAction. checkBlock(TypesExistsRequest request, ClusterState state)protected voidTransportTypesExistsAction. masterOperation(TypesExistsRequest request, ClusterState state, ActionListener<TypesExistsResponse> listener) -
Uses of TypesExistsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type TypesExistsRequest Modifier and Type Method Description ActionFuture<TypesExistsResponse>IndicesAdminClient. typesExists(TypesExistsRequest request)Deprecated.Types are deprecated and are in the process of being removed.voidIndicesAdminClient. typesExists(TypesExistsRequest request, ActionListener<TypesExistsResponse> listener)Deprecated.Types are deprecated and are in the process of being removed.
-