Class DeleteCollectionCmd
- java.lang.Object
-
- org.apache.solr.cloud.api.collections.DeleteCollectionCmd
-
- All Implemented Interfaces:
CollApiCmds.CollectionApiCommand
public class DeleteCollectionCmd extends Object implements CollApiCmds.CollectionApiCommand
-
-
Constructor Summary
Constructors Constructor Description DeleteCollectionCmd(CollectionCommandContext ccc)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call(org.apache.solr.common.cloud.ClusterState state, org.apache.solr.common.cloud.ZkNodeProps message, org.apache.solr.common.util.NamedList<Object> results)
static List<String>
referencedByAlias(String extCollection, org.apache.solr.common.cloud.Aliases aliases, boolean followAliases)
-
-
-
Constructor Detail
-
DeleteCollectionCmd
public DeleteCollectionCmd(CollectionCommandContext ccc)
-
-
Method Detail
-
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:
call
in 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
-
-