Class DeleteCollectionCmd
java.lang.Object
org.apache.solr.cloud.api.collections.DeleteCollectionCmd
- All Implemented Interfaces:
CollApiCmds.CollectionApiCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcall(org.apache.solr.common.cloud.ClusterState state, org.apache.solr.common.cloud.ZkNodeProps message, org.apache.solr.common.util.NamedList<Object> results) referencedByAlias(String extCollection, org.apache.solr.common.cloud.Aliases aliases, boolean followAliases)
-
Constructor Details
-
DeleteCollectionCmd
-
-
Method Details
-
call
public void call(org.apache.solr.common.cloud.ClusterState state, org.apache.solr.common.cloud.ZkNodeProps message, org.apache.solr.common.util.NamedList<Object> results) throws Exception - Specified by:
callin interfaceCollApiCmds.CollectionApiCommand- Throws:
Exception
-
referencedByAlias
public static List<String> referencedByAlias(String extCollection, org.apache.solr.common.cloud.Aliases aliases, boolean followAliases) throws IllegalArgumentException - Throws:
IllegalArgumentException
-