Uses of Class
org.teiid.translator.solr.SolrPlugin.Event
-
Packages that use SolrPlugin.Event Package Description org.teiid.translator.solr -
-
Uses of SolrPlugin.Event in org.teiid.translator.solr
Methods in org.teiid.translator.solr that return SolrPlugin.Event Modifier and Type Method Description static SolrPlugin.Event
SolrPlugin.Event. valueOf(String name)
Returns the enum constant of this type with the specified name.static SolrPlugin.Event[]
SolrPlugin.Event. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-