Package org.apache.solr.util
Class SolrCLI.DeleteTool
- java.lang.Object
- 
- org.apache.solr.util.SolrCLI.ToolBase
- 
- org.apache.solr.util.SolrCLI.DeleteTool
 
 
- 
- All Implemented Interfaces:
- SolrCLI.Tool
 - Enclosing class:
- SolrCLI
 
 public static class SolrCLI.DeleteTool extends SolrCLI.ToolBase 
- 
- 
Field Summary- 
Fields inherited from class org.apache.solr.util.SolrCLI.ToolBasestdout, verbose
 
- 
 - 
Constructor SummaryConstructors Constructor Description DeleteTool()DeleteTool(PrintStream stdout)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddeleteCollection(org.apache.commons.cli.CommandLine cli)protected voiddeleteCollection(CloudSolrClient cloudSolrClient, org.apache.commons.cli.CommandLine cli)protected voiddeleteCore(org.apache.commons.cli.CommandLine cli, org.apache.http.impl.client.CloseableHttpClient httpClient, String solrUrl)StringgetName()org.apache.commons.cli.Option[]getOptions()protected voidrunImpl(org.apache.commons.cli.CommandLine cli)- 
Methods inherited from class org.apache.solr.util.SolrCLI.ToolBaseecho, echoIfVerbose, runTool
 
- 
 
- 
- 
- 
Constructor Detail- 
DeleteToolpublic DeleteTool() 
 - 
DeleteToolpublic DeleteTool(PrintStream stdout) 
 
- 
 - 
Method Detail- 
getNamepublic String getName() 
 - 
getOptionspublic org.apache.commons.cli.Option[] getOptions() 
 - 
runImplprotected void runImpl(org.apache.commons.cli.CommandLine cli) throws Exception- Specified by:
- runImplin class- SolrCLI.ToolBase
- Throws:
- Exception
 
 - 
deleteCollectionprotected void deleteCollection(org.apache.commons.cli.CommandLine cli) throws Exception- Throws:
- Exception
 
 - 
deleteCollectionprotected void deleteCollection(CloudSolrClient cloudSolrClient, org.apache.commons.cli.CommandLine cli) throws Exception - Throws:
- Exception
 
 
- 
 
-