Package org.apache.solr.pkg
Class PackageListeners.Listener.Ctx
- java.lang.Object
-
- org.apache.solr.pkg.PackageListeners.Listener.Ctx
-
- Enclosing interface:
- PackageListeners.Listener
public static class PackageListeners.Listener.Ctx extends Object
-
-
Constructor Summary
Constructors Constructor Description Ctx()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
runLater(String name, Runnable runnable)
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.
-
-
-
Method Detail
-
runLater
public void runLater(String name, Runnable runnable)
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
-
-