org.apache.accumulo.core.util.shell
Class Shell.EGrepCommand

java.lang.Object
  extended by org.apache.accumulo.core.util.shell.Shell.Command
      extended by org.apache.accumulo.core.util.shell.Shell.ScanCommand
          extended by org.apache.accumulo.core.util.shell.Shell.GrepCommand
              extended by org.apache.accumulo.core.util.shell.Shell.EGrepCommand
Enclosing class:
Shell

public static class Shell.EGrepCommand
extends Shell.GrepCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.core.util.shell.Shell.Command
Shell.Command.CompletionSet
 
Field Summary
 
Fields inherited from class org.apache.accumulo.core.util.shell.Shell.ScanCommand
timestampOpt
 
Constructor Summary
Shell.EGrepCommand()
           
 
Method Summary
 java.lang.String description()
           
protected  void setUpIterator(int prio, java.lang.String name, java.lang.String term, BatchScanner scanner)
           
 java.lang.String usage()
           
 
Methods inherited from class org.apache.accumulo.core.util.shell.Shell.GrepCommand
execute, getOptions, numArgs
 
Methods inherited from class org.apache.accumulo.core.util.shell.Shell.ScanCommand
fetchColumns, getAuths, getRange, printRecords, setScanIterators
 
Methods inherited from class org.apache.accumulo.core.util.shell.Shell.Command
getName, getOptionsWithHelp, printHelp, registerCompletion, registerCompletionForCommands, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shell.EGrepCommand

public Shell.EGrepCommand()
Method Detail

setUpIterator

protected void setUpIterator(int prio,
                             java.lang.String name,
                             java.lang.String term,
                             BatchScanner scanner)
                      throws java.io.IOException
Overrides:
setUpIterator in class Shell.GrepCommand
Throws:
java.io.IOException

description

public java.lang.String description()
Overrides:
description in class Shell.GrepCommand

usage

public java.lang.String usage()
Overrides:
usage in class Shell.GrepCommand


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