Package org.elasticsearch.index.translog
Class TranslogToolCli
- java.lang.Object
-
- org.elasticsearch.cli.Command
-
- org.elasticsearch.cli.MultiCommand
-
- org.elasticsearch.cli.LoggingAwareMultiCommand
-
- org.elasticsearch.index.translog.TranslogToolCli
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
@Deprecated public class TranslogToolCli extends LoggingAwareMultiCommand
Deprecated.Class encapsulating and dispatching commands from theelasticsearch-translog
command line tool
-
-
Field Summary
-
Fields inherited from class org.elasticsearch.cli.MultiCommand
subcommands
-
Fields inherited from class org.elasticsearch.cli.Command
description, parser
-
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Deprecated.-
Methods inherited from class org.elasticsearch.cli.MultiCommand
close, execute, printAdditionalHelp
-
Methods inherited from class org.elasticsearch.cli.Command
addShutdownHook, exit, main
-
-