Uses of Class
de.hybris.platform.solrfacetsearch.solr.impl.SolrClientsWrapper
-
Packages that use SolrClientsWrapper Package Description de.hybris.platform.solrfacetsearch.solr.impl -
-
Uses of SolrClientsWrapper in de.hybris.platform.solrfacetsearch.solr.impl
Methods in de.hybris.platform.solrfacetsearch.solr.impl that return SolrClientsWrapper Modifier and Type Method Description protected SolrClientsWrapperDefaultSolrClientPool. check(java.lang.String solrServerConfigName, SolrClientsWrapper clientsWrapper)protected SolrClientsWrapperDefaultSolrClientPool. doGetOrCreate(SolrConfig solrConfig, SolrClientsWrapper clientsWrapper, SolrClientType clientType, java.util.function.Function<SolrConfig,org.apache.solr.client.solrj.SolrClient> createMethod, java.util.function.Consumer<org.apache.solr.client.solrj.SolrClient> closeMethod)Methods in de.hybris.platform.solrfacetsearch.solr.impl that return types with arguments of type SolrClientsWrapper Modifier and Type Method Description protected java.util.concurrent.ConcurrentMap<java.lang.String,SolrClientsWrapper>DefaultSolrClientPool. getSolrClients()Methods in de.hybris.platform.solrfacetsearch.solr.impl with parameters of type SolrClientsWrapper Modifier and Type Method Description protected SolrClientsWrapperDefaultSolrClientPool. check(java.lang.String solrServerConfigName, SolrClientsWrapper clientsWrapper)protected SolrClientsWrapperDefaultSolrClientPool. doGetOrCreate(SolrConfig solrConfig, SolrClientsWrapper clientsWrapper, SolrClientType clientType, java.util.function.Function<SolrConfig,org.apache.solr.client.solrj.SolrClient> createMethod, java.util.function.Consumer<org.apache.solr.client.solrj.SolrClient> closeMethod)protected CachedSolrClientDefaultSolrClientPool. resolveSolrClient(SolrClientsWrapper clientsWrapper, SolrClientType solrClientType)
-