Uses of Class
org.apache.pulsar.io.solr.SolrAbstractSink.SolrMode
-
-
Uses of SolrAbstractSink.SolrMode in org.apache.pulsar.io.solr
Methods in org.apache.pulsar.io.solr that return SolrAbstractSink.SolrMode Modifier and Type Method Description static SolrAbstractSink.SolrModeSolrAbstractSink.SolrMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SolrAbstractSink.SolrMode[]SolrAbstractSink.SolrMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.io.solr with parameters of type SolrAbstractSink.SolrMode Modifier and Type Method Description static org.apache.solr.client.solrj.SolrClientSolrAbstractSink. getClient(SolrAbstractSink.SolrMode solrMode, java.lang.String url)
-