public abstract static class SolrCLI.SolrCloudTool extends Object implements SolrCLI.Tool
| Constructor and Description |
|---|
SolrCLI.SolrCloudTool() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.cli.Option[] |
getOptions() |
protected abstract int |
runCloudTool(CloudSolrClient cloudSolrClient,
org.apache.commons.cli.CommandLine cli)
Runs a SolrCloud tool with CloudSolrServer initialized
|
int |
runTool(org.apache.commons.cli.CommandLine cli) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic org.apache.commons.cli.Option[] getOptions()
getOptions in interface SolrCLI.Toolpublic int runTool(org.apache.commons.cli.CommandLine cli)
throws Exception
runTool in interface SolrCLI.ToolExceptionprotected abstract int runCloudTool(CloudSolrClient cloudSolrClient, org.apache.commons.cli.CommandLine cli) throws Exception
ExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.