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 void |
runCloudTool(CloudSolrServer cloudSolrServer,
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, wait
getName
public org.apache.commons.cli.Option[] getOptions()
getOptions
in interface SolrCLI.Tool
public int runTool(org.apache.commons.cli.CommandLine cli) throws Exception
runTool
in interface SolrCLI.Tool
Exception
protected abstract void runCloudTool(CloudSolrServer cloudSolrServer, org.apache.commons.cli.CommandLine cli) throws Exception
Exception
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.