Package org.apache.solr.pkg
Class PackageListeners.Listener.Ctx
java.lang.Object
org.apache.solr.pkg.PackageListeners.Listener.Ctx
- Enclosing interface:
PackageListeners.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidIf there are multiple packages to be updated and there are multiple listeners, This is executed after all of thePackageListeners.Listener.changed(SolrPackageLoader.SolrPackage, Ctx)calls are invoked.
-
Constructor Details
-
Ctx
public Ctx()
-
-
Method Details
-
runLater
If there are multiple packages to be updated and there are multiple listeners, This is executed after all of thePackageListeners.Listener.changed(SolrPackageLoader.SolrPackage, Ctx)calls are invoked. The name is a unique identifier that can be used by consumers to avoid duplicate If no deduplication is required, use null as the name
-