Uses of Class
org.apache.solr.packagemanager.SolrPackageInstance
-
Packages that use SolrPackageInstance Package Description org.apache.solr.packagemanager This package contains Package Manager (CLI) implementation -
-
Uses of SolrPackageInstance in org.apache.solr.packagemanager
Methods in org.apache.solr.packagemanager that return SolrPackageInstance Modifier and Type Method Description SolrPackageInstancePackageManager. getPackageInstance(String packageName, String version)Get the installed instance of a specific version of a package.Methods in org.apache.solr.packagemanager that return types with arguments of type SolrPackageInstance Modifier and Type Method Description List<SolrPackageInstance>PackageManager. fetchInstalledPackageInstances()Map<String,SolrPackageInstance>PackageManager. getPackagesDeployed(String collection)Map<String,SolrPackageInstance>PackageManager. getPackagesDeployedAsClusterLevelPlugins()Get a map of packages (key: package name, value: package instance) that have their plugins deployed as cluster level plugins.Methods in org.apache.solr.packagemanager with parameters of type SolrPackageInstance Modifier and Type Method Description booleanPackageManager. verify(SolrPackageInstance pkg, List<String> collections, boolean shouldDeployClusterPlugins, String[] overrides)Given a package and list of collections, verify if the package is installed in those collections.
-