Package | Description |
---|---|
parquet.tools | |
parquet.tools.command |
Modifier and Type | Method and Description |
---|---|
static void |
Main.die(String message,
boolean usage,
String name,
Command command) |
static void |
Main.die(Throwable th,
boolean usage,
String name,
Command command) |
static void |
Main.showUsage(org.apache.commons.cli.HelpFormatter format,
PrintWriter err,
String name,
Command command) |
static void |
Main.showUsage(String name,
Command command) |
Modifier and Type | Class and Description |
---|---|
class |
ArgsOnlyCommand |
class |
CatCommand |
class |
DumpCommand |
class |
HeadCommand |
class |
ShowMetaCommand |
class |
ShowSchemaCommand |
Modifier and Type | Field and Description |
---|---|
static Map<String,Class<? extends Command>> |
Registry.registry |
Modifier and Type | Method and Description |
---|---|
static Command |
Registry.getCommandByName(String name) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Command> |
Registry.allCommands() |
Copyright © 2015. All rights reserved.