Uses of Class
de.hybris.platform.solrfacetsearch.config.EndpointURL
-
Packages that use EndpointURL Package Description de.hybris.platform.solrfacetsearch.config de.hybris.platform.solrfacetsearch.converters.populator -
-
Uses of EndpointURL in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type EndpointURL Modifier and Type Method Description java.util.List<EndpointURL>ClusterConfig. getEndpointURLs()java.util.List<EndpointURL>SolrConfig. getEndpointURLs()Method parameters in de.hybris.platform.solrfacetsearch.config with type arguments of type EndpointURL Modifier and Type Method Description voidClusterConfig. setEndpointURLs(java.util.List<EndpointURL> endpointURLs)voidSolrConfig. setEndpointURLs(java.util.List<EndpointURL> endpointURLs) -
Uses of EndpointURL in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator that return EndpointURL Modifier and Type Method Description protected EndpointURLDefaultSolrServerConfigPopulator. createEndpoint(java.lang.String url, boolean isMaster, java.util.Date modifiedTime)Methods in de.hybris.platform.solrfacetsearch.converters.populator that return types with arguments of type EndpointURL Modifier and Type Method Description protected java.util.List<EndpointURL>DefaultSolrServerConfigPopulator. populateEndpointUrls(SolrServerConfigModel source)Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type EndpointURL Modifier and Type Method Description voidDefaultEndpointUrlPopulator. populate(SolrEndpointUrlModel source, EndpointURL target)Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type EndpointURL Modifier and Type Method Description voidDefaultSolrServerConfigPopulator. setEndpointUrlConverter(Converter<SolrEndpointUrlModel,EndpointURL> endpointUrlConverter)
-