org.apache.blur.shell
Class Main

java.lang.Object
  extended by org.apache.blur.shell.Main

public class Main
extends Object


Nested Class Summary
static class Main.QuitCommand
           
 
Field Summary
static String[] clusterCommands
           
static String[] dataCommands
           
static String[] serverCommands
           
static String[] shellCommands
           
static String[] tableCommands
           
 
Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
           
static void setupCommands()
           
static void usage()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableCommands

public static String[] tableCommands

dataCommands

public static String[] dataCommands

clusterCommands

public static String[] clusterCommands

shellCommands

public static String[] shellCommands

serverCommands

public static String[] serverCommands
Constructor Detail

Main

public Main()
Method Detail

usage

public static void usage()

main

public static void main(String[] args)
                 throws Throwable
Throws:
Throwable

setupCommands

public static void setupCommands()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.