public abstract static class SolrCLI.SolrCloudTool extends SolrCLI.ToolBase
stdout, verbose
Modifier | Constructor and Description |
---|---|
protected |
SolrCloudTool(PrintStream stdout) |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.cli.Option[] |
getOptions() |
protected abstract void |
runCloudTool(CloudSolrClient cloudSolrClient,
org.apache.commons.cli.CommandLine cli)
Runs a SolrCloud tool with CloudSolrClient initialized
|
protected void |
runImpl(org.apache.commons.cli.CommandLine cli) |
echo, echoIfVerbose, runTool
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
protected SolrCloudTool(PrintStream stdout)
public org.apache.commons.cli.Option[] getOptions()
protected void runImpl(org.apache.commons.cli.CommandLine cli) throws Exception
runImpl
in class SolrCLI.ToolBase
Exception
protected abstract void runCloudTool(CloudSolrClient cloudSolrClient, org.apache.commons.cli.CommandLine cli) throws Exception
Exception
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.