Uses of Enum Class
org.apache.camel.component.solr.SolrConfiguration.SolrScheme
-
Uses of SolrConfiguration.SolrScheme in org.apache.camel.component.solr
Methods in org.apache.camel.component.solr that return SolrConfiguration.SolrSchemeModifier and TypeMethodDescriptionSolrConfiguration.getSolrScheme()static SolrConfiguration.SolrSchemeReturns the enum constant of this class with the specified name.static SolrConfiguration.SolrScheme[]SolrConfiguration.SolrScheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.solr with parameters of type SolrConfiguration.SolrSchemeModifier and TypeMethodDescriptionvoidSolrConfiguration.setSolrScheme(SolrConfiguration.SolrScheme solrScheme) Constructors in org.apache.camel.component.solr with parameters of type SolrConfiguration.SolrSchemeModifierConstructorDescriptionSolrConfiguration(SolrConfiguration.SolrScheme solrScheme, String url, String zkChroot)