org.apache.blur.shell
Class DiscoverFileBufferSizeUtil

java.lang.Object
  extended by org.apache.blur.shell.Command
      extended by org.apache.blur.shell.DiscoverFileBufferSizeUtil

public class DiscoverFileBufferSizeUtil
extends Command


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.blur.shell.Command
Command.CommandException
 
Constructor Summary
DiscoverFileBufferSizeUtil()
           
 
Method Summary
 String description()
           
 void doit(PrintWriter out, Blur.Iface client, String[] args)
           
 String name()
           
 org.apache.commons.cli.CommandLine parse(String[] otherArgs, Writer out)
           
 String usage()
           
 
Methods inherited from class org.apache.blur.shell.Command
getConsoleReader, help, helpWithDescription, setConsoleReader
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoverFileBufferSizeUtil

public DiscoverFileBufferSizeUtil()
Method Detail

doit

public void doit(PrintWriter out,
                 Blur.Iface client,
                 String[] args)
          throws Command.CommandException,
                 TException,
                 BlurException
Specified by:
doit in class Command
Throws:
Command.CommandException
TException
BlurException

parse

public org.apache.commons.cli.CommandLine parse(String[] otherArgs,
                                                Writer out)

description

public String description()
Specified by:
description in class Command

usage

public String usage()
Specified by:
usage in class Command

name

public String name()
Specified by:
name in class Command


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