Package org.elasticsearch.index.shard
Class ShardToolCli
java.lang.Object
org.elasticsearch.cli.Command
org.elasticsearch.cli.MultiCommand
org.elasticsearch.cli.LoggingAwareMultiCommand
org.elasticsearch.index.shard.ShardToolCli
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class ShardToolCli extends LoggingAwareMultiCommand
Class encapsulating and dispatching commands from the
elasticsearch-shard command line tool-
Field Summary
Fields inherited from class org.elasticsearch.cli.MultiCommand
subcommandsFields inherited from class org.elasticsearch.cli.Command
description, parser -
Method Summary
Modifier and Type Method Description static voidmain(java.lang.String[] args)Methods inherited from class org.elasticsearch.cli.MultiCommand
close, execute, printAdditionalHelpMethods inherited from class org.elasticsearch.cli.Command
addShutdownHook, exit, mainMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception- Throws:
java.lang.Exception
-