Uses of Class
org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.CountResponse
-
Packages that use CountResponse Package Description org.dashbuilder.dataprovider.backend.elasticsearch.rest org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl -
-
Uses of CountResponse in org.dashbuilder.dataprovider.backend.elasticsearch.rest
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest that return CountResponse Modifier and Type Method Description CountResponseElasticSearchClient. count(String[] index, String[] type)Count documents for a given index/es and type/es -
Uses of CountResponse in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl that return CountResponse Modifier and Type Method Description CountResponseElasticSearchNativeClient. count(String[] index, String... type)
-